	body {
	background-color: #000000;
}
.style6 {font-size: 10px; color: #8E0000; font-family: Verdana, Arial, Helvetica, sans-serif; }
a:link {
	color: #CD0000;
	text-decoration: none;
}
a:visited {
	color: #D00000;
	text-decoration: none;
}
a:hover {
	color: #CF0000;
	text-decoration: underline;
}
a:active {
	color: #CD0000;
	text-decoration: none;
}
	#mainContainer{
	background-color: #000000;
		position:absolute;
		margin:0 auto;
		align:center;	
		width:730px;
		text-align:center;
		padding:0px;
		z-index:2;
	}
	.clear{
		clear:both;
		z-index:1;
	}
	/* End of demo CSS */
	#DHTMLgoodies_arrows{
	position:relative;
		left:290;
	  top:93;
		width:140px;
		align:right;
		z-index:3;
	}	
	#DHTMLgoodies_panel_one,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		position:absolute;
		left:220;
	  top:120;
		width:230px;
		height:330px;
		z-index:4;
	}
	#DHTMLgoodies_thumbs{
		float:left;	
		left:255;
		height:330px;
		z-index:6;
	}
		#DHTMLgoodies_thumbs2{
		float:left;	
		left:255;
		z-index:1;
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
		left:300;
		height:230px;
		z-index:6;
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:175px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
		z-index:1;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		position:absolute;
		left:202;
		width:400px;	/* Width of large image div */
		height:310px;	/* Height of large image div */
		float:left;
		padding-left:10px;	/* "Air" */
		padding-right:10px;	
		z-index:1;
	}
	#LINKS2{	/* Large image div */
	position:absolute;
		top: 120;
		left:130;
		z-index:6;
	}
	#LINKS{	/* Large image div */
		position:absolute;
		top: 20%;
		left:40%;
		width:200px;
		z-index:5;
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:10%;
		height:100%;
		text-align:center;
		z-index:1;
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
		border:5px solid #000000;	/* Border around large image */
		z-index:1;
		
	}
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:40px;	/* Width of strip */
		padding:1px;	/* "Air" inside filmstrip div */
		position:absolute;
		z-index:1;

	}
	.strip_of_thumbnails div{
		width:55px;
		height:50px;
		padding:0px;
		text-align:center;
		z-index:1;

	}
	.strip_of_thumbnails img{
		border:1px solid #FFFFFF;
		padding:2px;
		z-index:1;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:3px solid #FFFFFF;	/* Green border around active thumbnail */
		padding:0px;
		z-index:1;
	
	}
	.leftArrow{
		float:left;
		z-index:1;
	}
	.rightArrow{
		float:right;
		z-index:1;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
		z-index:1;
	}	
