@charset "utf-8";
/* CSS Document */


.flashcontent {
	position: relative;
	border: 0 solid red;
	background: #FFF;
	margin: 0;
	padding: 0;
	left: 0;
	width: 100%;
	clear: both;
}

/* IE7 Only */
*:first-child+html table#rightBlock div.stdsignin br{
   display:none;
}

/* IE6 Only */
* html body table#rightBlock div.stdsignin br{
	display:none;

}

div#frontPageFlash{
   border:0px solid blue;
   width:800px;
   float:left;	
   padding: 0;
}


div#frontPageThumbs{
	border:0px solid red;
	clear:left;
	float:left;
	width:800px;
	height:250px;
	padding-left:8px;
}


div#indexThumbsImages,div#indexThumbsFootage,div#indexThumbsArtists{
	border:0px solid red;
	float:left;
	margin:20px 13px 10px 15px;
}

/*--------------------------------css for the Promo page Slider---------------------------------*/
#fW_Content {
	top:0px;
	left:0;
	MARGIN: 0;
	WIDTH: 800px;
	HEIGHT: 250px;
	z-index:1;
		line-height:100%;
}
#fW_Content IMG {
	WIDTH: 800px; HEIGHT: 250px;
}
#fW_Controls {
	margin:0;
	HEIGHT: 20px;
	position:absolute;
	bottom:10px;
    left:10px;
	z-index:999;
    bottom:30px;
}
#fW_Controls A {
	FONT-WEIGHT:normal; FONT-SIZE: 12px; BACKGROUND: url(images/off.gif) no-repeat; WIDTH: 20px; COLOR: white; PADDING-TOP: 2px; HEIGHT: 20px; text-align:center; float:left; margin-left:1px;
	text-decoration:none;
		line-height:100%;
}
#fW_Controls A.activeSlide {
	 BACKGROUND: url(images/on.gif) no-repeat;
}
#fW_Controls A:hover {
	 BACKGROUND: url(images/off.gif) no-repeat;
}




#sliderContent{
    position:relative;
	width:800px;
	height:250px;
	margin:0 0 0 0;
	overflow-y:hidden;
	overflow-x:hidden;

}