body{
	margin:0px;
	padding: 0px;
	text-align:center;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #ffd600;
	text-decoration: none;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #5ca8fe;
	text-decoration: none;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7c7d7d;
	text-decoration: none;
}

	#mainContainer{
		margin:0 auto;
		width:500px;
		text-align:left;
		background-color:#f2f3f8;
		padding:0px;


	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one, #DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:100%;
	}
	#DHTMLgoodies_arrows{
	visibility: hidden;
}
	
	#DHTMLgoodies_panel_one{		
		float:top;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:700px;	/* Height of thumbnail div */
		width:500px;
		position:relative;	/* Never change this */
		float:left;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:480px;	/* Width of large image div */
		height:370px;	/* Height of large image div */
		padding-left:0px;	/* "Air" */
		padding-right:10px;	
	}
	#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 around large image */
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
	width:500px;	/* Width of strip */
	padding:0px;	/* "Air" inside filmstrip div */
	position:absolute;
	left: 10px;
	top: 0px;

	}
	.strip_of_thumbnails div{
		width:85px;
		height:85px;
		padding:2px;
		text-align:center;

	}
	.strip_of_thumbnails img{
		border:0px;
		margin:5px;
	}
	
	.strip_of_thumbnails a:link, .strip_of_thumbnails a:visited, .strip_of_thumbnails a:hover:visited, .strip_of_thumbnails a:hover, .strip_of_thumbnails p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #42464c;
	text-decoration: none;
}
	
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
	border:5px solid #6ea1d6;	/* Green border around active thumbnail */
	margin:0px;	
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:520px;
	}	

.nomargin h2{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 3px;
}
