/* DO NOT EDIT THE FOLLOWING LINES            */
/*--------------------------------------------*/

.slideshow {
	position: relative;
	text-align: left;
}

.slideshow .display {
	position: relative;
	overflow: hidden;
}

.slideshow .display div {
	overflow: hidden;
}

.slideshow .display img {
	border: 0;
}

/*--------------------------------------------*/
/* DO NOT EDIT ABOVE THIS LINE!               */

.slideshow .display {
	border: 1px solid #000000;
	margin: 0px auto 0px auto;
	background-color: #000000;
	position: relative;
}

.slideshow .display .image {
	text-align: center;
	position: relative;
	
}

.slideshow .caption {
	position: absolute;
	bottom: 0px;
	width: 100%;
	*width: auto;
	w\idth: 100%;
	text-align: center;

	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.slideshow .caption span {
	display:block;
	padding: 10px 20px 10px 20px;
	background-color: black;
	color: white;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

.slideshow .controls {
	position: absolute;
	top: 50%;
	margin-top: -500px;
	width: 100%;
}

/*
.slideshow .thumbnails {
	margin: 10px auto 0px auto;
}

.slideshow .thumbnails .thumbnail {
	border: 1px solid #888888;
	margin-right: 10px;
	padding: 3px;
	cursor: pointer;
}

.slideshow .thumbnails .thumbnail:hover {
	border: 1px solid #000000;
	margin-right: 10px;
	padding: 3px;
	cursor: pointer;
}
*/

.slideshow .button_previous{
	display:block;
	float: left;
	margin-left: 3px;
	background: transparent url('../images/slideshow/btn_prev.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border:0;
	width: 28px;
	text-indent:-9999px;
	line-height:0;
	position: relative;
	z-index: 1000;

}

.slideshow .button_next {
	display:block;
	float: right;
	margin-right: 3px;
	background: transparent url('../images/slideshow/btn_next.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border:0;
	width: 28px;
	text-indent:-9999px;
	line-height:0;
	z-index: 1001;
	position: relative;

}

.slideshow .button_pause,
.slideshow .button_play {
	position: absolute;
	bottom: 5px;
	right: 2px;
	display: block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 0;
	width: 16px;
	height: 16px;
	text-indent:-9999px;
	line-height:0;
	z-index: 1002;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.slideshow .button_pause {
	background-image: url('../images/slideshow/btn_pause.png');
}

.slideshow .button_play {
	background-image: url('../images/slideshow/btn_play.png');
}

.slideshow .button_previous:hover {}
.slideshow .button_next:hover {}

.slideshow .post {
	float: left;
	font-size: 10px;
	padding: 5px 0 10px;
	text-transform: uppercase;
	width: 100%;
}

.slideshow .website_link_container {
	float: right;
}
