.json_image_rotator {
	width: 950px;
	height: 260px;
	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: 950px;
}

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

.json_image_rotator .caption {
	position: absolute;
	top: 200px;
	left: 0;
	width: 950px;
	height: 60px;
	display: none;
	z-index:77;
	background:url(../images/bg_caption.png) repeat;
}


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

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

/* SCRITTA */
.json_image_rotator .caption-texts {border:0px solid; width:950px; height:60px;}

.json_image_rotator .caption .caption-title {
	position: absolute;
	overflow: hidden;
	width: 900px;
	color: white;
	left: 40px;
	top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
	text-shadow: #000000 2px 2px 2px;
	line-height: 28px;
	height: 60px;
	font-weight:bold;
}
	
	
.json_image_rotator .caption .caption-title span {
	border:0px solid; 
	position:absolute; 
	bottom:30px; 
	right:10px; 
	font-size:11px;
	font-weight:normal;
}	
	
.json_image_rotator .caption .caption-text {
	position: absolute;
	overflow: hidden;
	width: 900px;
	color: white;
	left: 40px;
	top: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: lighter;
	text-shadow: #000000 1px 1px 1px;
	line-height: 16px;
	height: 60px;
}
