﻿


 

/* 图片分页方式的样式*/

.thumb {
    height:112px;
    background:#ffffff;
	padding:5px;
}
.thumb_1 {
	text-align: center;
	float: left;
	height: 50px;
	width: 33px;
	padding-top: 20px;
	font-weight: 400;
	font-size: 14px;
	color:#000;
}
.thumb_1 .font-28{font-size:18px;color:red;}
.thumb_2 {float: left;
	width: 700px;
}
.thumb_2_1 {
	background:url(qh1.png) no-repeat 0px 40px;
	float: left;
	height: 113px;
	width: 33px;
	cursor:pointer;
	
	margin-left:10px;
	_margin-left:0px;
}
.thumb_2_2 {
	background:url(qh2.png) no-repeat 0px 40px;
	float: right;
	height: 113px;
	width: 35px;
	cursor:pointer;
}
#scrool_div {
	width:600px;
	position:relative;
	height:150px;
	overflow:hidden;
}
#scrool_wrap {height:130px;position:absolute;width:20000px;}
#scrool_wrap li {width:130px;height:130px;float:left;margin-right:10px;}
#scrool_div img{
	width:130px;
	height:130px;
	margin:5px;
}
.normalthumb img{padding:2px;border:1px solid #F9AF10}
.currthumb img{padding:2px;border:1px solid #ff6600;}

/* 图片分页方式的样式结束*/



