

.SimpleGallery {
height: 500px;
}

.SimpleGallery .thumbnailsWrapper {
margin: 1em 0 0 0 ;	
}
/*thumbnailContainer*/
.SimpleGallery .thumbnailContainer{
/*	height: 540px; set this to (thumbnailContainer_height+(img margin*2))*num_rows + spacing/2 
	set by widget now ;) */
	overflow:hidden;
	width: 155px;
}
.SimpleGallery .thumbnailContainer ul{
	margin:0;
	padding:0;
/*	width: 155px;set this to (thumbnailContainer_height+(img margin*2))*num_cols + spacing/2 
	set by widget now
	*/
	font-size:0;/*gets rid of unwanted spacing between images*/
}

.SimpleGallery .thumbnailContainer ul li {
	display:inline;
	margin:0;
	padding:0;
}

.SimpleGallery .thumbnailContainer ul li a{
	border:0;
	margin:0;
	padding:0;
}

.SimpleGallery .thumbnailContainer ul li img {
	margin:1px;
	/* margin:*/
    border:0;
}

.SimpleGallery a.upBtn,
.SimpleGallery a.downBtn {
	display: block;
	text-align:center;
	background-color:transparent;
}
.SimpleGallery a.upBtn .btn,
.SimpleGallery a.downBtn .btn
 {
	font-size:0;/*hides text - which is there in case browser decides not to render empty link*/
	display: block;
	height: 20px;
	background: url(images/up_down_btn.png);
	margin:0pt auto;
	width:152px;
}

.SimpleGallery a.upBtn .btn{
	background-position: 0px 0px;
}
.SimpleGallery a.upBtn:hover,
.SimpleGallery a.downBtn:hover {
	background-color:transparent;	
}
.SimpleGallery a.upBtn:hover .btn{
	background-position: 155px 0px;
}

.SimpleGallery a.downBtn .btn{
	background-position: 0 20px;
}

.SimpleGallery a.downBtn:hover .btn{
	background-position: 155px 20px;
}
/* slide show */


.slideShowWrapper {
-moz-border-radius-bottomleft:0;
-moz-border-radius-bottomright:0;
-moz-border-radius-topleft:0;
-moz-border-radius-topright:0;
background:transparent none repeat scroll 0%;
border:0px solid #333333;
overflow:hidden;
padding:0px 0px 0px;
position:relative;
text-align:center;

}

.clear {
	
	clear:both;
}

.slideShowNav .slideShowTitle {
color:#EEEEEE;
float:none;
font-size:10pt;


}

.slideShowImageWrapper {

margin-top:0;
position:static;
text-align:center;
width:100%;

}
.SimpleGallery .slideShowWrapper a {
	display:block;
	background:white;
	padding: 0px;
}
.slideShowWrapper .slideShowCtrl span.slideShowCtrlPrev,
.slideShowWrapper .slideShowCtrl span.slideShowCtrlNext,
.slideShowWrapper .slideShowCtrl span.slideShowCtrlPlay
{
	display:none;
}

.slideShowCtrl span.slideShowTitle {
color:#FFFFFF;
float:none;
font:11pt Verdana, Arial, Helvetica;
font-weight:normal;

width:auto;
}

.slideShowCounterText {
	
	display:none;
}
.slideShowCtrl {
	height: 21px;
top: 0;
left:0;
float:none;
width: 80px;
margin:5px auto;
text-align:center;
clear:both;	
}

.slideShowCtrl span.slideShowInfo {
	background-image:none;
   	display:inline;
	margin: 2px auto 0 auto;
	width: 80px;
	font-size: 0.8em;
	color:#999999;
}
.slideShowWrapper .slideShowCtrl {
	width: 100%;
	margin: 1px auto;
	height: 0px;
}


.slideShowCtrl span.slideShowInfo {
 	background-position:0px center;
	cursor:pointer;
    float:none;
}

.slideShowCtrl span.imageOptions {
width: 10em;
position:absolute;
right:0;
}
.slideShowCtrl span.imageOptions a{
margin-right:1em;
}
.slideShowCtrl span.slideShowCtrlPrev {
	background: transparent url(images/prev_next_double_btn_sml.png);
	background-position:0px 0;
	width:30px;
	height: 20px;
	position:static;
	float:left;
}
.slideShowCtrl span.slideShowCtrlPrev.hover {
	background-position:0px 20px;
}

.slideShowCtrl span.slideShowCtrlNext {
	background:transparent url(images/prev_next_double_btn_sml.png);
	float:left;
	position:static;
	background-position:30px 0;
	width:30px;
	height: 20px;
}
.slideShowCtrl span.hover {
	background-position:30px 20px;
}
.slideShowCtrl span.slideShowCtrlPlay {
	position:static;
	background: transparent url(images/play_pause_btn_sml.png);
	background-position:0px 0px;
	width:20px;
	height: 20px;
	float:left;

}
.slideShowCtrl span.slideShowCtrlPlay.hover{
		background-position: 0px 20px;
}

.slideShowPaused .slideShowCtrl span.slideShowCtrlPlay {
	background-position:20px 0px;
}
.slideShowPaused .slideShowCtrl span.slideShowCtrlPlay.hover{
		background-position:20px 20px;
}

#slideshow.slideShowWrapper .slideShowImageWrapper div
{
	position:relative;
}
#slideshow.slideShowWrapper .slideShowImageWrapper .caption_bg {
	position:absolute;
	left:0;
	bottom:0px;
	right:0;
	background: #371E0E;
	opacity: 0.75;
	margin-top:0;
	width:100%;
}
#slideshow.slideShowWrapper .slideShowImageWrapper .caption_bg span.caption {
	/*padding: 15px;*/
   display:block;
	margin:0 auto;
	width:80%;
	padding: 1em;
	
}
#slideshow.slideShowWrapper .slideShowNav {
	
	display:none;
}
p#statement_link_container {
	width: 150px;
	text-align:center;
}
#statement_link {
	display:none;
	background-color:#371E0E;
}
#statement {
	display:none;
	position:absolute;
	width:610px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-top: 20px;
	z-index:10;	
	background-color:#371E0E;
	opacity: 0.75;
}

#bd  p.imageTitle {
	display:block;
color:#FFFFFF;
font-family:Verdana,Arial,Helvetica;
font-size:11pt;
background: none;
line-height:1em;
margin:0;
}

#bd  p.imageTitle #links{

	position:absolute;
	right:2em;
}
#bd  p.imageTitle #links a {
	margin-right: 1em;
}
