/* CSS Document */
body,ul,li{ padding:0; margin:0;}
ul,li{ list-style:none;}
img{ border:none;}
a{ color:rgb(255,255,255); text-decoration:none;}
a:hover{ color:rgb(0,102,255);}
.box{ 
    width:100%; 
	margin:0 auto; 
	position:relative; 
	overflow:hidden; 
	_height:100%; 
	padding-top:80px;

	}
.picbox{ 
     width:1176px; 
	 height:150px;
	 margin:0 auto;
	 overflow:hidden; 
	 position:relative;
	 }
.piclist{ 
     position:absolute; 
	 left:0px; 
	 top:0px;
	 }
.piclist li{
	 width:158px;
     height:110px; 
     margin-right:25px; 
	 padding:6px; 
	 float:left;
	 }
.piclist li img{ width:80%; margin:0 auto;}
.swaplist{ 
     position:absolute; 
	 left:-3000px; 
	 top:0px
	 }
.og_prev,.og_next{ 
      width:50px;
	   height:50px; 
	   position:absolute; 
	   top:-23px;
	   z-index:99; 
	   cursor:pointer;
	   filter:alpha(opacity=70); 
	   opacity:0.7; 
	   margin-top:115px;
	   }
.og_prev{ background:url(../images/homepage/last1.gif) no-repeat;left:4px;  }
.og_next{ background:url(../images/homepage/next1.gif) no-repeat; background-position:0 0; right:4px; }
