@charset "utf-8";
/* CSS Document */
/*photogallery*/
#photogallery{ width:100%; font-family:Verdana, Geneva, sans-serif;}



/*photogallery slideshow*/
input, select, textarea{
	font-size: 100%;
}

h1{
font-size:14px; color:#006699; font-family:Verdana, Geneva, sans-serif;
}

h2{
	font-size:12px; font-style:normal; color:#006699; font-family:Verdana, Geneva, sans-serif;
}

h3{
	font-size:11px; color:#006699; font-family:Verdana, Geneva, sans-serif;
}

/* Tag-specific */
html, body, form, fieldset, li, h1, h2, h3, h4, h5, h6, p, ul, dl, dt, dd, input{
	margin: 0;
	padding: 0;
}

dl, p, ul, ol{
	margin: 0 0 1em;
	padding: 0;
}

a{
	color: #3a5483;
}

dt{
	font-weight: bold;
}

 

form label{
	cursor: pointer;
}

img{
	border: none;
}

input{
	vertical-align: middle;
}

/* General */
#picture-slides-container{
	/* Width HAS to be here for IE to render the filter */
	width: 100%;
}

#picture-slides-frame{
	float: left;
	width: 510px;
	text-align: center;
	background: #fff;
	margin: 10px 0;
	padding: 10px;
	border: 0px solid #666;
}

#picture-slides-thumbnails{
	float: left;
	clear: left;
	width: 530px;
	margin-top: 1em;
	border: 0px solid #666;
}

#picture-slides-thumbnails ul{
	list-style: none;
	width: 540px;

	overflow: hidden;
}

#picture-slides-thumbnails ul li{
	float: left;
	width: 95px;
	height: 75px;
	margin:5px;
}

#picture-slides-thumbnails ul li a:focus{
	outline: 0;
	-moz-outline-style: none;
}

#picture-slides-thumbnails ul li img{
	width: 100px;
	height: 75px;
	cursor: pointer;
}

#picture-slides-thumbnails ul li .selected img{
	width: 96px;
	height: 71px;
	padding: 1px;
	border: 1px solid #f60;
}

#picture-slides-image-text{
	text-align: center;
}

#picture-slides-image{
	margin-bottom: 1em;
	clear:both !important;
}

#links{
	display: block;
	clear: left;
	padding: 2em 0 1em 4em;
}

#links li{
	line-height: 2em
}

#navigation-controls{
	width: 120px;
	list-style: none;
	margin: 0 auto;
}
#navigation-controls ul{ display:block; background:#C90}
#navigation-controls li{
	float: left;
	line-height: 1.5em;
	margin:20px 5px 15px 5px;
}
#navigation-controls li#image-counter{
 margin:20px 10px 10px 10px;
 background:#006699;
 color:#fff;
 font-weight:bold;
 border:#ccc 2px solid;
 width:100px;
}
#slideshow {
	margin:20px 0 0 ;
	}
#slideshow li{
	padding:0px;
	margin:20px 9px 10px 9px;
	list-style:none;
	clear:both;
	display:inline;
}

li.slideshow-item{
	text-align:center;
}

#picture-slides-dim-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	display: none;
	z-index: 10;
}

ul#navigation-controls a.disabled{
	color: #ccc;
}

a#stop-slideshow{
	display: none;
}


