/*
 * Slideshow 2 (enhanced)
 */
.slideshow_custom_transition .coin_marker_block {
	position: absolute;
	right: 15px;
	bottom: 5px;
	/*height: 200px;*/
	vertical-align: bottom;
	width: 100%;
	z-index: 500;
}

.slideshow_custom_transition .coin_marker_wrapper {
	height: 20px;
	padding: 0px 10px 0px 10px;
	float: right;
}

.slideshow_custom_transition .coin_marker_wrapper .marker {
	position: relative;
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	text-indent: -2000px;
	background: transparent url(/efincludes/images/slideshow2_marker.png) no-repeat left top;
	cursor: pointer;
}

.slideshow_custom_transition .coin_marker_wrapper .marker:hover,
.slideshow_custom_transition .coin_marker_wrapper .marker-active {
	background-position: left bottom;
}
.slideshow_custom_transition .gallery_root {
	position: relative;
}

.slideshow_custom_transition .scriptBlock,
.slideshow_custom_transition .scriptBlock * {display: none;}
.slideshow_custom_transition .inCmsCaptionCell {display: none;}
