.slide-desc-bg {
	background: #181818;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	padding: 25px 8px;
}
.slide-desc-text {
	color: #fff;
	padding: -10px 10px 10px 10px;
	text-align: right;
	line-height: 5px;
	font-family: Arial;
	font-size: 12px;
	top: 25px;
}
.slide-desc-text .slide-title {
	font-size: 1.5em;
	color: #eeee88;
	margin-bottom: 5px;
	text-align: right;
	display:none;
}
h1.slider-banner-title{
	font-size: 25px;
	font-family: Arial;
	font-weight: bold;
	line-height: 25px;
	text-shadow: 1px 1px 1px #6f6f6f; ;
}
h1.slider-banner-title strong{
	color: #fff;
}
.slide-desc-text h2.banner-slider-h2{
	font-size: 14px;
font-family: Arial;
color: #fff;
line-height: 18px;
font-weight: normal;
}
.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: 12px;
	height: 12px;
	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);
}
span.load-button-active {
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

/*** 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);
}
*/
