.json_image_rotator {
	width: 710px;
	height: 290px;
	border: 0px solid black;
	position: relative;
}




.json_image_rotator .image {
	width: 710px;
	height: 290px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.json_image_rotator .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 710px;
	height: 40px;
	background:transparent url(../images/bg_slideshow.png) no-repeat;
	/*z-index:100;*/
	display: none;	
	z-index:55;
}	

.json_image_rotator .caption .caption-texts {border:0px solid red; height:40px;}


	
.json_image_rotator .arrow-left {
	cursor: pointer;
	position: absolute;
	width: 44px;
	height: 40px;
	top: 200px;
	left: 106px;
	background: transparent url(../images/arrow-left.png) no-repeat scroll left top;
	display: none;
	/*z-index:200;*/
	z-index:56;
}

.json_image_rotator .arrow-right {
	cursor: pointer;
	position: absolute;
	width: 44px;
	height: 40px;
	top: 200px;
	left: 150px;
	background: transparent url(../images/arrow-right.png) no-repeat scroll left top;
	display: none;
	/*z-index:200;*/
	z-index:56;
}

/*.json_image_rotator .arrow-left:hover {
	background: lime;
}*/


.json_image_rotator .caption .caption-title {

	display:none;
}

/* count progress */
.json_image_rotator .caption .caption-title .progress {border:1px solid red; display:none;}

	
.json_image_rotator .caption .caption-text {
	position: absolute;
	overflow: hidden;
	width: 710px;
	color: white;
	left: 0px;
	top: 0px;
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	text-shadow: #000000 1px 1px 1px;
	line-height: 40px;
	height: 40px;
	text-align:center;
	border:0px solid;
}