	#dhtmlgoodies_slideshow{
		width:392px;	/* Total width of slideshow */
	}
	#previewPane{ /* The style for big picture */
		height:282px;
		text-align:center;
		vertical-align:middle;
	}
	#previewPane img{
		line-height:282px;
		margin-left:auto;
		margin-right:auto;
	}
	#galleryContainer{ /* the thumbnail scroll part */
		height:70px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
	}
	#theImages{
		position:absolute;
		height:100px;
		left:15px;
		width:100000px;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=100);
		opacity: 1;
		cursor:pointer;
		border:0px;
	}
