#wrapper-container {
	width: 460px;
	height: 290px;
	position: relative;
	overflow: hidden;
	padding: 2px 0px 2px 120px;
}

	div.slider-box {
		width: 460px;
		height: 290px;
		position: relative;
	}

	span.mask {
		display: block;
		position: absolute;
		width: 580px;
		height: 250px;
		top: 0px;
		left: 0px;
		background: url(/htdoc/images/banner-rounded-frame.png) top left no-repeat;
	}

	div.slider-box .captions {
		width: 400px;
		height: 30px;
		padding: 10px 24px;
		position: absolute;
		bottom: 6px;
		left: 6px;
		background: url(/htdoc/images/banner-header-bg.png) top left no-repeat;
		color: #fffdff;
	}

	div.slider-box .captions h2 {
		margin: 0px;
		font-size: 18px;
	}

	div.slider-box .captions a {
		color: #fffdff;
		text-decoration: none;
	}

	.slider-handle {
		position: absolute;
		left: 8px;
	}

	.slider-handle a {
		position: absolute;
		padding: 2px 10px 2px 2px;
		width: 90px;
		height: 65px;
		display: block;
		text-align: center;
		outline: none;
	}
	.slider-handle img {
		/*position: absolute;*/
	}

	.slider-handle a:hover,
	.slider-handle a.active {
		background: url(/htdoc/images/banner-thumbnails-back2.png) no-repeat 0px 0px;
	}

	.handle-1 {top: 0px;	}
	.handle-2 {top: 75px;	}
	.handle-3 {top: 150px;	}
	.handle-4 {top: 225px;	}

div.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000;
	top: 0px;
	left: 0px;
	z-index: 5000;
}
	div.popupContainer {
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 5010;
	}


.rctl, .rctr, .rcbl, .rcbr {width: 8px; height: 8px; position: absolute;}
.rctl {background: url(/htdoc/images/corner-lt.png) no-repeat; top: 0px; left: 0px;}
.rctr {background: url(/htdoc/images/corner-rt.png) no-repeat; top: 0px; right: 0px;}
.rcbl {background: url(/htdoc/images/corner-lb.png) no-repeat; bottom: 0px; left: 0px;}
.rcbr {background: url(/htdoc/images/corner-rb.png) no-repeat; bottom: 0px; right: 0px;}


#sliders-mask {
	height: 290px;
	overflow: hidden;
	position: relative;
	background: url(/htdoc/images/movie-loader.gif) center center no-repeat;
}


#sliders-container {
	position: absolute;
}
