	
	#dhtmlgoodies_slideshow{
		width:100%;	/* Total width of slideshow */


	}
	
	#previewPane{
		border:0px solid #006cb7;;
		margin-bottom:0px;	
		text-align:center;
		vertical-align:middle;
		padding-top:4px;
		background-color: #fff;
		position:relative;
		
		/* CSS HACK */
		/*height: 462px;*/	/* IE 5.x */
		
				
	}
	#previewPane img{
		line-height:400px;
        border:0px solid #42bced;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Verdana, Arial, sans-serif;	/* Font to use */
		font-size: 11px;
	}
   /* #galleryContainer_l {background:url(../gfx/picbg_left.gif) no-repeat left;
        height:126px;
        width:12px;
        float:left;
    }
    #galleryContainer_r {background:url(../gfx/picbg_right.gif) no-repeat right;
        height:126px;
        width:12px;
    }*/

	#galleryContainer{
		
		/* Height of the images + 2 */
		border:0px solid #666;
		position:relative;
		overflow:hidden;
        /*background:url(../images/border1.jpg) no-repeat;*/	
		border:0px solid #42bced;
		text-align: center;
        width:490px;
		height/* */:/**/100px;	/* Other browsers */
		
				
	}
	#arrow_left{
		position:absolute;
		top: 12px;
		left:0px;
		z-index:10;
        margin:0px 0px 0px 0px;
		background-color: #fff;
		padding:1px;
        width:40px;
        height:100px;
	}
	#arrow_right{
		position:absolute;
		top: 12px;
		right:0px;
		z-index:10;
        margin:0px 0px 0px 0px;
		background-color: #fff;
		padding:1px;
        width:40px;
        height:100px;
	}
	#theImages{
		position:absolute;
		
		left:43px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		margin: 15px 5px 0px 5px;
		filter: alpha(opacity=80);
		opacity: 0.8;
		cursor:pointer;
		border:1px solid #ababab;
        padding:2px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
