
.jssora02l, .jssora02r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 55px;
	height: 55px;
	bottom:0px;
	cursor: pointer;
	background: url('images/arrows.png') no-repeat;
	overflow: hidden;
}
.jssora02l { background-position: -3px -33px; }
.jssora02r { background-position: -63px -33px; }
.jssora02l:hover { background-position: -123px -33px; }
.jssora02r:hover { background-position: -183px -33px; }
.jssora02l.jssora02ldn { background-position: -3px -33px; }
.jssora02r.jssora02rdn { background-position: -63px -33px; }



.zoom{
	display: block;
	position: relative;
	top: 441px;
	left: 415px;
	width: 31px;
	height: 31px;
	cursor: pointer;
	background: url('images/zoom.png') no-repeat;
	overflow: hidden;
	z-index:20;
}


.zoom { background-position: -0px -0px; }
.zoom:hover { background-position: -30px -0px; }
.zoom.active { background-position: -0px -0px; }







.sliderDiv {
	top: 0px;
	left: 0px;
	width: 860px;
	height: 484px;
	position: absolute;
	overflow: hidden;
}


.sliderImage {
	top: 0px;
	left: 0px;
	max-width: 100%;
	max-height: 100%;
	display: inline;
	position: absolute;
}




.loadingDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 860px;
	height: 484px;
	z-index: 1000;
	display: none;
}

.loadingDivFilter {
	filter: alpha(opacity=70);
	opacity: 0.7;
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.loadingDivGif {
	position: absolute;
	display: block;
	background: url(images/loading.gif) no-repeat center center;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}




