
a:link, a:visited, a:hover, a:active, a:focus {
	border: 0px;
	text-decoration: none;
	outline: none;
	-moz-outline-style: none;
}
.clear {
	clear:both;
}
/* End of demo CSS */
	#DHTMLgoodies_panel_one, #DHTMLgoodies_arrows, #DHTMLgoodies_thumbs {
	width:594px; /* Width of divs for thumbnails */
}
#DHTMLgoodies_panel_one {
	float:left;
}
#DHTMLgoodies_thumbs {
	overflow:hidden;	/* Don't change this */
	height:152px;	/* Height of thumbnail div */
	position:relative;	/* Never change this */
	float:left;
}
#DHTMLgoodies_largeImage {	/* Large image div */
	width:0px;	/* Width of large image div */
	height:0px;	/* Height of large image div */
	float:left;
	padding: 0;
	margin:0;
}
#DHTMLgoodies_largeImage table {	/* Used table to get both horizontal and vertical center alignement of large image */
	width:100%;
	height:100%;
	text-align:center;
}
#DHTMLgoodies_largeImage img {	/* Large image */
	border:5px solid #317082;	/* Border around large image */
}
.strip_of_thumbnails {	/* A vertical strip of thumbnails */
	width:150px;	/* Width of strip */
	padding:0px;	/* "Air" inside filmstrip div */
	position:absolute;
	margin: 0;
}
.strip_of_thumbnails div {
	width:150px;
	height:90px;
	padding:0px;
	text-align:center;
}
.strip_of_thumbnails img {
	border:0px;
	padding:0px;
	
}
.strip_of_thumbnails .activeImage {	/* Active thumbnail */
	border:0px solid #317082;	/* Green border around active thumbnail */
	padding:0px;

}
.leftArrow {
	float:left;
}
.rightArrow {
	float:right;
}
#DHTMLgoodies_thumbs_inner {
	position:relative;	/* Never change this */
	width:1000px;
}


#related_videos:hover
{
	
}

.relatedVideo_desc
{
	color:#FFFFFF;
	padding:5px;
	height: 50px;
	overflow:hidden;
}

#menu_channels
{
	float: left;
}
#menu_search
{
	float:left;
}

#menuHolder_search
{
	display: none;
}


#search_go
{
	float: right;
}


#video_search_results
{
	margin: 0px 20px 0px 20px;
	color:#ffffff;
	font-weight:bold;
}
#video_name_playing
{
	float:left;
	padding-top: 9px;
	color: #ffffff;
	font-weight:bold;
}
#top_btns
{
	position: absolute;
	margin-left: 350px;
}
#video_download, #video_share, #video_quality
{
	float: left;
	background-image: url(graphics/top_btn_bg.gif);
	background-position: top left;
	background-repeat:repeat-x;
	height: 16px; /* total is 28px inc padding */
	padding: 12px 5px 0px 5px;
}
#video_download a:link, #video_download a:hover, #video_download a:visited, #video_download a:active,
#video_share a:link, #video_share a:hover, #video_share a:visited, #video_share a:active,
#video_quality a:link, #video_quality a:hover, #video_quality a:visited, #video_quality a:active
{
	color: #ffffff;
	font-weight:normal;
}
#video_download a:hover, #video_share a:hover, #video_quality a:hover
{
	color: #000000;
}

#video_linkto
{
	position: absolute;
	
	border-width:1px;
	border-style:solid;
	border-color: #000000;
	
	z-index: 50;
	width: 200px;
	margin: -80px 0px 0px 620px;
	color: #cccccc;
	
	background-color: #333333;
	padding: 10px;
	
	display:none;
}
#video_linkto a:link, #video_linkto a:visited, #video_linkto a:active, #video_linkto a:hover
{
	color: #ffffff;
	font-weight: bold;
}

#related_partsHolder
{
	float: right;
	width: 337px;
	height: 175px;
	overflow: hidden;
	
	background-image: url(graphics/related_parts_bg.gif);
	background-position:top left;
	background-repeat: no-repeat;
}
#related_parts
{
	padding: 45px 0px 0px 17px;
	color: #ffffff;
}
