.jdv_load {
	background:url(images/spinner.gif) center center no-repeat;
}

.jdv_iscroll_bar {
	margin: 5px auto;
	padding: 5px 0;
	text-align: center !important;
}
 
.jdv_iscroll_wrap {
	margin: 5px auto;
	overflow: hidden; 
	border: 1px solid #ddd;
	position: relative;
}
 
.jdv_iscroll_inner {
	position: relative;
	left:32766px;
}

.jdv_iscroll_inner.horizontally img{
	margin-right:10px;
}

.jdv_iscroll_inner.vertically img{
	margin-bottom:10px;
}





/* arrow */
.jdv_prev, .jdv_next{
	vertical-align:middle;
	padding:4px;
}

.jdv_button_prev, .jdv_button_next{
	cursor:pointer;
	width:24px;
	height:24px;
}

.jdv_button_prev{
	background:url(images/b_prev.png) 0px top no-repeat;
}

.jdv_button_prev:hover{
	background:url(images/b_prev.png) -24px top no-repeat; 
}

.jdv_button_next{
	background:url(images/b_next.png) 0px top no-repeat; 
}

.jdv_button_next:hover{
	background:url(images/b_next.png) -24px top no-repeat;
}

/* vert */
div.jdv_button_prev_vert, div.jdv_button_next_vert{
	margin:0 auto !important;
	cursor:pointer;
	width:24px;
	height:24px;
}

.jdv_prev_vert div.jdv_button_prev_vert{
	background:url(images/b_prev_v.png) 0px 0px no-repeat;
}

.jdv_prev_vert div.jdv_button_prev_vert:hover{
	background:url(images/b_prev_v.png) 0px -24px no-repeat;
}

.jdv_next_vert div.jdv_button_next_vert{
	background:url(images/b_next_v.png) 0px 0px no-repeat;
}

.jdv_next_vert div.jdv_button_next_vert:hover{
	background:url(images/b_next_v.png) 0px -24px no-repeat; 
}

.jdv_iscroll_image{
	display:none;
}

.jdv_iscroll_box{
	position:relative;
}

/* box-title */
.jdv_iscroll_wrapinfo{
	height:100px;
	background:#000;
	position:absolute;
	color:#fff;
	width:100%;
	z-index:10000;
	visibility:hidden;
	bottom:0px;
}

.jdv_iscroll_info{
	visibility:hidden;
	position:absolute;
}

.jdv_iscroll_info_inside{
	padding:10px;
	overflow:hidden;
}

.jdv_iscroll_wrapinfo a:link, .jdv_iscroll_wrapinfo a:visited {
	color:#eee;
	text-decoration:none;
}

.jdv_iscroll_wrapinfo a:hover {
	text-decoration:underline;
	color:#eee;
}