	#dhtmlgoodies_slideshow{
		width:600px;	/* Total width of slideshow */
	}
	
	#previewPane{
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding:20px;
		vertical-align:middle;
		position:relative;
	}
	#previewPane img{
		border:#949494 solid 6px
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:center;
		font-family: Tahoma;	/* Font to use */
		font-size:12px;
	}
	#galleryContainer{
		
		height:60px;
		
		position:relative;
		overflow:hidden;
		padding:1px;
			}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		padding:10px;
		background:#dddddd
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		padding:10px;
		background:#dddddd
	}
	#theImages{
		position:absolute;
		left:40px;
		width:100000px;
	
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=60);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
		margin:3px;
		border:#333 1px solid
	}

	#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;
	}
	.ta-xtop, .ta-xbottom {display:block; background:transparent; font-size:1px; }
.ta-xb1, .ta-xb2, .ta-xb3, .ta-xb4 {display:block; overflow:hidden;}
.ta-xb1, .ta-xb2, .ta-xb3 {height:1px;}
.ta-xb2, .ta-xb3, .ta-xb4 {background:#ddd; border-left:1px solid #ccc; border-right:1px solid #ccc;}
.ta-xb1 {margin:0 5px; background:#ccc;}
.ta-xb2 {margin:0 3px; border-width:0 2px;}
.ta-xb3 {margin:0 2px;}
.ta-xb4 {height:2px; margin:0 1px;}
.ta-xboxcontent {display:block; background:#ddd; border:0 solid #ccc; border-width:0 1px;}
.ta-divCorner{
padding:20px 0 10px 0}

