body{
	margin:0px;
	width:100%;
	text-align:center;
	background-color:#ffffff;
	font-family: Futura, Arial, Helvetica, sans-serif;
}
#mainContainer{
	margin:0 auto;
	width:100%;
	text-align:left;
}
.clear{
	clear:both;
}
/* End of demo CSS */
#AX_panel_one,#AX_arrows,#AX_thumbs{	/* Width of divs for thumbnails */
	width: 498px;
}
#AX_arrows {
	text-align: center;
}
#AX_panel_one{		
	float:left;	
}
#AX_thumbs{
	overflow:hidden;	/* Don't change this */
	height:130px;	/* Height of thumbnail div */
	position:relative;	/* Never change this */
	float:left;
}
.strip_of_thumbnails{	/* A vertical strip of thumbnails */
	width:168px;	/* Width of strip */
	position:absolute;
}
.strip_of_thumbnails div{
	width:162px;
	height:122px;
	padding: 0 6px 0 0;
	text-align:center;
}
.strip_of_thumbnails img{
	border:1px solid #2B9CE2;
}
#AX_thumbs_inner{
	position:relative;	/* Never change this */
	width:1000px;
}	
