dl, p, ul, ol{
	margin: 0 0 0;
	padding: 0;
}

/* General */
#container{
	background: #fff;
	overflow: hidden;
	width: 452px;
	margin-left: 0px;
	

}

#container img:hover{
	

}
.navigation-controls {
	position: relative;
	text-align: center;
	background: #fff;
	padding: 5px;
	z-index: 1001;
}

/* Picture slides */
.picture-slides-disabled {
	display: none;
}

.test {
	display: none;
}

.picture-slide-window {
	padding-left: 40px;
}

.picture-slides-fade-container a img {
	
	-webkit-box-shadow: 5px 5px 10px #000;
	height: 100%;
}

.picture-slides-image-load-fail {
	display: none;
}

.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	cursor: pointer;
}

.container-picture-slides-thumbnails {
	right: 0px;
	border: 1px solid #000000;
}

.picture-slides-thumbnails {
	list-style: none;
	margin-top: 1em;
	overflow: hidden;
	
}

.picture-slides-thumbnails li {
	float: left;
	width: 80px;
	margin: 0 10px 10px 0;
}

.picture-slides-thumbnails li img {
	width: 80px;
	border: 0px;
}

.picture-slides-thumbnails a {
	outline: none;
	color: #FFF;
	
}

.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {
	width: 72px;
	padding: 2px;
	background: #A5A5A5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #A5A5A5;
}
