	body{
		margin:0px;
	}
	#dhtmlgoodies_slideshow{
		width:735px;	/* Total width of slideshow */
	}
	
	#previewPane{		
		margin-right:15px;	
		text-align:center;
		vertical-align:middle;
		/* CSS HACK */
		height: 424px;
		width:569px;		
		float:left;	
		background: url("/view/images/box/bg-image-product.gif") no-repeat;
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:300px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		
		/* CSS HACK */
		height: 425px;
		
		/* CSS HACK */
		width: 150px;
		position:relative;
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:20px;
		position:absolute;
		bottom:-25px;
		z-index:100;
		left: 35px;
	}
	#galleryContainer #arrow_up{
		height:20px;	/* Arrow up image */
		position:absolute;
		top:-25px;
		z-index:100;
		left: 35px;
	}
	
	#theImages{	/* DIV where the images are located */
		top:0px;
		position:absolute;
		overflow:hidden;
		height:425px;	/* Height of boxes for the images */  
        left: 0px;
	}
	#theImages 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 */
	}
    #theImages a:hover{
        text-decoration: none;
    } 
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:center;
		font-size:15px;
		display: none;
		margin-top:10px;
        font-weight: bold;
	}
	#theImages .imageCaption{ 
        display: none; 
	}