/* Slideshow */
#slideshow_sequence{
	float: 			left;
	margin: 		0px 0px 0px 0px;
	position: 		relative;
}
.slideshow_sequence_image{
	left: 			0px;
	margin: 		0px 0px 0px 0px;
	position: 		absolute;
	top:			0px;
}
#slideshow_select{
	position: 			absolute;
	top:				10px;
	z-index: 			100;
}
.slideshow_selector{
	background-color: 	#000000;
	color: 				#ffffff;
	cursor: 			pointer;
	float:				left;
	margin: 			0px 10px 0px 0px;
	padding: 			5px 10px 5px 10px;
}
.slideshow-placeholder{
	display:			none;
}
