@charset "utf-8";

#container{  width:100%; margin:0 auto; }
.slide-show { WIDTH: 1000px; ZOOM: 1; POSITION: relative; HEIGHT: 345px; margin:0px auto;}
.slide-show .container {OVERFLOW: hidden; WIDTH: 1000px; POSITION: absolute; HEIGHT: 345px}
.slide-show .container P {OVERFLOW: hidden; WIDTH:1000px; POSITION: absolute; TOP: 345px; HEIGHT: 345px}
.slide-show .container P.current {TOP: 0px}
.slide-show .container P.next {TOP: 0px}
.slide-show .container P.current {Z-INDEX: 1}
.slide-show .controller {Z-INDEX: 2; RIGHT: 15px; POSITION: absolute; TOP: 310px; HEIGHT: 20px}
.slide-show .hidden {DISPLAY: none}
.slide-show .pager {BORDER-RIGHT: #000 1px solid; BORDER-TOP: #000 1px solid; DISPLAY: inline; FONT-WEIGHT: bold; FONT-SIZE: 14px; FILTER: alpha(opacity=60); FLOAT: left; MARGIN: 1px 3px 1px 1px; BORDER-LEFT: #000 1px solid; WIDTH: 20px; CURSOR: pointer; COLOR: #666; LINE-HEIGHT: 20px; BORDER-BOTTOM: #000 1px solid; HEIGHT: 20px; BACKGROUND-COLOR: #fff; TEXT-ALIGN: center; TEXT-DECORATION: none; opacity: 0.6}
.slide-show .current.pager {FILTER: alpha(opacity=100); CURSOR: default; opacity: 1}
.slide-show IMG {WIDTH: 1000px; HEIGHT: 345px}
