﻿.rating {
	position: relative;
	/*width: 195px;*/
	line-height: 18px;
}

.rating table {
	width: 100%;
}

.rating .rating-count {
	position: relative; 
	/*right: 0;*/
	margin: 3px;
}
.rating ul {
	list-style: none;
	margin: 3px;
	padding: 0px;
	width: 85px;
	height: 18px;
	position: relative;
	left: 0;
	/*background: url(../Img/rating.gif) top left repeat-x;*/
}
.rating li {
	padding: 0px;
	margin: 0px;
	/*\*/
	float: left;
	/* */
}
.rating li.current-rating {
	/*background: url(../Img/rating.gif) left bottom;*/
	position: absolute;
	height: 18px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
.rating li a {
	display: block;
	width: 18px;
	height: 18px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	background-image: none;
}
.rating li a:hover {
	/*background: url(../Img/rating.gif) left center;*/
	z-index: 1;
	left: 0px;
}
.rating a.star-1 {
	left: 0px;
}
.rating a.star-1:hover {
	width: 17px;
}
.rating a.star-2 {
	left: 17px;
}
.rating a.star-2:hover {
	width: 34px;
}
.rating a.star-3 {
	left: 34px;
}
.rating a.star-3:hover {
	width: 51px;
}
.rating a.star-4 {
	left: 51px;
}
.rating a.star-4:hover {
	width: 68px;
}
.rating a.star-5 {
	left: 68px;
}
.rating a.star-5:hover {
	width: 85px;
}

/* Style the spotlight container */
        #spotlight
        {
            margin: auto;
            padding: 1px;
            text-align:center;
            width:100%;
        }
        #descriptionTxt
        {
        	margin: auto;
        	background-color:Black;
        	color:White;
        	font-family:Verdana;
        	text-align:center;
        	width:100%;
        }
        #container
        {
            margin: 0 auto;
        }
        .yui-carousel-element li
        {
            height: 75px;
            opacity: 0.6;
            width: 100px;
            cursor:pointer;
        }
        .yui-carousel-element .yui-carousel-item-selected
        {
            opacity: 1;
        }
        .yui-carousel-content 
        {
        	width:474px;
        }
        
.yui-carousel-element li {
	opacity: 0.6;
	filter:alpha(opacity=60);
}

.yui-carousel-element .yui-carousel-item-selected {
	opacity: 1;
	filter:alpha(opacity=100);
}

#container span, #content-rating span 
{
	display:inline !important;
}

