/* =scroll
-------------------------------------------*/
#ex2{
	width:602px;
	height: 75px;
	margin-top:32px;
}


/* =Img tab
-------------------------------------------*/
#div_bigImg {width:997px; height:350px; overflow:hidden;}
#div_bigImg ul {height:350px; position:absolute;}
#div_bigImg ul li {float:left; width:997px; height:350px; overflow:hidden; position:relative;}
#div_bigImg ul li div {position:absolute; overflow:hidden;}
#div_bigImg .btn {position:absolute; height:14px; padding:5px 10px; right:28px; bottom:43px; text-align:right;}
#div_bigImg .btn span { margin-left:5px;cursor:pointer;}


#div_products_content {width:250px; height:150px; overflow:hidden; position:relative;}
#div_products_content ul {height:380px; position:absolute;}
#div_products_content ul li {float:left; width:250px; height:150px; overflow:hidden; position:relative;}
#div_products_content ul li div {position:absolute; overflow:hidden;}
#dl_products .btn {display:none;position:absolute; width:230px; height:14px; padding:5px 10px; right:0;top:10px; text-align:right;}
#dl_products .btn span {display:inline-block; _display:inline; _zoom:1; width:10px; height:10px; _font-size:0; cursor:pointer;margin-left:5px;}


#div_small_pic {width:348px; height:84px; overflow:hidden;position:relative;top:10px;right:-30px;}
#div_small_pic ul {height:84px; position:absolute;}
#div_small_pic ul li {float:left; width:348px; height:84px; overflow:hidden; position:relative;}
#div_small_pic ul li div {position:absolute; overflow:hidden;}
#div_small_pic .btn {position:absolute; width:15px; padding:5px 0 right:2px; text-align:right;right:0;}
#div_small_pic .btn span {display:inline-block; _display:inline; _zoom:1; width:10px; height:10px; _font-size:0; cursor:pointer;margin-bottom:3px;}


/* =selectStyle
-------------------------------------------*/
.selectBox {
	position: relative;
	width:auto;
	height: 33px;
}

.selectBox div {
	line-height: 27px;
	float: left;
	cursor: pointer;
	overflow: hidden;
}
.selectBox .select_bg {
	width: 143px;
	height: 27px;
	text-indent:10px;
	background: url(../images/select_bg.gif) no-repeat;
	text-align: center;
}
.selectBox .select_bg2 {
	width: 31px;
	height: 27px;
	background: url(../images/select_bg2.gif) no-repeat;
}
.selectBox .select_bg:hover {
	color: #4d4d4d;
	text-shadow: 1px 1px 0 #9bc2d0;
}
.dropDown {
	background-color: #FFFFFF;
	border: 1px solid #DCDDDE;
	position: absolute;
	left: 0;
	top: 26px;
	width: 172px;
	overflow:auto;
	z-index:9999;
}
.dropDown li {
	width: 172px;
	height: 27px;
	line-height: 27px;
	text-align: left;
	text-indent: 10px;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding: 0;
}

