@charset "utf-8";
/* CSS Document */

/***************************
 Photo Gallery Nav
****************************/


.galleryNav {
  	width: 16.5%;
  	float: left;
	padding: 10px 0 0 0;
  	padding-bottom: 32767px;
  	margin-top: 0;
  	margin-bottom: -32767px;
  	background:#efefef;
  	height:100%;
	min-height: 315px;
}


.galleryNav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.galleryNav ul li {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	margin: 0;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.galleryNav a {
	text-decoration: none;
}

/***************************
 Filmstrip Gallery
****************************/

#dhtmlgoodies_slideshow{
	width:667px;	/* Total width of slideshow */
	float:left;
	background:#D6D6D6;
	padding:7px;

}

#previewPane{
	background:transparent;
	position:relative;
	height: 477px;
	//height:504px;
	_height:532px;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
	
}
#previewPane img{
	height:430px;
	/*width:400px;*/
	float:left;
}

#largeImageCaption{	/* CSS styling of image caption for large image */
	height:260px;
	float:right;
	padding:7px;
	background:#F2F2F2;
	width:239px;
	text-align:left;
}

#galleryContainer{
	/*border:1px solid #CCC;*/
	height:102px;	/* Height of the images + 2 */
	position:relative;
	overflow:hidden;
	/*padding:1px;*/
	background:#D6D6D6;
	/* CSS HACK */
	/*height: 104px;*/	/* IE 5.x - Added 2 pixels for border left and right */
	width: 100%;
}

#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	/*padding:1px;*/
}

#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	/*padding:1px;		*/
}

#theImages {
	position:absolute;
	height:100px;
	padding:0px; 
	left:44px;
	width:100000px;
	background:#FFFFFF;
}

#theImages #slideEnd{
	float:left;
}

#theImages img{
	float:left;
	margin:0px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor:pointer;
	border:0px;
}

#waitMessage{
	display:none;
	position:absolute;
	left:200px;
	top:150px;
	background-color:#FFF;
	border:3px double #000;
	padding:4px;
	color:#555;
	font-size:0.9em;
	font-family:arial;	
}

#theImages .imageCaption{
	display:none;
}

#siiForm{
	text-align:left;}

