@charset "utf-8";
/* CSS Document */
#top_slide{
	width:770px;
	height:370px;
}
#mainImages_area{
	float:left;
	width:770px;
	height:300px;
	list-style:none;
	position:relative;
}
#control_area{
	float:left;
	width:770px;
	height:70px;
	position:relative;
	background-color:#171757;
}
/*main images area
-----------------------------------------*/
#main_Images{
	width:770px;
	height:300px;
	list-style:none;
}
#main_Images > li{
	position:absolute;
	width:770px;
	height:300px;
	top:0;
	left:0;
	display:none;
}
#main_Images > li > a > img{
	width:770px;
	height:300px;
}
#prev_mainImages{
	position:absolute;
	width:40px;
	height:60px;
	top:40%;
	left:20px;
	background:url(../thumb/top_slide/btn_prevImg.png) no-repeat;
	z-index:100;
	display:none;
	cursor:pointer;
}
#next_mainImages{
	position:absolute;
	width:40px;
	height:60px;
	top:40%;
	right:20px;
	background:url(../thumb/top_slide/btn_nextImg.png) no-repeat;
	z-index:100;
	display:none;
	cursor:pointer;
}
/*thumb images area
-----------------------------------------*/
#thumb_images{
	float:left;
	height:50px;
	width:700px;
	margin:10px 0 0 40px;
	position:relative;
	overflow:hidden;
	z-index:100;
}
#thumb_images ul{
	list-style:none;
	margin:0;
	padding:0;
	height:50px;
	top:0;
	left:0;
	position:absolute;
	overflow:hidden !important;
}
#thumb_images > ul > li{
	float:left;
	width:140px;
	height:50px;
	cursor:pointer;
}
#thumb_images > ul > li img{
	float:left;
	width:130px;
	height:50px;
}

#curtain{
	display:none;
	height:50px;
	width:700px;
	top:10px;
	left:40px;
	z-index:101;
	position:absolute;
}
#yellow_frame{
	width:124px;
	height:44px;
	border:3px solid #FFFA77;
	z-index:101;
	position:absolute;
	top:10px;
	left:320px;
}