.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     : 30px;
	color      : white;
	left       : 0;
	opacity    : 0.7;
	filter     : alpha(opacity=70);
	padding    : 10px 14px;
	position   : absolute;
	text-align : left;
	width      : 100%;
	font-family : Arial;
	font-size   : 18px;
    font-weight: bold;
}

.jdslider-caption strong {
    font-size: 14px;
    font-weight: normal;
    display: block;
}

.jdslider-selectors {
	position : absolute;
	z-index  : 1000;
}

.jdslider-selector {
	color       : #FFF;
	cursor      : pointer;
	font-family : "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height : 15px;
	height      : 15px;
    width: 15px;
	margin-left : 5px; 
	position    : relative;
	text-align  : center;
    font-size: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: inset 0 3px 5px #000;
    margin-top: 7px;
}

.jdslider-selector:hover {
	background-color : #629FE5;
}

.jdslider-current {
	background-color : #629FE5;
	color       : #333;
}

.jdslider-prev, .jdslider-next {
	color       : #FFF;
	cursor      : pointer;
	font-family : "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size   : 12px;
	height      : 30px;
	line-height : 30px;
	margin-top  : -15px;
	padding  : 0px 10px;
	position : absolute;
	z-index  : 1000;
    font-size: 0;
}
.jdslider-prev:hover, .jdslider-next:hover {
}
.jdslider-prev { left  : 0px; }
.jdslider-next { right : 0px; }

