﻿/* Home Page Slider */
#slider-content { /*background: transparent url('../images/sliderbg.png') no-repeat; */ }

#slider-text h2,
#slider-text .text { color: #fff; }

/* Home Page Slider */
#slider-content { width: 835px; height: 245px; padding: 0px; margin: 0px; position: relative; }
#slider-content ul { list-style-type: none; padding: 0px; margin: 0px; }
#slider-content ul li { list-style-type: none; padding: 0px; margin: 0px; }
#slider-content * { margin: 0; padding: 0; }

#slider-nav-left { width: 13px; cursor: pointer; height: 22px; position: absolute; right: 410px; top: 100px; background: transparent url('../images/left_slider.png') no-repeat scroll center top; }
#slider-nav-right { width: 13px; cursor: pointer; height: 22px; position: absolute; right: 0px; top: 100px; background: transparent url('../images/right_slider.png') no-repeat scroll center top; }

#slider-text { float: left; margin: 0 0 0 0; width: 461px; height: 240px!important; }
.ie6 #slider-text { margin-left: 0px !important; } /* ie6 margin hack */
#slider-text ul {  list-style-type: none;  padding: 0px; margin: 0px; }
#slider-text ul li { height: 240px; padding: 0px; margin: 0px; }
#slider-text h2 { font-family : "Trebuchet MS", Verdana, Tahoma, "Courier New" , Courier, mono; font-size: 40px; line-height: 34px; padding-top:90px; text-align:center; padding-right:40px;}
#slider-text .text { font-family : "Trebuchet MS", Verdana, Tahoma, "Courier New" , Courier, mono; font-size: 14px; line-height: 25px; width: 461px; padding-top: 10px; }

#slider-images { float: left; margin: 0 0 0 0px; width: 374px; height: 240px; }
#slider-images ul li { width: 374px !important; height: 245px !important; }

.carousel {
    position: relative;
    visibility: hidden;
    left: -5000px;
}

