.slide-desc-bg {
	background: #334;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}
.slide-desc-text {
	color: #fff;
	padding: 10px;
}
.slide-desc-text h3, .slide-desc-text h3 a {
	color: #eeee88;
}
.djslider .navigation-container a {
	outline: none;
}
.djslider-loader {
	background: url(loader.gif) center center no-repeat;
}
a.next-button:active{
	width: 36px !important;
	height: 33px !important;
	background: URL(next.png) no-repeat !important;
	display:block;
}
a.next-button:link{
	width: 36px !important;
	height: 33px !important;
	background: URL(next.png) no-repeat !important;
	display:block;
}
a.next-button:visited{
	width: 36px !important;
	height: 33px !important;
	background: URL(next.png) no-repeat !important;
	display:block;
}
a.next-button:hover{
	width: 36px !important;
	height: 33px !important;
	background: URL(next.png) 0 -33px no-repeat !important;
	display:block;
}
a.prev-button:active{
	width: 36px !important;
	height: 33px !important;
	background: URL(prev.png) no-repeat !important;
	display:block;
}
a.prev-button:link{
	width: 36px !important;
	height: 33px !important;
	background: URL(prev.png) no-repeat !important;
	display:block;
}
a.prev-button:visited{
	width: 36px !important;
	height: 33px !important;
	background: URL(prev.png) no-repeat !important;
	display:block;
}
a.prev-button:hover{
	width: 36px !important;
	height: 33px !important;
	background: URL(prev.png) 0 -33px no-repeat !important;
	display:block;
}
