/* Tag-specific */


form label{
	cursor: pointer;
}

img{
	border: none;
}


/* General */


#picture-container{
	margin-top: 20px;
	padding-top: 10px;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	background:#f2f2f2;
	width:855px;
	height:490px;
	font: 0.9em Arial, Serif;
}

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

#picture-slides-frame{
	width:650px;
	height:433px;
	float:left;
	background: #f2f2f2;
	margin: 0 0 0 0;
	padding: 10px 0 0 15px;
	border: 0px solid #666;
}

#picture-captions{
	float: right;
	clear: right;
	background: #f2f2f2;
	width: 165px;
	margin: 10px 0 0 0;
	padding: 0 10px 0 10px;
	border: 0px solid #8fb5ad;
}

#picture-slides-thumbnails{
	float: right;
	clear: right;
	width: 165px;
	margin: 5px 0 0 0;
	padding: 0 10px 0 10px;
	border: 0px solid #8fb5ad;
}

#picture-slides-thumbnails ul{
	list-style: none;
	width: 165px;
	margin: 0 0 0 0;
	overflow: hidden;
}

#picture-slides-thumbnails ul li{
	float: left;
	width: 100px;
	margin: 0 0 0 0;
}

#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 #fcd420;
}

#picture-slides-image-text{
	text-align: left;
	}
	
#picture-slides-image-text p{
	font: 0.8em Arial, Serif;
}

#picture-slides-image{
}

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

#links li{
	line-height: 2em;
}

#navigation-controls{
	width: 150px;
	list-style: none;
	margin: 0 auto;
}

#navigation-controls li{
	line-height: 1.5em;
	float: left;
	margin-right: 0.5em;
}

#navigation-controls li#image-counter{
	margin: 0 0.75em 0 0.5em;
}

li.slideshow-item{
	margin-left: 3em;
}

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


ul#navigation-controls {
	padding: 5px 0 15px 0;
}

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