
/************** Embedded Photo Gallery Styles ******************/

#galleryPane{
	height: 420px;
	width: 706px;
	display:block;
	clear:both;
	position:relative;
	margin:0;
	padding:15px 6px;
}

#previews{
	width: 176px;
	height: 374px;
	float:right;
	overflow:visible;
	margin:0;
	padding:0;
	/*z-index: 0;*/
}

#galleries{
	font-weight:bold;
	font-size: 86%; 
	position: relative;
	border-top:none;
	border-right:none;
	border-bottom:none;
	border-left:none;
	padding: 23px 5px 10px 5px;
	color:#587abc;
	text-align:right;
}

#thumbnails{
	position: relative;
	padding:0 2px 4px 2px;
	margin:0;
	border-top:none;
	border-right:none;
	border-bottom: none;
	border-left:none;
	height:293px;
	overflow:auto;
}

#galleries label {
	font-size: 86%; 
	font-weight:bold;
	text-align:right;
	display:none;
}

#gallerySelect{
	font-size: 86%; 
	font-family:Tahoma,Verdana,Arial,sans-serif;
	text-align:left;
	display:block;
	width:173px;
}

#thumb{
	vertical-align:middle;
	/*position: relative;*/
	display: inline;
}

#thumb img{
	position: relative;
	border-width: 1px;
	border-style: solid;
	border-color: #587abc;
	cursor:pointer;
	margin:3px;
}

#controls {
	margin:0;
	padding:10px 0 5px 0;
	border-top:none;
	border-right:none;
	border-bottom:none;
	border-left:none;	
}

#controls a{
	cursor:pointer;
}

#picture{
	float:left;
	display:block;
	margin:0;
	padding:0;
	width:526px;
	height:374px;
	text-align:center;
}

#mainImageTitle{
	font-weight: bold;
	color:#587abc;
	font-size: 90%; 
	padding:4px 0;
	height:14px;
	text-align:left;
}

#mainImageCaption{
	font-weight: normal;
	color:#000000;
	font-size: 86%; 
	padding:4px 0;
	text-align:left;
}

#mainImageOutline {
	width:100%;
	height:100%; 
	border:none;
	cursor:pointer;
	padding:2px 0;
	margin:0;
	text-align:center;

}

