#slideshowWrapper, .sildeshowImage, .imageContainer, .quoteContainer,#cover {
	height:320px;
	width:500px;
    -webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius: 10px;
	border-spacing: 0px;
}
.imageContainer{	
	position:absolute;
	overflow:hidden;
}
#cover{
	height:323px;
	width:503px;
	position:absolute;
	z-index:2000;
	background:#ECE3BA;
}
#slideshowWrapper{
	border: 1px inset #ECE3BA;
	overflow:hidden;
	
}
#container img.sildeshowImage{
	margin:0px;
}
.quoteContainer{
	position:absolute;
	overflow:hidden;
}
.quote{
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius: 10px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color:#333 ;
	color:white;
	font-weight:lighter;
	margin:20px;
	padding:10px;
	width:460px;
	font-size:20px;
	line-height:30px;
	-moz-opacity:0.4;
	filter:alpha(opacity=40);
	opacity: 0.4;
	position:absolute;
}

#debug{
	width:700px;
	height:200px;
}