@charset "UTF-8";
/* CSS Document */

#slider {
    width: 900px; /* important - must equal image width */
    height: 212px; /* important - must equal image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 900px; /* important - must be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
/*    display: none;*/
}
.sliderImage div#bannerTxt {
    position: absolute;
	 font: 12px/16px Arial, Helvetica, sans-serif;
    padding: 3px 13px;
    width: 883px;
    /*filter: alpha(opacity=70);
        -moz-opacity: 0.7;
      -khtml-opacity: 0.7;
        opacity: 0.7;*/
    background: url('../../headers/70bg.png');
    color: #fff;
    vertical-align: middle;
    display: none;
}

div#txt {
    float:left;
}

div#controls {
   float:right;
}

div#controls a, div#controls a:visited {
   color:white;
   text-decoration:none;
   cursor: pointer;
}

div#controls a:hover {
   text-decoration:underline;
   cursor: pointer;
}

.sliderImage img {
   display:none;
}

.clear {clear: both;}
.sliderImage div#bannerTxt strong {font-size: 14px;}
.top {top: 0;left: 0;}
.bottom {bottom: 0;left: 0;}
ul { list-style-type: none;margin:0;padding: 0;}
