	#mainContainer{
		margin:0 auto;
		width:700px;
		text-align:left;
		background-color:#FFF;
		
	}
	.clear{
		clear:both;
	}
	
	#slide_panel_one,#slide_arrows,#slide_thumbs{	
		xwidth:240px;
	}
	#slide_panel_one{		
		float:left;	
	}
	#slide_thumbs{
		overflow:hidden;
		xheight:75px;	
		position:relative;	
		float:left;
	}
	#slide_largeImage{	
		width:700px;	
		height:444px;
      _height:442px; /*IE6*/	
		float:left;			
	}
	#slide_largeImage table{	
		width:100%;
		height:100%;
		text-align:center;
	}

	#slide_largeImage img{	
		border:none;
      width:694px;
   }
		
	.strip_of_thumbnails{
		width:700px;
      height:65px;
		padding-top:5px;		
      background: white;      
      margin-top: 5px;
	}

	.strip_of_thumbnails img{
		border:0px;		
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		opacity:0.4;filter:alpha(opacity=60);	
	}
	
	#slide_thumbs_inner{
		position:relative;	/* Never change this */
		width:700px;
	}	
