﻿@charset "utf-8";
.box{ width:980px; position:relative; overflow:hidden; _height:100%;}
.picbox{ width:980px; height:115px; overflow:hidden; position:relative;}
.piclist{ height:115px;position:absolute; left:0px; top:0px;width:10000px;}
.piclist li{ background:#1e748b; margin-right:10px; padding:5px; float:left;}
.swaplist{ position:absolute; left:-3000px; top:0px}
.og_prev,.og_next
{ 
    width:30px; height:50px; background:url(/images/icon.png) no-repeat;
    position:absolute; top:33px; z-index:999; cursor:pointer;filter:alpha(opacity=70); opacity:0.7;
}
.og_prev{ background-position:0 -60px; left:4px;}
.og_next{ background-position:0 0; right:4px;}