
	#srgallery_slideshow{
		width:300px;	/* Total width of slideshow */


	}
	
	#previewPane{
		border:1px solid #CCCCCC;
		
		text-align:center;

		position:relative;
		
		
				
	}
	#previewPane img{
		
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
		
	}
	.divscroll
{
	text-align:justify;
	height:200px;
	width:180;
	padding-left:2px;
	padding-right:4px;

	overflow:auto;
	scrollbar-3dlight-color:#005295;;
    scrollbar-arrow-color:#ffffff;
    scrollbar-base-color:#ffffff;
    scrollbar-darkshadow-color:#005295;
    scrollbar-face-color:#005295;
    scrollbar-highlight-color:#ffffff;
    scrollbar-shadow-color:#005295;
    scrollbar-track-color:#ffffff;
}

	#galleryContainer{
		vertical-align:middle;
		height:97;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		
		
		
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		height:97;	/* Height of the images + 2 */
		
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		height:97;	/* Height of the images + 2 */
		
	}
	#theImages{
		position:absolute;
		height:75px;
		left:20px;
		width:10000px;
		vertical-align:bottom
		
		
	}
	#theImages #slideEnd{
		float:left;
		
	}
	#theImages img{
		vertical-align:middle;
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
		
	}
	}

	#waitMessage{
		display:none;
		position:absolute;
		
		
	}
	
	#theImages .imageCaption{
		display:none;
	}