#rotatorWrap{
	border: 1px solid #efefef;
	padding: 0px;
	width: 980px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.itemContainer{
	position: absolute;
	width: 100%;
	height: 100%;	
	margin: 0;
	padding: 0;
	-webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;

}


.rotatorItem{
	display: block;
	padding: 0;
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}
.rotatorItem img{
	padding: 0;
	margin: 0;
	z-index: 1000;
	/*display: none;*/
}

.rotatorItem .caption{
	font-family: Century Gothic, sans-serif;	
	font-size: 16px;
	position: absolute;
	top: 0px;
	left: 70px;
	z-index: 1001;
	height:300px;
	/*color: #fff;*/
}

.rotatorItem .caption p{
	/*text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.8);	*/
	display: inline-block;
	position: relative;
	font-size:14px;
	float: left;
	clear: left;
	margin-top: 4px;
	/*background: #EFEFEF;*/
	color: #333;
	padding: 10px;
	opacity: 0;
	z-index: 1002;
}

.rotatorItem .caption .wpTitle1{
	margin-top: 120px;
	margin-left: 340px;
	font-size: 1.2em;
	background: #B33F4C;
	color: #FFF;	
}
.rotatorItem .caption .wpTitle2{
	margin-left: 340px;
	font-size: .8em;
	background: #B33F4C;
	color: #FFF;	
}

.rotatorItem .caption .lycheeTitle1{
	margin-left: 180px;
	margin-top: 100px;
}
.rotatorItem .caption .lycheeTitle2{
	margin-left: 180px;
}


.rotatorItem .caption .style1{
	font-size: 1.2em;
	background: #B33F4C;
	color: #FFF;
	margin-top: 100px;
	margin-left: 200px;
}
.rotatorItem .caption .style2{
	font-size: 1em;
	background: #B33F4C;
	color: #FFF;
	margin-left: 200px;	
}
.rotatorItem .caption .style3{
	font-size: .8em;
	background: #c0c0c0;
	color: #FFF;
	margin-left: 200px;	
}

.wp1{
	position: absolute;
	left: 0px;
	top: 0px;
}	
.wp2{
	position: absolute;
	left: 0px;
	top: 0px;
}	

.rotatorItem .quote{
	color: #fff;
	width: 980px;
	font-size: 1.8em;
	text-align: center;
	font-family: proxima-nova, Helvetica Neue, Helvetica, Arial, sans-serif;	
	line-height: 150%;
	padding: 3.6em 2em 2em 1em;
	text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.8);
}
.rotatorItem .quote p{
	font-size: 18px;
	opacity: 0;
}
.rotatorItem .quote p.author{
	font-size: .6em;
	font-style: italic;
	text-align: center;
	margin-top: 20px;
}

.rotatorItem p.author{
	font-size: 1em;
	color: #FFF;
	font-style: italic;
	text-align: center;
}

.blueColor{
	background: #00BDEE;
	color: #FFF;
}
.orangeColor{
	background: #F08080;
	color: #FFF;
}
.greenColor{
	color: #FFF;	
	background: #9ACD32;    
}

.redColor{
	color: #FFF;	
	background: #B33F4C;    
}

.grayColor{
	color: #484848;	
	background: #c0c0c0;    
}

.arrowButton{    
	width: 100%;
	cursor: pointer;  
	position: absolute;
	z-index: 1003;
	top: 170px;
}            
.arrowButton .prevArrow{
	background: url(/casai.es/general/style/css/images/prev.png) no-repeat; 
	width: 40px;
	height: 80px;      
	position: absolute;
	left: 12px;        
} 
.arrowButton .nextArrow{                 
	background: url(/casai.es/general/style/css/images/next.png) no-repeat;
	width: 40px;
	height: 80px;
	position: absolute;
	/*top: 170px;*/
	right: 12px;	          
} 