	#dhtmlgoodies_slideshow{
		width:410px;
		
		/* Total width of slideshow */


	}
	#previewPane{ /* The style for big picture */
		height:282px;
		text-align:center;
		vertical-align:middle;
	}
	#previewPane img{

		margin-left:auto;
		margin-right:auto;
	}
	#galleryContainer{ /* the thumbnail scroll part */
	height:90px;	/* Height of the images + 2 */
	position:relative;
	overflow:hidden;
	
	}
	#arrow_left{
	position:absolute;
	left:-1px;
	z-index:10;
	background-color: #;
	top: 0px;
	cursor:pointer;
	}
	#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #;
	top: 0px;
	cursor:pointer;
	}
	#theImages{
	position:absolute;
	height:65px;
	width:10000px;
	top: 0px;
	left: -1px;
	padding-left:55px;
	padding-top:25px;
	}
	#theImages #slideEnd{
		float:left;
		padding-right:45px;
	}
	#theImages img{
		float:left;
		cursor:pointer;
		border:0px;
	}
