	/*             styles for the star rater                */	
#listStars{
	width:150px; 
	margin-left:137px; 
	margin-right:137px;
}

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(../images/star_rating.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:150px;
	height:30px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a,
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:30px;
	line-height:30px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left center;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left bottom;
}	
/*SLIDER*/
/* scrollable div area */
			#scrollable1 {
				float: left;
				width: 200px;
				height: 450px;
				border: 1px solid #ccc;
				overflow: hidden;
				white-space: nowrap;
				text-align:center;
			}
			
			/* vertical track */
			#track1 {
				float: right;
				width: 15px;
				height: 452px;
				margin-left: 0px;
				background-color: #ccc;
			}
			
			/* vertical track handle */
			#handle1 {
				width: 15px;
				height: 20px;
				background-color: #f00;
				cursor: move;
			}

/*VIDEO PAGE DISPLAY*/
	#videodisplay{
		width:425px; 
		float:right; 
		margin-right:45px; 
		text-align:center;
	}
#contestnav{
	list-style-type:none;
	padding-left:10px;
	margin-left:0;
}
#contestnav li a:link, #contestnav li a:visited, #contestnav li a:active, #contestnav li a:hover{
	display:block;
	width:200px;
	text-decoration:none;
	color:#000;
	padding:2px;
	padding-left:16px;
	background: url(../images/ul_arrow_1.gif) 6px 7px no-repeat #fff;
}
#contestnav li a:hover{
	background: url(../images/ul_arrow_2.gif) 6px 7px no-repeat #ccc;
}
.Vote_info{
	border:1px solid #000;
	width:80%;
	margin-left:10%;
	margin-top:8px;
}
.Vote_info b{
	display:block;
	background:#900;
	color:#fff;
	padding:2px;
}
.Vote_info label{
	margin-left:8px;
	width:150px;
	display:block;
	float:left;
}
