
	#mainContainer{
		margin:0 auto;
		width:740px;
		text-align:left;
		background-color:#FFF;
		padding:3px;
		/*border:3px solid #317082;	*/
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		overflow:hidden;
		
	}
	.clear{
		height:0;clear:both;visibility:hidden;display:inline-block;display:block;
	}
	/* End of demo CSS */
	#dd_gallery_slideshow_panel_one,#dd_gallery_slideshow_arrows,#dd_gallery_slideshow_thumbs{	/* Width of divs for thumbnails */
		width:256px;
	}
	#dd_gallery_slideshow_panel_one{		
		float:left;	
	}
	#dd_gallery_slideshow_thumbs{
		overflow:hidden;	/* Don't change this */
		height:430px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}
	#dd_gallery_slideshow_largeImage{	/* Large image div */
		width:450px;	/* Width of large image div */
		height:400px;	/* Height of large image div */
		float:left;
		padding-left:0px;	/* "Air" */
		padding-right:5px;
		margin: 10px 0 0 20px;;	
		overflow: hidden;
	}
	
	#dd_gallery_slideshow_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		text-align:center;
	}
	#dd_gallery_slideshow_largeImage img{	/* Large image */
		/*border:5px solid #317082;*/	/* Border around large image */
		min-height: 150px;
		max-width: 430px;
		max-height: 390px;
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:126px;	/* Width of strip */
		padding:3px;	/* "Air" inside filmstrip div */
		float:left;		
		
	}
	
	.strip_of_thumbnails div{
	/*	width:120px;
		height:100px;*/
		text-align:center;
	}
	
	.strip_of_thumbnails img{
		border:0px;
		padding:3px;
		max-width: 100px;
		max-height: 95px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:3px solid #317082;	/* Green border around active thumbnail */
		padding:0px;
	
	}
	
	.imageBox{
		width:120px;	/* Total width of each image box */
		height:145px;	/* Total height of each image box */
		float:left;
	}
	.imageBox_theImage{
		width:115px;	/* Width of image */
		height:100px;	/* Height of image */
		overflow: hidden;
		
		/* 
		Don't change these values *
		*/
		margin: 0 auto;
		margin-bottom:2px;
	}
	
	.imageBox .imageBox_theImage{
		border:1px solid #DDDDDD;	/* Border color for not selected images */
	}
	
	.imageBox_label{	/* Title of images - both selected and not selected */
		text-align:center;
		font-family: arial;
		font-size:11px;		
		padding-top:2px;
		margin: 0 auto;
	}
	
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#dd_gallery_slideshow_thumbs_inner{
		position:relative;	/* Never change this */
		width:30000px;
	}	
	
/* IE Hack for large Image */
* html #dd_gallery_slideshow_largeImage img{	/* Large image */
		/*border:5px solid #317082;*/	/* Border around large image */
		height:350px;
	}
	
/* IE Hack for thumbnails Image */
* html .strip_of_thumbnails img{
		height:95px;
	}

