#slideshow{
	width:730px;	/* Total width of slideshow */
	text-align:center;
	margin:0 auto;
	float:right
}
#textwrap {
	width:367px;
	text-align:left;
	padding-right:60px
}
#textwrap h1, #textwrap p {
	text-align:left
}
#previewPane{
	border:none/*1px solid #D9CCD9*/;
	margin-bottom:10px;	
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
	position:relative;
	width:300px;
	float:right;
	
	/* CSS HACK */
	height: 407px;	/* IE 5.x */
	height/* */:/**/395px;	/* Other browsers */
	height: /**/395px;
}
#previewPane img{
	text-align:left;
	line-height:450px;
}
#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	text-align:left;
	font-size:0.85em;
	width:100%;
	
}
#galleryContainer{
	height:202px;	/* Height of the images + 2 */
	border:none/*1px solid #D9CCD9*/;
	position:relative;
	overflow:hidden;
	padding:1px;
	
	/* CSS HACK */
	height: 204px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/202px;	/* Other browsers */
	height: /**/202px;			
}
#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;
}
#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;		
}
#theImages{
	position:absolute;
	height:200px; /* el altered */
	left:40px;
	width:100000px;	
}
#theImages #slideEnd{
	float:left;
}
#theImages img{
	float:left;
	padding:1px;
	filter: alpha(opacity=100);
	opacity: 1;
	cursor:pointer;
	border:0px;
}
#waitMessage{
	display:none;
	position:absolute;
	left:200px;
	top:150px;
	background-color:#FFF;
	border:3px double #000;
	padding:4px;
	color:#636;
	font-size:0.9em;
	font-family:arial;	
}
#theImages .imageCaption{
	display:none;
}