@charset "utf-8";
/* CSS Document */

/* slider */
#slider {
width:950px;
margin:0 auto 20px auto;
}

.slideFrame {
position:relative;
overflow:hidden;
overflow-x:auto;
width:948px;
height:101px;
background:url(../img/slideback.jpg) no-repeat;
margin:0 auto 20px auto;
padding:9px 0 0 0;
}

.slideGuide {
width:150%;
height:100%;
}

.slideCell {
display:block;
width:220px;
height:90px;
background:url(../img/slidebnrback.jpg) no-repeat;
margin:0 10px 0 0;
color:#333;
float:left;
padding:2px 0 0 2px;
}

/* */
#ap_dtl_l {
position:absolute;
width:171px;
height:108px;
z-index:1;
left:0;
top:0;
}

#ap_dtl_r {
position:absolute;
width:168px;
height:108px;
z-index:1;
right:0;
top:0;
}

