.jdslider {
	position:relative;
	background:url(loading.gif) no-repeat 50% 50%;
	height : 200px;
}
.jdslider img, .jdslider a, .jdslider span {
	display:none;
}

.jdslider-caption {
	background : #000;
	bottom     : 0;
	color      : white;
	left       : 0;
	opacity    : 0.7;
	filter     : alpha(opacity=70);
	padding    : 10px;
	position   : absolute;
	text-align : left;
	width      : 100%;
	font-family : Georgia,"Times New Roman",Times,serif;
	font-size   : 14px;
}

.jdslider-selectors {
	padding  : 10px;
	position : absolute;
	left     : 515px;
	bottom   : 0px;
	z-index  : 1000;
}

.jdslider-selector {
	background  : #F4F4F4;
	color       : #919191;
	cursor      : pointer;
	font-family : Arial,sans-serif; /*"Helvetica Neue",Helvetica,*/
	font-weight : bold;
	font-size   : 16px;
	float       : left;
	line-height : 20px;
	height      : 20px;
	width       : 20px;
	margin-left : 5px;
	position    : relative;
	text-align  : center;
}

.jdslider-selector:hover {
	color  : #00A9E0;
}

.jdslider-current {
	color       : #00A9E0;
}

.jdslider-prev, .jdslider-next {
	background  : #F4F4F4;
	color       : #494949;
	border      : 1px solid #919191;
	cursor      : pointer;
	font-family : Arial,sans-serif; /* "Helvetica Neue",Helvetica, */
	font-size   : 12px;
	font-weight : bold;
	height      : 30px;
	line-height : 30px;
	margin-top  : -15px;
	padding  : 0px 10px;
	position : absolute;
	top      : 70%;
	z-index  : 1000;
}
.jdslider-prev:hover, .jdslider-next:hover {
	color: #00A9E0;
}
.jdslider-prev { left  : 0px; }
.jdslider-next { right : 0px; }

