#bar
{
	width: 750px;
	height: 100px;
	background-image: url('./bar_background.png');
	background-position: -4px -3px;
}

.barColor
{
	background-color:  #039dad; 
}

.barRollover
{
	background-color: #03acbf;
}

#barPlayBtn
{
	float: left;
	width: 142px;
	height: 84px;
	margin-left: 8px;
	margin-top: 9px;
	border: 0;
}

#barThumbsArea
{
	float: left;
	position: relative;
	width: 575px;
	height: 83px;
	list-style-type: none;
	overflow: hidden;
	margin: 10px;
	margin-top: 10px;
	margin-left: 12px;
	padding: 0px;
	
	background-image: url('./bar_top_inner_shadow.png');
	background-position: 0px 0px;
}

.barThumb
{
	position: absolute;
	margin-top: 8px;
	margin-bottom: 7px;
	margin-left: 3px;
	margin-right: 3px;
	border: 0px;
	background-color: transparent;
}

.barThumbSize
{
	width: 78px;
	height: 66px;
}

.barThumbBorder
{

	border-style: solid;
	border-width: 3px;
	border-color: #f0f0f0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.barThumbBorder a img
{
	border: 0;
}

.barThumbShadow
{
	-moz-box-shadow: 1px 1px 5px #000000;
	-webkit-box-shadow: 1px 1px 5px #000000;
	box-shadow: 1px 1px 5px #000000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=120, Color='#444444')";
	filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=120, Color='#444444')";
}


.barthumb img
{
/*	margin: 0px;
	padding: 0px;
	position: absolute;
	cursor: default; */
	background-color: black;
}


#barPopupThumb
{
	position: absolute;
	visibility: hidden;
	background-color: black;
	z-index: 50;
}

#barPopupThumb a:link, #barPopupThumb a:visited, #barPopupThumb a:hover, #barPopupThumb a:active
{
	color: black;
	text-decoration: none;
}

#barPopupThumbCaptionBackground
{
	position: absolute;
	top: 85px;
	left: 0px;
	width: 144px;
	height: 35px;
	display: none;
	opacity: 0.0;
	filter: alpha(opacity=0);
	background-color: white;
	cursor: pointer;
}

#barPopupThumbCaption
{
	margin: 2px;
	padding: 0px;
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
	font-family: "Myriad Pro", Arial, sans-serif;
	cursor: pointer;
}

#barLShadow
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 3px;
	height: 83px;
	background-image: url('./bar_left_inner_shadow.png');
	z-index: 100;
}