
	#DHTMLgoodies_panel_one,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
/*		width:150px;
*/	}
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:90px;	/* Width of strip */

		position:absolute;

	}
	.strip_of_thumbnails div{
	}
	
	#DHTMLgoodies_arrows {
		
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
		padding-left:53px;
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:435px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
		margin-top: 15px;
		width:90px;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		float:left;
	}

	#DHTMLgoodies_largeImage img{	/* Large image */
		border:1px solid #000;

	}
	

	.strip_of_thumbnails img{
		border:0px;
		margin-bottom:10px;
	}
	
	.strip_of_thumbnails img.activeImage{	/* Active thumbnail */

		border-left:5px solid #CD800D;
		border-bottom:5px solid #CD800D;
		padding:0;
		
	}
	
		.strip_of_thumbnails p {
			font-size: 10px;
		}
	
	* html .leftArrow {
		background-image: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/sm_l_arrow.png', sizingMethod='crop');
	}
	
	.leftArrow{
		background:transparent url(/assets/images/sm_l_arrow.png) no-repeat scroll 0px 0px;
		height:17px;
		left:55px;
		position:absolute;
		text-indent:-9999px;
		top:481px;
		width:29px
	}
	
	.leftArrow.over {
		background-position: 0px -17px;
	}
	
	* html .rightArrow {
		background-image: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/sm_r_arrow.png', sizingMethod='crop');
	}
	
	.rightArrow{
		background:transparent url(/assets/images/sm_r_arrow.png) no-repeat scroll 0px -17px;
		height:17px;
		left:120px;
		position:absolute;
		text-indent:-9999px;
		top:481px;
		width:29px
		}
		
	.rightArrow.over {
		background-position: 0px 0px;
	}
	
	
	
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1200px;
	}	