	#container {
	width: 770px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow:hidden;
/*	overflow-x:hidden;
	overflow-y:auto */

	}
	
	.photo {
	width:722px;
	height:53px;
	/*padding-top:100px;
	padding-left:100px;*/
	
	}
	
	.photo img {
	/*border:#BE9E3D 2px solid;*/
	margin-right:0px;
	}
	
	
	
	#mainContainer{
		/*margin:0 auto;*/
		margin-top:0px;	
		width:770px;
		text-align:left;
		background-color:transparent;
		padding:0px;
		/*border:1px solid #FFF;*/
		margin-left:8px;
		color:#4A3713;
		overflow:hidden;
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		/*width:2000px;*/
	}
	#DHTMLgoodies_arrows {
		width:770px;
		height:30px;
		margin-top:-80px;
		float:left;
		margin-right:0px;
		position:relative

	}
	
	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:495px;	                                                      /* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
		width:770px                                                           /* Mask Total Width */
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:0px;	/* Width of large image div */
		height:auto;	                                                      /* Height of large image div */
		float:left;
		/*padding-left:-40px;	/* "Air" */
		/*padding-right:30px;
		padding-top:0px;
		margin-left:-30px*/
	}
	#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:0px solid #CCB453;	/* Border around large image */
	}
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:173px;	/* Width of strip */
		padding-right:23px;	                                                 /* "Air" inside filmstrip div */
		position:absolute;
		height:167px;
	}
	.strip_of_thumbnails div{
		width:173px;
		height:167px;
		position:relative;
		padding-left:0px;
		text-align:left;
 	    padding-bottom:40px;										         /* Vertical interval */
		text-align:center;                                             
		overflow:hidden		
	}
	.strip_of_thumbnails img{
		border:0px;
		
		margin-bottom:10px;
		float:left
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		/*border:3px solid #0066FF;	/* Green border around active thumbnail */
		padding:0px;
	
	}
	
	.thumb {
	
	}
	
	.desc {
	color:#0066FF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center
	}
	
	.desc a:link {
	color:#0099FF
	}
	.desc a:visited {
	color:#0099FF
	}
	.desc a:hover {
	color:#FF6600
	}
	
	
	.leftArrow{
		float:left;
		padding-left:0px
	}
	.rightArrow{
		float:right;
		padding-right:0px
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		
	}	
