#picture-slides-container{
	/* Width HAS to be here for IE to render the filter */
	width:355px;
	float:left;
	height:265px;
	overflow:hidden;
}

#picture-slides-frame{
	float: left;
	text-align: center; 
	margin: 5px 0;
	padding: 5px;
}

#picture-slides-thumbnails{
	float: left;
	width: 270px;
	overflow:hidden;
}

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

#picture-slides-thumbnails ul li{
	float: left;
	width: 81px;
	height: 54px;
	margin: 0 8px 8px 0;
	list-style:none;
}

#picture-slides-thumbnails ul li a:focus{
	 
	
}

#picture-slides-thumbnails ul li img{
	width: 81px;
	height: 54px;
	cursor: pointer;
	border: 2px solid #C4C1C0;
	overflow:hidden;
}

#picture-slides-thumbnails ul li .selected img{
	width: 81px;
	height: 54px;
	border: 2px solid #666666;
	overflow:hidden;
}

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

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


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

