.json_image_rotator {
	width: 960px;
	height: 460px;
	border: 0px solid red;
	position: relative;
	
}

.json_image_rotator.loading {
	background: transparent url(../images/ajax-loader.png) 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: 960px;
	height: 460px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.json_image_rotator .caption {
	position: absolute;
	top: 410px;
	left: 0;
	width: 960px;
	height: 50px;
	/*background-color: #4b3e53;*/
	background:url(../images/bg_caption.png) no-repeat;
	/*z-index:100;*/
	display: none;	
	z-index:55;
}	
	
.json_image_rotator .arrow-left {
	display:none;
	/*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:56;*/
}

.json_image_rotator .arrow-right {
	display:none;
	/*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:56;*/
}

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


.json_image_rotator .caption .caption-title {
	position: absolute;
	overflow: hidden;
	width: 960px;	
	color: white;
	left: 0px;
	top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	text-shadow: #000000 2px 2px 2px;
	line-height: 30px;
	height: 50px;
	/*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: 960px;
	color: white;
	top:10px;
	right: 25px;
	/*top: 100px;*/
	font-family:"Times New Roman",Tahoma,Arial,Times, serif;
	font-size: 30px;
	font-weight: normal;
	font-style:italic;
	text-shadow: #000000 1px 1px 1px;
	line-height: 35px;
	/*height: 130px;*/
	text-align:right;
	border:0px solid;
}
