	body{
		margin: 0px;
		padding: 0px;
	}
	#container {
		/* background-color:grey; */
		width:780px;
		height:450px;
	}
	#videoContainer {
		/*background-color:red;*/
		width:490px;
		height:400px;
		float:left;
	}
	#productName {
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-weight:bold;
		height : 37px;
		/*background-color:#CFC;*/
		float:left;
		width:490px;
		padding: 8px 5px 5px 0px;
	}
	#previewPane{
		/*border:1px solid #000;*/
		margin-right:10px;	
		text-align:center;
		
		/* CSS HACK */
		height: 402px;	/* IE 5.x */
		height/* */:/**/370px;	/* Other browsers */
		height: /**/370px;
		
		width:490px;		
		float:left;
		z-index:100;
		
		/*background-color:#ccc;*/
				
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:180px;
		z-index:-1;	
	}
	.show {
		display:inline;
	}
	.hide {
		display:none;
	}	
	#gallery{
		width:280px;
		float:right;
	}
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		padding-top:13px;
		/* CSS HACK */
		height: 441px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/425px;	/* Other browsers */
		height: /**/425px;
		
		/* CSS HACK */
		width: 264px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/280px;	/* Other browsers */
		width: /**/280px;
		/*background-color:blue;*/ 
		/* border:1px solid #000;	Black border */		
			/* padding:1px;A little space between the black border and the content inside */
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:35px;
	}
	#galleryContainer #arrow_up{
		height:35px;	/* Arrow up image */
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:375px;	/* Height of boxes for the images */
	}
	#thumbnails_div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
	}
	#theImages img{
		border:0px;	/* No border */
		filter:alpha(opacity=50);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
		padding-top:1px;	/* Space between images */
	}
	.product { 
		width: 275px;
		height:91px;
	/*	border:1px solid #000000; */	
		background-color:#ffffff;
		padding:0px;
	}
	.productImage {
		width: 120px;
		height:90px;
		float:left;
	}
	.productDetails {
		width: 140px;
		height:70px;
		/*border:1px solid black; */
		position:relative;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:10px;
		font-weight:bold;
		float:right;
		padding: 15px 0px 5px 0px;
	}
	#frameLoading {
		position: absolute; 
		top: 45%; 
		left: 0%; 
		height: 32px; 
		width: 100%; 
		text-align: center; 
		line-height: 0; 
		background: url(../images/lytebox/loading.gif) center no-repeat;
	}

