fieldset, li, ul, dl, dt, dd {
	margin: 0;
	padding: 0;
}
img{
	border: none;
}
#picture-slides-container{
	/* Width HAS to be here for IE to render the filter */
	width: 100%;
}

#picture-slides-frame{
	float: left;
	width: 498px;
	height:280px;
	text-align: center;
	background: #141414;
	background-image:url('../pictures/BG.jpg');
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	
}

#picture-slides-thumbnails{
	float: left;
	clear: left;
	width: 402px;  /*Width of the thumbnail Box */
	height:280px;
	background:#141414;
}

#picture-slides-thumbnails ul{
	list-style: none;
	overflow: hidden;
	padding:30px 0 0 31px;
}

#picture-slides-thumbnails ul li{
	float: left;
	width: 100px;
	height: 60px;
	padding:0 20px 20px 0;
	
}

#picture-slides-thumbnails ul li a:focus{
	outline: 0;
	-moz-outline-style: none;
}

#picture-slides-thumbnails ul li img{
	width: 100px;
	height: 60px;
	cursor: pointer;
}
#picture-slides-image-text{
	text-align: center;
}

#picture-slides-image{
	margin-bottom: 1em;
}

#links{
	display: block;
	clear: left;
	padding: 2em 0 1em 4em;
}

#links li{
	line-height: 2em
}
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;
}