
	#dhtmlgoodies_slideshow{
		float:left;
		width:650px;	/* Total width of slideshow */
		padding:0 0 0 10px;
		margin:-4px 0 0 0;
	}
	
	

	
	#previewPane{
		margin-top:0;	
		text-align:center;
		vertical-align:middle;
		position:relative;
		margin-bottom:20px;
		width:380px;
		height:260px;
		margin-left:auto;
		margin-right:auto;
	}

	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:center;
		font-family: "Lucida Sans", "Trebuchet MS";
		color:#666666;	/* Font to use */
		font-size:13px;
	}
	
	#largeImageCaption{	/* CSS styling of image caption below large image */
		text-align: justify;
		font-family:  "Trebuchet MS","Lucida Sans";
		color:#666666;	/* Font to use */
		font-size:13px;
		margin:20px 35px 0 15px;
	}
	#galleryContainer{
		width:661px;
		height:206px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:25px 0 0 0;
		background:url(../images/video_gallery_navi.gif) no-repeat;
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		border-left:1px solid #e7e7e7;
		height:160px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		*right:-1px;
		z-index:10;
		background-color: #FFF;
		border-right:1px solid #e7e7e7;
		height:160px;
	}
	#theImages{
		position:absolute;
		height:150px;
		left:30px;
		width:100000px;
		padding:7px 0 0 0;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=70);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:210px;
		top:150px;
		background:url(../images/loader.gif) no-repeat;
		width:220px;
		height:19px;

	}
	
	#theImages .imageCaption{
		display:none;
	}