﻿#previewPane{
	/*border:1px solid #7C6A56;8*/
	margin-bottom: 0px;	
	margin-left: 37px;
	text-align:center;
	vertical-align:middle;
	padding:5px 5px 20px 5px;
	float: left;
	width: 410px;
	
	/* CSS HACK */
	height: 317px;	/* IE 5.x */
	height/* */:/**/305px;	/* Other browsers */
	height: /**/305px;
			
}
#previewPane img{
	line-height:280px;
	width: 390px;
	height: 270px;
}
#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	padding-top: 10px;
	font-style:italic;
	text-align:center;
	font-family: Arial;	/* Font to use */
	font-weight:700;
}
#galleryContainer{

	height:137px;	/* Height of the images + 2 */
	border-bottom:1px solid #7C6A56;
	position:relative;
	overflow:hidden;
	padding:1px;
	width: 470px;
	margin-left: 10px;
	margin-bottom: 10px;
	
	/* CSS HACK */
	height: 137px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/137px;	/* Other browsers */
	height: /**/137px;
			
}
#leftArrow{
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;
	cursor: pointer;
}
#rightArrow{
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;
	cursor: pointer;		
}
#theImages{
	position:absolute;
	height:135px;
	left:40px;
	width:100000px;
	
}
#theImages #slideEnd{
	float:left;
}
#theImages img{
	float:left;
	padding:1px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor:pointer;
	border:0px;
	padding: 2px 4px 2px 4px;
}

#waitMessage{
	display:none;
	background-color:#FFF;
	border:2px solid #7C6A56;
	padding:4px;
	color:#65767E;
	font-size:12pt;
	font-family:Arial;
	position: relative;
	top: -150px;
	left: 0px;
}

#theImages .imageCaption{
	display:none;
	line-height: 150%;
	padding-top: 8px;
	font-weight: 700;
	font-style: normal;
}

#explain 
{
	clear: both;
	width: 500px;
	padding: 5px;
	margin-top: -20px;
	text-align: left;
	border-top:1px solid #7C6A56;
}

