@charset "utf-8";



/* base
--------------------------------------*/

/* Box
--------------------------------------*/
#container{
padding: 0px 0px 0px 0px;

}

#content{
width: 670px;
margin: 0px auto 0 auto;

}


/* Arrow
--------------------------------------*/
#content_banner_nav{
background: url(banner_arrow...gif) no-repeat center center;
width: 780px;
height: 88px;
position:relative;
margin-top:-90px; /* 滑動按鈕的高度 */
margin-left:-53px;

}

#content_banner_nav_inner{
max-width: 780px;
min-width: 780px;
margin: 0 auto;
overflow: hidden;

}

#content_banner_nav_prev{
float: left;
width: 55px;
height: 88px;
cursor: pointer;
margin: 0px 0 0 0px;
}

#content_banner_nav_next{
float: right;
width: 55px;
height:88px;
cursor: pointer;
margin: 0px -12px 0 0;
}





/**  thumbnails show or hide ***************************************

*******************************************************************/

/* thumbnails show (thumbnails number 06)
--------------------------------------*/

#content_banner{
height: 117px;
z-index:1;
}

/* thumbnails show (thumbnails number 08)
--------------------------------------*/

/*
#content_banner{
height: 590px;
}
*/

/* thumbnails hide
--------------------------------------*/
/*
#content_banner{
height: 470px;
}
*/




/**  thumbnails number *********************************************

*******************************************************************/


/* thumbnails number 06
--------------------------------------*/

#content_banner{
width: 670px; /* 顯示寬度 -------*/
margin-top: 0px;
font-size: 0%;
line-height: 100%;
position: relative;
overflow: hidden;
}

.content_banner_thumbs a{
width: 149px;
}

.content_banner_thumb{
width: 149px;
height: 100px;
float: left;
margin-left: 0px;
padding-top: 9px;
}

.content_banner_thumb:first-child{
position: relative;
float: left;
margin-left: 0;
margin-right: 0px;
}

.content_banner_thumb_current{
position: absolute;
top: 0px;
width: 149px;
height: 19px;
overflow: hidden;
cursor: pointer;
}




/* Main banner
--------------------------------------*/
.content_banner_wrap{
overflow: hidden;
margin: 0px 0px 0px -32px; /* 靠左 -------*/
}

.content_banner_loading{
width: 670px;
text-align: center;
padding: 198px 0 0 0;
display: block;

}

#content_banner_all{
display:none;
}

.content_banner_inner{
width:8640px;
height: 117px;
position: relative;
}

.content_banner_item{
position: relative;
float: left;
width: 670px;  /* 滑動寬度 -------*/
height: 117px;
overflow:hidden;

}

.content_banner_item span.btn{
position: absolute;
text-align: right;
bottom: 0;
right: 0;
}

.content_banner_item span.stalker {
position: absolute;
display:none;
}

.content_banner_item span.stalker>a{
opacity:0;
}

.content_banner_item img.mfabtn{
float: left;
}

#content_banner_loading,
#content_banner_men,
#content_banner_women,
#content_banner_kids,
#content_banner_baby,
#content_banner_company{
display: none;
}

#content_banner_loading{
position: absolute;
}

/* Thumbs banner
--------------------------------------*/
.content_banner_thumbs{
width: 670px;
height: 88px;
overflow: hidden;
font-size: 0%;
line-height: 100%;
padding: 6px 0 0 0;
}

.content_banner_thumb a{
position: relative;
display: block;
}

.content_banner_thumb_current img{
position: absolute;
top: 38px;
}

