.userSlideshow {
	width: 502px;
	font-size: 12px;
	font-family: Arial, Tahoma, sans-serif;
	border: 1px solid #3F3F3F;
}

.userSlideshow span {
	line-height:18px;
}

.userSlideshow .toolbar .next, .userSlideshow .toolbar .previous, .userSlideshow .toolbar .playPause, .userSlideshow .detailsPanel .control .minMax, .userSlideshow .detailsPanel .control .fullsize, .userSlideshow .toolbar .nextPage, .userSlideshow .toolbar .previousPage {
	display: block;
	background-image: url("slideshowSprites.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 20px !important;
}

.userSlideshow .slideshowMatte {
	background: #000;
	border: 1px solid #7F7F7F;
}
.userSlideshow .slideshowMatte .slides {
	height: 375px;
	position: relative;
	overflow: hidden;
}
.userSlideshow .slideshowMatte .slides a img {
	border: none !important;
}
.userSlideshow .slideshowMatte .slides .highlight {
	background: #9DC5E2;
}

.userSlideshow .detailsPanel {
	background: #9F9F9F;
	color: #000;
	display: none;
}
.userSlideshow .detailsPanel .control {
	background: #7F7F7F;
	padding: 3px;
	font-size: 80%;
	min-height: 20px;
}
.userSlideshow .detailsPanel .control .minMax {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
	.userSlideshow .detailsPanel .control .minMax.isMined {
		background-position: -40px 0px !important;
	}
	.userSlideshow .detailsPanel .control .minMax.isMined:hover {
		background-position: -40px -20px !important;
	}
	.userSlideshow .detailsPanel .control .minMax.isMaxed {
		background-position: -40px -40px !important;
	}
	.userSlideshow .detailsPanel .control .minMax.isMaxed:hover {
		background-position: -40px -60px !important;
	}

.userSlideshow .detailsPanel .control .fullsize {
	float: right;
	width: 20px;
	height: 20px;
	display: none;
	background-position: -60px 0px !important;
}
	.userSlideshow .detailsPanel .control .fullsize:hover {
		background-position: -60px -20px !important;
	}
.userSlideshow .detailsPanel .control label {
	font-style: italic;
}
	.userSlideshow .detailsPanel .control label a {
		background: none !important;
		color: #3F3F3F !important;
	}
.userSlideshow .detailsPanel .ss_details {
	padding: 5px;
	border-top: 1px dotted #3F3F3F;
	height: 75px;
	display: none;
	width: 488px; /* this has to be hardcoded to allow the absolutely positioned inner element to function properly */
}
.userSlideshow .detailsPanel .ss_details .inner {
	display: none;
	overflow: auto;
	position: absolute;
	width: 488px;
	height: 75px;
}
.userSlideshow .detailsPanel .ss_details .inner h5 {
	margin: 2px 0;
	font-weight: bold;
	color: #3F3F3F;
}
.userSlideshow .detailsPanel .ss_details .inner div {
	margin: 2px 0;
}

.userSlideshow .toolbar {
	background: #3F3F3F;
	padding: 3px;
	font-weight: bold;
}
.userSlideshow .toolbar .previous {
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 5px;
}
	.userSlideshow .toolbar .previous.activePrevious {
		background-position: 0px 0px !important;
	}
	.userSlideshow .toolbar .previous.activePrevious:hover {
		background-position: 0px -20px !important;
	}
.userSlideshow .toolbar .previousPage {
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 5px;
}
	.userSlideshow .toolbar .previousPage.activePreviousPage {
		background-position: 0px -80px !important;
	}
	.userSlideshow .toolbar .previousPage.activePreviousPage:hover {
		background-position: 0px -100px !important;
	}
.userSlideshow .toolbar .numbers {
	float: left;
	width: 392px;
	margin-top: 1px;
	text-align: center;
}
.userSlideshow .toolbar .numbers .placeHolder {
	overflow: hidden;
	height: 29px;
}
.userSlideshow .toolbar .numbers a {
	background: none !important;
	text-decoration: none !important;
	color: #fff !important;
	margin-right: 5px;
	padding: 0 5px;
	width: 10px;
}
.userSlideshow .toolbar .numbers a:hover {
	text-decoration: underline;
	color: #fff !important;
}
.userSlideshow .toolbar .numbers a.active {
	color: #9DC5E2 !important;
}
.userSlideshow .toolbar .next {
	float: right;
	width: 20px;
	height: 20px;
	margin-top: 5px;
}
	.userSlideshow .toolbar .next.activeNext {
		background-position: 0 -40px !important;
	}
	.userSlideshow .toolbar .next.activeNext:hover {
		background-position: 0 -60px !important;
	}
.userSlideshow .toolbar .nextPage {
	float: right;
	width: 20px;
	height: 20px;
	margin-top: 5px;
}
	.userSlideshow .toolbar .nextPage.activeNextPage {
		background-position: -20px -80px !important;
	}
	.userSlideshow .toolbar .nextPage.activeNextPage:hover {
		background-position: -20px -100px !important;
	}

.userSlideshow .toolbar .playPause {
	float: right;
	width: 20px;
	height: 20px;
	margin-top: 5px;
}
	.userSlideshow .toolbar .playPause.isPlaying {
		background-position: -20px -40px !important;
	}
	.userSlideshow .toolbar .playPause.isPlaying:hover {
		background-position: -20px -60px !important;
	}
	.userSlideshow .toolbar .playPause.isPaused {
		background-position: -20px 0px !important;
	}
	.userSlideshow .toolbar .playPause.isPaused:hover {
		background-position: -20px -20px !important;
	}

.clearBoth {
	clear: both;
}
