.slide-desc-bg {
	background: #222;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}
.slide-desc-text {
	color: #fff;
	padding: 10px;
	text-align: left;
}
.slide-desc-text .slide-title {
	font-size: 1.5em;
	color: #eeee88;
	margin-bottom: 5px;
}
.slide-desc-text .slide-title a {
	color: #eeee88;
}
.djslider .navigation-container a {
	outline: none;
}
.djslider-loader {
	background: url(loader.gif) center center no-repeat;
}

.djslider li {
	text-align: center;
}

span.load-button {
	width:9px;
	height:9px;
	display: inline-block;
	/*background: #222;*/
	/*border: 1px solid #fff;*/
	/*box-shadow: 0 0 2px #fff;*/
	margin: 0 3px;
	cursor: pointer;
	/*border-radius: 7px;*/
	/*opacity: 0.4;
	filter: alpha(opacity = 40);*/
	background: url(slider-circle.png) center center no-repeat;
}
span.load-button-active {
	/*opacity: 0.8;
	filter: alpha(opacity = 80);*/
	background: url(slider-circle-hover.png) center center no-repeat;
}

/*** image on the left and 100% height of description area ***/
/*
#slider45 li {
	text-align: left;
}
#slider45 .slide-desc,
#slider45 .slide-desc-in {
	height: 100%;
}
#slider45 .slide-desc-bg {
	opacity: 1;
	filter: alpha(opacity = 100);
}
*/

.navigation-container {
	height:100%;	
}
.prev-button {
	bottom:19px;	
}
.next-button {
	bottom:19px;	
}
#rt-showcase {
	position:relative;
	z-index:9999;	
}


@media only screen and (max-width: 767px) {
.prev-button {
	bottom:10px;
	width: 25px;
	left:23px !important;
}
.next-button {
	bottom:10px;
	width: 25px;
	left:98px !important;
}
.navigation-container-custom {
	bottom:12px !important;
	left: 50px !important;
}
}
