
	.dhtmlgoodies_slideshow{
		width:540px;	/* Total width of slideshow */


	}
	
	.previewPane{
		margin-right:10px;	
                padding:5px;
		height:300px;
		width:390px;		
		float:left;
                overflow: hidden;
                border: solid 1px  #ECECEC;
                position: relative;
				
	}
        
       .previewPane table{ border-collapse: collapse; border-spacing:0; width:100%; height:100%; }
.result .previewPane table td{padding:0; text-align:center;vertical-align:middle; height:100%;}  
         
         
	.waitMessage{
		display:none;
		position:absolute;
		left:130px;
		top:150px;
		background-color:#FFF;
		border:2px solid #F87111;
		padding:4px;
                 color: #F87111;
		
		
	}	
	.galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:right;	/* Floating */
		height: 300px;
		width: 120px;
                text-align: center;
	}
	.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:240px;	/* Height of boxes for the images */
                
	}
	.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 */
                margin: 0 0 3px 0;
       }
         
	.previewPane .largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Tahoma, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	.theImages .imageCaption{
		display:none;
	}
