/* General */
#gallerycontainer{
	
	height:420px;
}


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

#picture-slides-image
{
	/* Width HAS to be here for IE to render the filter */
	max-width: 500px;
}

#picture-slides-frame{
	width: 510px;
	float:right;
	text-align: center;
	background: #0f0f0f;
	padding:5px 0px 10px 0px;
}

#picture-slides-thumbnails{
	width: 200px;
	position:relative;
	float:left;
	top:0px;
}

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

#picture-slides-thumbnails ul li{
	float: left;
	width: 40px;
	height: 27px;
	margin: 0 6px 6px 0;
}

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

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

#picture-slides-thumbnails ul li .selected img{
	width: 36px;
	height: 23px;
	padding: 1px;
	border: 1px solid #fff;
}

#picture-slides-image-text{
	text-align: center;
	margin:0px 6px 10px 6px;
}

#picture-slides-image{
	margin-bottom: 1em;
}

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

#links li{
	line-height: 2em
}

#navigation-controls{
	width: 260px;
	list-style: none;
	position:absolute;
	top:6px;
	left:420px;
	font-weight:bold;
}

#navigation-controls li{
	float: left;
	line-height: 1.5em;
	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:0;
	
}

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

a#stop-slideshow
{
	display: none;
}


.caption
{ 
    margin:10px 0px 0px 50px;
}

.caption a, .caption div
{
    float:left;
    display: block;
    text-align:center;
}

.caption div
{
    width: 350px;
}
