@charset "utf-8";
/* CSS Document */
.randomizer {
	padding: 25px 22px 5px;
	width: 980px;
	position: relative;
	height: 450px;
	margin-bottom: 20px;
}
.clear{
	clear:both;
}
/* End of demo CSS */
#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
	width:450px;
}
#DHTMLgoodies_panel_one{		
	float:right;	
}
#DHTMLgoodies_thumbs{
	overflow:hidden;	/* Don't change this */
	height:420px;	/* Height of thumbnail div */
	position:relative;	/* Never change this */
	float:right;
	margin-right: 7px;
	margin-top: 3px;
}
#DHTMLgoodies_largeImage{	/* Large image div */
	width:480px;	/* Width of large image div */
	height:420px;	/* Height of large image div */
	float:left;
	margin-left:10px;
	margin-right:5px;	
}
#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:1px solid #2E313A;
}
.strip_of_thumbnails{	/* A vertical strip of thumbnails */
	width:150px;	/* Width of strip */
	/* height:420px; */
	padding:0px;	/* "Air" inside filmstrip div */
	position:absolute;
	display: inline;
}
.strip_of_thumbnails div{
	width:150px;
	height:136px;
	/*padding:2px;*/
	text-align:center;
	display: block;
}
.strip_of_thumbnails img{
	border:0px;
	padding:5px;
}
.strip_of_thumbnails .activeImage{	/* Active thumbnail */
	border:3px solid #2E313A;	/* Green border around active thumbnail */
	padding:0px;
}
.leftArrow{
	float:left;
}
.rightArrow{
	float:right;
	padding-right:10px;
}
#DHTMLgoodies_thumbs_inner{
	position:relative;	/* Never change this */
	width:480px;
	height:1000px;
	/*display: table;*/
}
.pics-zone {
	border:1px solid #2E313A;
	float:left;
	height:460px;
	margin-bottom:5px;
	margin-top:5px;
	text-align:left;
	width:970px;
}
.pic-description {
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	height:22px;
	line-height:10px;
	overflow:hidden;
	text-align:left;
	width:142px;
}
