.json_image_rotator {
	width: 940px;
	height: 250px;
	border: 0px solid black;
	position: relative;
}

.json_image_rotator.loading {
	background: transparent url(../images/ajax-loader.gif) no-repeat scroll center center;
}

.json_image_rotator .preloader-info {
	text-align: center;
	position: absolute;
	top: 140px;
	left: 0;
	z-index: 10;
	width: 940px;
}

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

.json_image_rotator .caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 250px;
	/*background-color: #4b3e53;*/
	background:url(../images/bg_caption.png) no-repeat;
	/*z-index:100;*/
	display: none;	
	z-index:55;
}	
	
.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 {
	position: absolute;
	overflow: hidden;
	width: 220px;
	color: white;
	left: 40px;
	top: 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	text-shadow: #000000 2px 2px 2px;
	line-height: 28px;
	height: 75px;
	border:0px solid red; 
	padding-left:30px;
	padding-bottom:5px;
}

/* count progress */
.json_image_rotator .caption .caption-title .progress {display:none;}

	
.json_image_rotator .caption .caption-text {
	position: absolute;
	overflow: hidden;
	width: 240px;
	color: white;
	left: 25px;
	top: 100px;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-shadow: #000000 1px 1px 1px;
	line-height: 20px;
	height: 130px;
	text-align:center;
	border:0px solid;
}