/* CSS Document */
/*body,ul,li{ padding:0; margin:0;}*/
ul,li{
	list-style:none;
}
img{
	border:none;
}
.box{
	width:980px; 
	margin:0 auto; 
	position:relative; 
	/*overflow:hidden; */
	_height:100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.picbox{
	width:980px; 
	/*height:115px; */
	height:190px; 
	overflow:hidden; 
	position:relative;
}
.piclist{
	height:190px;
	position:absolute; 
	left:0px; 
	top:0px
}
.piclist li{
	background:#eee; 
	margin-right:20px; 
	padding:5px; 
	float:left;
}
.swaplist{
	position:absolute; 
	left:-3000px; 
	top:0px;
}
.og_prev,.og_next{
	width:30px; 
	height:50px; 
	background:url("https://www.tmgouwu.com/Public/default/image/schoolPic/icon.png") no-repeat; 
	background:url("https://www.tmgouwu.com/Public/default/image/schoolPic/icon_ie6.png") no-repeat; 
	position:absolute; 
	top:33px; 
	z-index:99; 
	cursor:pointer;
	filter:alpha(opacity=70); 
	opacity:0.7;
}

.og_prev{
	background-position:0 -60px; 
	top: 70px;
	/*left:4px;*/
	left:-30px;
}
.og_next{
	background-position:0 0; 
	top: 70px;
	/*right:4px;*/
	right:-30px;
}