	body{
		margin:0px;
		margin-top:0px;
		width:100%;
		text-align:center;
		background-color:#cdcdcd;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	}
	#mainContainer{
		margin:0 auto;
		margin-top:20px;		
		width:1000px;
		text-align:left;
		background-color:#000;
		padding:6px;
		border:3px solid #317082;	
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:240px;
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:530px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:700px;	/* Width of large image div */
		height:550px;	/* Height of large image div */
		float:left;
		overflow:auto;
		margin-left:20px;
		border:dashed 0px red;
		background:#000 url(images/bk.jpg);
		
		
	}
	#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 */
		margin-top:10px;
		border:5px solid #CC6600;	/* Border around large image */	
		width:686px;	
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:114px;	/* Width of strip */
		padding:5px;	/* "Air" inside filmstrip div */
		position:absolute;

	}
	.strip_of_thumbnails div{
		width:110px;
		height:90px;
		padding:2px;
		text-align:center;

	}
	.strip_of_thumbnails img{
		border:5px solid #FFF;		
		padding:0px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:5px solid #CC6600;	/* Green border around active thumbnail */
		padding:0px;
	
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}
	#AlbumTitle{
		font-family:Arial, Tahoma, Verdana;
		font-size:21px;
		font-weight:bold;
		margin-top:7px;
		margin-bottom:7px;
	}	
	#otherAlbum{
		font-family:Arial, Tahoma, Verdana;
		color:#FFF;
		font-size:11px;
	}
	#otherAlbum select{
		font-family:Arial, Tahoma, Verdana;
		width:125px;
		
		font-size:11px;

	}
	.navigator a,.navigator a:visited{
		font-family:Arial, Tahoma, Verdana;
		font-size:15px;
		color:#FFF;
	}

	.navigator a:hover{
		font-family:Arial, Tahoma, Verdana;
		font-size:15px;
		color:#CC6600;
	}
