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

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

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


.json_image_rotator .arrow-left {
	position: absolute;
	width: 44px;
	height: 40px;
	top: 100px;
	left: 0px;
	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: 490px;
	background: transparent url(../images/arrow-right.png) no-repeat scroll left top;
	display: none;
	cursor:pointer;
}

/* SCRITTA */
.json_image_rotator .caption-texts {width:535px; height:65px;background:url(../images/bg_scritta_flash.png) no-repeat;}

.json_image_rotator .caption .caption-title {
	position: absolute;
	overflow: hidden;
	width: 525px;
	color: white;
	left: 5px;
	top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: lighter;
	text-shadow: #000000 2px 2px 2px;
	line-height: 28px;
	height: 60px;
	font-weight:bold;
	border:solid 0px red;
}
	
	
.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: 525px;
	color: white;
	left: 5px;
	top: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: lighter;
	text-shadow: #000000 1px 1px 1px;
	line-height: 16px;
	height: 99px;
	color:#002674;
}
