#wrapslide{
	width:780px;	/* Total width of slideshow */
	margin-top:15px;
}

#previewPane{
	margin-bottom:10px;	
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
	position:relative;
	/* CSS HACK */
	height: 94x;	/* IE 5.x */
	height/* */:/**/82px;	/* Other browsers */
	height: /**/82px;
			
}

#previewPane img{ line-height:100px;}

#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	font-style:italic;
	text-align:center;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	font-size:0.9em;
}

#galleryContainer{
	height:84px;	/* Height of the images + 2 */
	position:relative;
	overflow:hidden;
	padding:1px;
	/* CSS HACK */
	height: 84px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/84px;	/* Other browsers */
	height: /**/84px;
}

#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;
	cursor:pointer;
}

#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;
	cursor:pointer;		
}
#theImages{
	position:absolute;
	height:100px;
	left:40px;
	width:100000px;
}

#theImages #slideEnd{float:left;}

#theImages img{
	float:left;
	padding:1px;
	cursor:pointer;
	border:0px;
	margin:10px 50px 0 0;
}