﻿ #mycarousel { width: 980px;height:360px;overflow:hidden; margin:0px; padding:0px; background:#434343;}
 #mycarousel LI{width: 980px; list-style:none; background:#434343; }
.mycarousel-control {padding-top:8px;margin-left:450px;margin-bottom:3px;padding-bottom:15px;text-align: center;}
* html  .mycarousel-control {padding-top:0px;margin-left:450px;margin-bottom: 3px;padding-bottom:15px;text-align: center;}
.mycarousel-control a {font-size:1px;line-height:1px;font-family:Trebuchet MS;text-decoration: none;margin:0;border: 1px solid #fff;color: #434343;background-color: #434343;font-weight: bold;float:left;width:14px;height:9px;margin-right:4px;display:block;}
.mycarousel-control a.activeSlide ,.mycarousel-control a:hover { background-color: #00DCFF; color: #00DCFF;}
.mycarousel-control a:focus,.mycarousel-control a:active {outline: none;}
.mycarousel-next-horizontal {position: absolute;top:240px;right:100px;width: 32px;height: 63px;cursor: pointer;background: transparent url(next-horizontal.png) no-repeat 0 0;}
.mycarousel-next-horizontal:hover {background-position: -32px 0;}
.mycarousel-next-horizontal:active {background-position: -64px 0;}
.mycarousel-prev-horizontal {position: absolute;top: 240px;left:100px;width: 32px;height: 63px;cursor: pointer;background: transparent url(prev-horizontal.png) no-repeat -98px 0;}
.mycarousel-prev-horizontal:hover {background-position: -64px 0;}
.mycarousel-prev-horizontal:active {background-position: -34px 0;}
.mycarousel-prev-disabled-horizontal,
.mycarousel-prev-disabled-horizontal:hover,
.mycarousel-prev-disabled-horizontal:active {cursor: default;background-position: 0 0;}