.slideshow {
	background:#303030;
	color:#fff;
	position:relative;
	padding: 0;
}

.slideshow ul {
	list-style:none;
}
	
.slideshow ul div.content_image_box{
	position:relative;
	top:5px;
}
	
.slideshow ul div.collection_item_label {
	position:absolute;
	top:-15px;
	left:0;
}

.slideshow ul div.collection_item_description {
	top:-30px;
	position:relative;
}
	
#content {
	height:407px;
}

.prev, .pause, .resume, .next {
	display:inline-block;
	width:12px;
	height:12px;
	margin: 5px;
	background-repeat:no-repeat;
	background-position:top left;
	position:relative;
	z-index:99;
	text-indent:-9999px;
}

.slideshow_menu {
	position:relative;
	z-index:99;
	top:5px;
	left:455px;
	width:75px;
}
	
.collection_item_description {
	margin-top:50px;
}
