	
	#mainContainer{
		margin:0 auto;
		width:720px;
		height:350px;
		border:0px solid yellow;	
	}
	.clear{
		clear:all;
	}
	#mness_panel_one,#mness_arrows,#mness_thumbs{	/* Width of divs for thumbnails */
		width:350px;
		height:350px;
	}
	#mness_panel_one{		
		float:right;	
	}
	#mness_thumbs{
		overflow:hidden;	/* Don't change this */
		width:320px;
		height:250px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
		display:inline;
		margin:60px 0px 0px 0px;
		border:0px solid red;
	}
	#mness_largeImage{	/* Large image div */
		width:350px;	/* Width of large image div */
		height:350px;	/* Height of large image div */
		float:left;
		text-align:center;
		
	}
	#mness_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:350px;
		height:350px;
		text-align:center;
		margin:0px auto;
	}
	#mness_largeImage img{	/* Large image */
		border:0px solid red;	/* Border around large image */
		text-align:center;
		padding:3px;	/* "Air" inside largeImage div */
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:350px;	/* Width of strip */
		height:250px;
		position:absolute;
		display:inline;
		padding:5px;

	}
	.strip_of_thumbnails div{
		width:350px;
		height:250px;
		text-align:center;
		display:inline;
		/*padding:5px;	/* "Air" inside filmstrip div */

	}
	.strip_of_thumbnails img{
		border:0px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
			/* Green border around active thumbnail */
		
	}
	.leftArrow{
		float:left;
		margin:10px 0px 0px 0px;
		padding:5px;	
	}
	.rightArrow{
		float:right;
		margin:10px 0px 0px 0px;
		padding:5px;	
	}
	#mness_thumbs_inner{
		position:relative;	/* Never change this */
		/*width:1000px;*/
		display:inline;
		padding:5px;	/* "Air" inside filmstrip div */
		
	}	
