/* jQuery Rotator CSS */

#featured-item {
   width: 640px;
   height: 480px;
   position: relative; /* important */
   background:#000000;
   float:left;
   margin:0;
   display:block;
   overflow: hidden; /* important */
   z-index:1;
}

#featured-itemContent {
   width: 640px;
   position: absolute; /* important */
   top: 0; /* important */
   margin:0; padding:0;
   list-style:none;
   margin-left: 0; /* important */
}

.featured-itemImage {
	width:640px; height:480px; /* exact dimensions of image */
   	float: left; /* important */
   	position: relative; /* important */
   	display: none; /* important */
}

.featured-itemImage span {
   width:610px;
   position: absolute; /* important */
   left: 0;
   text-align:right;
   padding:0px 30px 0px 0px;
   font-size: 23px;
   background-color:#000000;
   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=50); /* here you can set the opacity of box with text */
   -moz-opacity: 0.5; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.5; /* here you can set the opacity of box with text */
   opacity: 0.5; /* here you can set the opacity of box with text */	
}