	#mainContainer{
	margin:0 auto;
	width:100%;
	text-align:left;
	background-color:#FFF;
	padding:3px;
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
	width:365px;
	}
	#DHTMLgoodies_panel_one{
	float:right;
	/*margin-top: 110px;*/
	margin-right: 13px;
	}
	#DHTMLgoodies_thumbs{
	overflow:hidden;	/* Don't change this */
	height:220px;	/* Height of thumbnail div */
	position:relative;	/* Never change this */
	float:left;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
	width:650px;	/* Width of large image div */
	height:390px;	/* Height of large image div */
	float:left;
overflow:hidden;

	/*padding-left:10px;*/	/* "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 */
		width:630px;
		height:390px;
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
	width:190px;	/* Width of strip */
	padding:0px;	/* "Air" inside filmstrip div */
	position:absolute;

	}
	.strip_of_thumbnails div{
	width:178px;
	height:110px;
	padding:5px 0px;
	text-align:center;

	}
	.strip_of_thumbnails img{
	border:0px;
	padding:5px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
	border:2px solid #ce0000;	/* Green border around active thumbnail */
	padding:0px;
	
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}	

    .auto-style1 {
            width: 680px;
        }
		
        .film_focus ul.film_focus_nav li.cur span{display:none}
 @media screen and (min-width:200px) and (max-width:800px)
{
#DHTMLgoodies_largeImage{	/* Large image div */
	width:100%;	/* Width of large image div */
	height: auto;	/* Height of large image div */
	float:left;
overflow:hidden;

	/*padding-left:10px;*/	/* "Air" */
	/*padding-right:10px;*/
	}
	.auto-style1 {
            width:100%;	
        }
#DHTMLgoodies_largeImage img{	/* Large image */
		 width:100%;	
		height: auto;
	}
}