/* jQuery Rotator CSS */

#featured-item {
   width: 986px;
   height: 410px;
   position: relative; /* important */
   background:#000000;
   float:left;
   margin:0 0 20px 0;
   display:block;
   overflow: hidden; /* important */
   z-index:1;
}

#featured-itemContent {
   width: 986px;
   position: absolute; /* important */
   top: 0; /* important */
   margin:0; padding:0;
   list-style:none;
   margin-left: 0; /* important */
}

.featured-itemImage {
	width:986px; height:410px; /* exact dimensions of image */
   	float: left; /* important */
   	position: relative; /* important */
   	display: none; /* important */
}

.featured-itemImage span {
   width:956px;
   position: absolute; /* important */
   left: 0;
   text-align:right;
   padding:0px 30px 0px 0px;
   font-size: 120px;
   font-family:Arial;
   color: #ffffff;
   display: none; /* important */
   bottom: 0;
   filter: alpha(opacity=50); /* here you can set the opacity of box with text */
   -moz-opacity: .5; /* here you can set the opacity of box with text */
   -khtml-opacity: .5; /* here you can set the opacity of box with text */
   opacity: .5; /* here you can set the opacity of box with text */	
}
.clear { clear: both }
.opacity {
   filter: alpha(opacity=100); /* here you can set the opacity of box with text */
   -moz-opacity: 1.0; /* here you can set the opacity of box with text */
   -khtml-opacity: 1.0; /* here you can set the opacity of box with text */
   opacity: 1.0; /* here you can set the opacity of box with text */	
}