body {
	padding:0;
	margin: 0;
    background:none;
    font-family:arial;
    font-size:75%;
    color:#959595;
    background:transparent;
}

img {
	border: none;
}

a {
    text-decoration:none;
    cursor:pointer;
}

/* main overlay styles */
.overlay {
	width: 607px;
	font-family: arial;
	font-size: 9px;
}
.overlay .top {
	width: 607px;
	height: 10px;
	background: url(/images/video/overlay_top.png);
}
.overlay .content {
	background: url(/images/video/overlay_bg.png);
	_background: url(/images/video/overlay_bg.gif);
    background-repeat:no-repeat;
	height: 486px;
    z-index:-1;
	overflow: hidden;
    width:587px;
    _width:567px;
	padding: 24px 10px 0 30px;
    _padding: 24px 0px 0 40px;
}

.overlay .bottom {
	width: 607px;
	height: 20px;
	background: url(/images/video/overlay_bottom.png);
}
.overlay a.close {
	position:absolute;
	left: 500px;
	top: 12px;

}
.overlay h1 {
	padding: 12px 0 10px 0;
	margin: 0;
}
.overlay h4 {
	padding: 0 0 10px 0;
	margin: 0;
}
.overlay p.rating {
	text-align: right;
	margin: 12px 20px 0 0;
}
.overlay .dottedLine {
	border-top: 1px dotted #000;
	height: 1px;
	overflow:hidden;
	width: 540px;
	margin: 12px 0 12px 0;
}

#rating {
    height:20px;
}

.statVal {
    position:absolute;
    top:340px;
    left:310px;
    z-index:1000;
    width:280px;
}



/* thumbnail scroll styles */
#thumbscroll {
	position:relative;
	top: 0px;
    left:0px;
	_left: -12px;
	color: #000;
	width: auto;
	font-family: arial;
	font-size: 9px;
}
#thumbscroll h4 {
	font-size: 9px;
	color: #0083b8;
	margin-left: 8px;
}
#thumbscroll img {
	border: none;
}
#thumbscroll a.button {
	position:relative; 
	display: block;
	top: 12px; 
	z-index: 10; 
	height:19px; 
	width:12px;
	padding: 0px;
	float:left;
}
#scrollContainer {
	position:relative;
	overflow: hidden;
	float:left;
	margin: 0 8px 0 8px;
	width: 518px;
}
#thumbnails {
	position:relative;  
	list-style-type:none; 
	padding: 0; 
	margin:5px 0;
	width:10000px;
}
#thumbnails .item {
	position:relative;
	float:left;
	margin-right: 6px;
	height: 48px;
	width:168px;
	cursor: pointer;
}

#thumbnails .item-alt {
	position:relative;
	float:left;
	margin-right: 6px;
	height: 48px;
	width:168px;
	cursor: pointer;
}

#thumbnails .item p {
	position: absolute;
	left: 75px;
	bottom: 0px;
	display:block;
	padding: 0;
	margin: 0;	
	color: #000;
}
#thumbnails .item img {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:10;
}
#thumbnails div.highlight {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	opacity: .8;
	_visibility: hidden;
}
#thumbnails .highlighted div.highlight{
	z-index: 20;
}

.ui-rater {
    font-size:12px;
}

