
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one{	/* Width of divs for thumbnails */
		width:708px;

	}
	#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:650px;
		
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		position:relative;	/* Never change this */
		float:left;
	}	
	.strip_of_thumbnails
	{
	padding:0 0 0 0;
		
		
	}
	.strip_of_thumbnails a{	
		color:#4F4F51;	
		font-family:verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		text-decoration:none;
		/*background:url(../../assets/static/images/sub_tab.gif) no-repeat left top ;  */
		padding:0 0 0 0;
		margin:5px 0 0 0;
		float:left;
		display:block;
		background: url(../../images/divider.gif) no-repeat right center;
		}
		
		.strip_of_thumbnails a span{	
	/*	color:#4F4F51;	*/
		font-family:verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		text-decoration:none;
		line-height:21px;
		/*background:url(../../assets/static/images/sub_tab.gif) no-repeat right bottom ;  */
		padding:0 10px 0 10px;
		float:left;
		display:block
	}
		
	.strip_of_thumbnails a:hover{	
		
		/*background:url(../../assets/static/images/sub_tab_hover.gif) no-repeat left top ;*/
		color:#1585DB;
		}
		
		.strip_of_thumbnails a:hover span{	
		
		/*background:url(../../assets/static/images/sub_tab_hover.gif) no-repeat right bottom ;*/
		/*color:#000;*/
		background:#F6F6F6 url(../../images/divider.gif) no-repeat right center;
		display:block;
		}
		
	.strip_of_thumbnails a.active{
		color:#1585DB;
		font-family:verdana, Arial, Helvetica, sans-serif;
		font-size:11px;	
		font-weight:normal;	
		text-decoration:none;
		background:#F6F6F6 url(../../images/divider.gif) no-repeat right center;
	}
	
	.strip_of_thumbnails img{
		/*border:0px;
		width:77px;
		height:48px;	*/
	}
	.strip_of_thumbnails .activeImage{
		padding:0px;
	}
	.leftArrow{
		float:left;
		padding-right:5px;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:2000px;
	}	
