	#dhtmlgoodies_slideshow{
		/*width:720px;	 Total width of slideshow */
		margin:0 0 20px;
	}
	
	#previewPane{
		border:1px solid #CCCCCC;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 432px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family:Tahoma,Arial,sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
		background: #E7E7E7;
		height:152px;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		padding-top:20px;
		margin-left:2px;
		margin-top:2px;
		/* CSS HACK */
		height: 154px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/152px;	/* Other browsers */
		height: /**/152px;
		
				
	}
	#arrow_left{
		/*position:absolute;
		left:0px;
		z-index:10;
		height:150px;
		width:40px;
		background: #E7E7E7;*/
		
		border-right:1px solid #C7C7C7;
		z-index:10;
        height:147px;
        left:0;
        position:absolute;
        text-decoration:none;
        top:15px;
        width:29px;
        background: #E7E7E7;
	}
	#arrow_left img{
        position: relative;
        top:60px;
        left:8px;
    }
	#arrow_right{
		/*position:absolute;
		right:0px;
		z-index:10;
		height:150px;
		background: #E7E7E7;
		width:40px;		*/
		
		border-left:1px solid #C7C7C7;
		background: #E7E7E7;
		z-index:10;
        height:147px;
        position:absolute;
        right:-1px;
        text-decoration:none;
        top:15px;
        width:29px;
        cursor: pointer;
	}
	#arrow_right img{
        position: relative;
        top:60px;
        left:10px;
    }
	#theImages{
		font-family:Tahoma,Arial,sans-serif;
		position:absolute;
		height:200px;
		left:40px;
		width:100000px;
		
	}
	
	#theImages .photo_cont{
		float: left;
		/*text-align:center;
		margin-left: 15px;*/
		margin-right: 15px;		
	}
	#theImages .photo_cont span{
        border-left:1px solid #979797;
        color:#333333;
        cursor:pointer;
        display:block;
        font-size:11px;
        height:40px;
        line-height:100%;
        overflow:hidden;
        padding:0 0 0 7px;
        text-decoration:none;
        width:125px;
    }
    #theImages .photo_cont i{
        color:#666666;
        cursor:pointer;
        display:block;
        font-size:10px;
        line-height:100%;
        padding:3px 0 0;
        text-decoration:none;
    }
	#theImages #slideEnd{
		float:left;
	}
	#theImages .ttl{
		clear:both;
		font-size: 10px;
		color: #000;
		font-weight: bold;
		padding-top: 5px;
	}
	#theImages img{
		
		/*float:left;*/
		padding: 0;
		/*filter: alpha(opacity=50);
		opacity: 0.5;*/
		cursor:pointer;
		border:0px;
	}

	#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;
	}