.efscrollgallery .overflow_delimiter_container {
	position: relative;
	display: none;
	overflow: hidden;
	width: 100%;
}

.efscrollgallery .width_delimiter_container {
	position: absolute;
	top: 0px;
	left: 50%;
	overflow: hidden;
}

.efscrollgallery .slide_line,
.efscrollgallery .slide_line_main {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}

.efscrollgallery .slide {
	display: block;
	position: relative;
	float: left;
}
.efscrollgallery .slide img {
	display: block;
}
.efscrollgallery .slide_line_completion_left,
.efscrollgallery .slide_line_completion_right {
	display: block;
	position: absolute;
	top: 0px;
}
.efscrollgallery .controls {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	left: 50%;
}

.efscrollgallery .controls .button {
	display: block;
	position: absolute;
	left: 1px;
	top: 0px;
	width: 48px;
	height: 48px;
	cursor: pointer;
}
.efscrollgallery .controls .prev_btn {
	background:url("../img/header/topslider_arrow.png") 0 0 no-repeat !important;
}
.efscrollgallery .controls .next_btn {
	left: auto;
	right: -1px;
	background:url("../img/header/topslider_arrow.png") -48px 0 no-repeat !important;
}
.inCmsCaptionCell {display: none;}

.efscrollgallery .slides_content {
	display: none;
}
.efscrollgallery_vertical .controls_wrapper {
	height: 27px;
	width: 60px;
}

.efscrollgallery_vertical .controls_wrapper .button {
	width: 27px;
	height: 27px;
	cursor: pointer;
}
.efscrollgallery_vertical .controls_wrapper .prev_btn {
	background: transparent url(up.gif) no-repeat left top;
}
.efscrollgallery_vertical .controls_wrapper .next_btn {
	background: transparent url(down.gif) no-repeat left top;
}

.efscrollgallery_vertical .caption_tbl {
	width: 100%;
	height: 45px;
}
.efscrollgallery_vertical {
	background-color: #141519;
}
.efscrollgallery_vertical .slides_content {
	padding: 0px 40px 0px 40px;
}
.efscrollgallery_vertical .caption_row {
	padding: 30px 40px 25px 40px;
}


.efscrollgallery_vertical .slides_content {
	color: #CBCACA;
}
.efscrollgallery_vertical .slide,
.efscrollgallery_vertical .slide table,
.efscrollgallery_vertical .caption_row,
.efscrollgallery_vertical .caption_row .caption_tbl {
	font: normal 13px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CBCACA;
}

.efscrollgallery_vertical .caption_row h3 {
	font-size: 24px;
	margin: 0px;
	color: #ffffff;
	font-weight: normal;
}
.efscrollgallery_vertical .slide_line_completion_top,
.efscrollgallery_vertical .slide_line_completion_bottom {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}