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

#picture-slides-frame{
	float: left;
	text-align: center;
	background: #fff;
	margin: 0px 0;
	padding: 2px;
	border: 1px solid #999;
	width: 454px;
}

#picture-slides-thumbnails{
	float: left;
	clear: left;
	width: 220px;
	margin-top: 0px;
}

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

#picture-slides-thumbnails ul li{
	float: left;
	margin-right: 5px;
}

#picture-slides-thumbnails ul li.after-first-row
{
	margin-top: 10px;
}

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

#picture-slides-thumbnails ul li img{
	cursor: pointer;
	padding: 0px;
}

#picture-slides-thumbnails ul li .selected img{
	border: 2px solid #717112;
}

#picture-slides-image-text{
	text-align: center;
	margin-top: 4px;
}

#picture-slides-image{
	margin-bottom: .5em;
	border: 1px solid #CCC;
}

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

#links li{
	line-height: 2em
}

#navigation-controls{
	width: 135px;
	list-style: none;
	margin: 0px auto;
	text-align: center;
}

#navigation-controls li{
	float: left;
	line-height: 1.5em;
	text-align: center;
}

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

li.slideshow-item{
	/* margin-left: 3em; */
	text-align: center;
}

#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 a.disabled{
	color: #ccc;
}

/* custom - eliotk */

.adminLinks {
	clear: both;
	display: block;
}

.adminLinks a {

}
