	#dhtmlgoodies_slideshow{
		/*width:600px;*/	/* Total width of slideshow */
        width:300px;	/* Total width of slideshow */
	}
	
	#previewPane, #previewPane1{
		/* CSS HACK */
		height: 432px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		/*height:*/ /**//*420px;*/
        height: /**/152px;
		margin: 0;
		padding:5px 0 0 9px;
	}
	#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;
	}
	#galleryContainer,#galleryContainer1{
		
		/*height:102px;*/	/* Height of the images + 2 */
	/* Height of the images + 2 */
		border:0px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/30px;	/* Other browsers */
		height: /**/30px;
				
	}
	.arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		
		cursor:pointer;
	}
	.arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		cursor:pointer;
	}
	#theImages{
		position:absolute;
		height:30px;
		left:22px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		/*background-color:#FFF;*/
		border:0px double #000;
		padding:2px;
		color:#555;
		font-size:0.9em;
		font-family:Verdana, Geneva, sans-serif;
		line-height:15px;
	}
	
	#theImages .imageCaption{
		display:none;
	}
	/*-------------------------------------*/
	#previewPane1 #largeImageCaption1{	/* 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;
	}
	#arrow_left, .arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-image: url("../images/euImages.png");
    	background-position: 0 -831px;
		display:inline-block;
		width:19px;
		text-indent:-3000px;
		height:19px;
		/*background-color: #FFF;*/
		padding:1px;
		
		cursor:pointer;
	}
	#arrow_right, .arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		/*background-color: #FFF;*/
		padding:1px;
		cursor:pointer;
		background-image: url("../images/euImages.png");
    	background-position: 0 -858px;
		display:inline-block;
		width:19px;
		text-indent:-3000px;
		height:19px;
	}
	#theImages1{
		position:absolute;
		height:100px;
		left:22px;
		width:100000px;
		
	}
	#theImages1 #slideEnd1{
		float:left;
	}
	#theImages1 img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage1{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		/*background-color:#FFF;*/
		border:0px double #000;
		padding:2px;
		color:#555;
		font-size:0.9em;
		font-family:Verdana, Geneva, sans-serif;
		line-height:15px;
	}
	
	#theImages1 .imageCaption{
		display:none;
	}
