	body{
		margin-left: 0px;
	    margin-top: 10px;
	    margin-right: 10px;
	    margin-bottom: 10px;
		width:100%;
		text-align:left;
		background-color:#FDFEFF;
		font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	}
	#mainContainer{
		margin:0 auto;
		width:990px;
		text-align:left;
		background-color:#FFF;
		padding:2px;
		border:0px solid #fff;	
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:270px;padding-top:0px;padding-right:20px;padding-left:0px;padding-bottom:50px;
	}
	#DHTMLgoodies_panel_one{		
		float:right;	
	}
	#DHTMLgoodies_thumbs{
	overflow:hidden;	/* Don't change this */
	height:330px;	/* Height of thumbnail div */
	position:relative;	/* Never change this */
	float:right;
	background-color: #F2F2f2;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:600px;	/* Width of large image div */
		height:400px;	/* Height of large image div */
		float:left;
		padding-left:10px;	/* "Air" */
		padding-top:0px;
		padding-right:10px;		
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:600px;
		height:400px;
		text-align:left;
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
		border:0px solid #FFFFFF;	/* Border around large image */
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:81.5px;	/* "列间距 */
		padding:5px;	/* 页间距 */
		height:600;
		position:absolute;

	}
	.strip_of_thumbnails div{
		width:20px;
		height:51.5px;/* 行间距 */
		padding:4.5px;
		text-align:center;

	}
	.strip_of_thumbnails img{
		border:0px;
		width:84px;
		height:56px;
		padding:1px;/* 小图选中后弹出距离 */
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:2px solid #F95D5D;	/* Green border around active thumbnail */
		padding:0px;
	
	}
	.leftArrow{
		float:left;padding-left:0px;
	}
	.rightArrow{
		float:right;padding-right:0px;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:300px;padding-top:10px;padding-right:10px;padding-left:10px;padding-bottom:10px;
	}	
