.slider { float: left; width: 990px; height: 456px; position: relative; }
.sliderContent { float: left; width: 990px; height: 456px; clear: both; position: relative; overflow: hidden; z-index: 1; }
.sliderArrows a { display: block; text-indent: -9999px; outline: none; z-index: -999; /*background-image:url(../images/prev_next.png);*/ width: 42px; height: 42px; position: absolute; top: 50%; margin-top: -34px; }
.prev { background-position: 0 0; left: 15px; }
.prev:hover { background-position: 0 -44px; }
.next { right: 15px; background-position: -44px 0; }
.next:hover { background-position: -44px -44px; }

.sliderContent .item { position: absolute; width: 990px; height: 456px; z-index: 10000; }

.sliderContent .item p a { text-decoration: none; color: #676768; }
.sliderContent .item p a:hover { text-decoration: none; color: #3C9ECF; }
.sliderBullets { position: absolute; bottom: 30px; left: 98%; z-index: 50; margin-left: -45px; background: #f0f0f0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 5px 8px 5px 5px; display: none; }
.sliderBullets a { display: block; float: left; text-indent: -9999px; outline: none; margin-left: 5px; width: 10px; height: 11px; background: url(../images/bullets.png) no-repeat; }
.sliderBullets .active { background-position: 0 -11px; }
.sliderContent a { outline: none; }
.slide1 { width: 990px; height: 456px; float: left; /*background:url(../images/slide1.jpg) no-repeat left top;*/ padding: 0 0px; }

.min_box { width: 450px; padding: 20px; float: right; position: absolute; top: 110px; right: 0; background: url(../images/trnsbg.png) repeat; color: #fff; font-size: 14px; }
.min_box h2 { color: #ff9933 !important; font-size: 18px; text-transform: uppercase; text-shadow: 1px 0 2px #000; line-height: 23px; }

