
#rotatorWrap{
	width: 960px;
	/*background: transparent url(../images/assets/crosslines.png) repeat; */
	position: relative;
	padding: 0;
	margin: 0 auto;
	margin-top: 0px;
	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: "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 1.2em;
	position: absolute;
	top: 20px;
	left: 30px;
	z-index: 1001;
	color: #fff;
}

.rotatorItem .caption p{
	/*text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.8);	*/
	display: inline-block;
	position: relative;
	float: left;
	clear: left;
	margin-top: 4px;
	background: #EFEFEF;
	color: #666;
	padding: 10px;
	opacity: 0;
	z-index: 1002;
}

.rotatorItem .caption .Title1{
	margin-top: 120px;
	margin-left: 540px;
	font-size: 1.2em;
	background: #9ACD32;
	color: #FFF;	
}
.rotatorItem .caption .Title2{
	margin-left: 540px;
	font-size: .8em;
	background: #9ACD32;
	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: #FF7F50;
	color: #FFF;
	margin-top: 100px;
	margin-left: 500px;
}
.rotatorItem .caption .style2{
	font-size: 1em;
	background: #A0522D;
	color: #FFF;
	margin-left: 500px;	
}
.rotatorItem .caption .style3{
	font-size: .8em;
	background: #B8860B;
	color: #FFF;
	margin-left: 500px;	
}

.rotatorItem .caption .style4{
	font-size: .8em;
	background: #B8860B;
	color: #FFF;
	margin: 10px 50px 0px 0px;
		
}

.1{
	position: absolute;
	left: 100px;
	top: 80px;
}	
.2{
	position: absolute;
	left: 300px;
	top: 180px;
}	

.rotatorItem .quote{
	color: #fff;
	width: 800px;
	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{
	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;    
}
.pinkColor{
	color: #FFF;	
	background: #ed145b;    
}
.yellowColor{
	color: #FFF;	
	background: #fff200;    
}


.arrowButton{    
	width: 100%;
	cursor: pointer;  
	position: absolute;
	z-index: 1003;
	top: 170px;
}            
.arrowButton .prevArrow{
	width: 40px;
	height: 80px;
	position: absolute;
	left: 12px;
	background-image: url(../images/assets/prev.png);
} 
.arrowButton .nextArrow{                 
	background-image: url(../images/assets/next.png);
	width: 40px;
	height: 80px;
	position: absolute;
	/*top: 170px;*/
	right: 12px;	          
} 

/* change the width of the slider in your own responsive media query */

@media only screen and (min-width: 960px) {
	#rotatorWrap{
		width: 960px;
	}

	.rotatorItem .quote{
		width: 900px;
		font-size: 1.8em;
		padding: 3.6em 5em 2em 1em;
	}
	.rotatorItem .quote p{
		opacity: 0;
	}
	.rotatorItem .quote p.author{
		font-size: .6em;
		margin-top: 20px;
	}	
}

@media screen and (min-width: 768px) and (max-width: 959px) {
	#rotatorWrap, .fullImage{ 
		width: 768px; 
	}

	.rotatorItem .caption .style1, .rotatorItem .caption .style2, .rotatorItem .caption .style3{
		margin-left: 360px;
		padding: 8px;
	}
	.rotatorItem .caption .style1{
		margin-top: 60px; 
	}
	.rotatorItem .quote{
		width: 700px;
		padding: 2.4em 1.5em 2em 1.2em;
	}
	.1{
		width: 200px;
		height: 200px;
		left:100px;
		top: 80px;
	}	
	.2{
		width: 100px;
		height: 100px;
		left: 290px;
		top: 160px;
	}	
	.rotatorItem .caption .Title1{
		margin-top: 100px;
		margin-left: 400px;
		font-size: 1em;
		padding: 8px;
	}
	.rotatorItem .caption .Title2{
		margin-left: 400px;
		font-size: .8em;
		padding: 8px;
	}

}

@media screen and (min-width: 480px) and (max-width: 767px) {
	#rotatorWrap, .fullImage{
		width: 480px;
	}	

	.rotatorItem .caption .style1, .rotatorItem .caption .style2, .rotatorItem .caption .style3{
		margin-left: 180px;
		font-size: .7em;
		padding: 6px;
	}
	.rotatorItem .caption .style1{
		margin-top: 20px; 
		font-size: .8em;
	}

	.rotatorItem .quote{
		font-size: 1.2em;
		padding: 2em 1.5em 2em 1.5em;		
		width: 420px;
	}	

	.1{
		width: 128px;
		height: 128px;
		top: 50px;
		left: 50px;
	}	
	.2{
		width: 64px;
		height: 64px;
		left: 170px;
		top: 100px;
	}	
	.rotatorItem .caption .Title1{
		margin-top: 40px;
		margin-left: 220px;
		font-size: .8em;
		padding: 6px;
	}
	.rotatorItem .caption .Title2{
		margin-left: 220px;
		font-size: .8em;
		padding: 6px;
	}

}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	#rotatorWrap, .fullImage{
		width: 320px;
	}

	.rotatorItem .caption .style1, .rotatorItem .caption .style2, .rotatorItem .caption .style3{
		margin-left: 80px;
		font-size: .6em;
		padding: 4px;
	}
	.rotatorItem .caption .style1{
		margin-top: 10px; 
	}

	.rotatorItem .quote p.author{
		/*margin-top: 0px;*/
	}

	.rotatorItem .quote{
		font-size: .8em;
		width: 260px;
		padding: 2em 1.5em 1em 1.5em;
	}	
	
	.1{
		width: 100px;
		height: 100px;
		top: 24px;
		left: 30px;
	}	
	.2{
		width: 50px;
		height: 50px;
		left: 120px;
		top: 60px;
	}	
	.rotatorItem .caption .Title1{
		margin-top: 20px;
		margin-left: 160px;
		font-size: .6em;
		padding: 6px;
	}
	.rotatorItem .caption .Title2{
		margin-left: 160px;
		font-size: .6em;
		padding: 6px;
	}

	
}

@media only screen and (min-width: 240px) and (max-width: 319px) {
	#rotatorWrap, .fullImage{
		width: 240px;
	}

	.rotatorItem .caption .style1, .rotatorItem .caption .style2, .rotatorItem .caption .style3{
		margin-left: 20px;
		font-size: .3em;
		padding: 2px;
	}
	.rotatorItem .caption .style1{
		margin-top: 5px; 
	}

	.rotatorItem .quote p.author{
		/*margin-top: 0px;*/
	}

	.rotatorItem .quote{
		font-size: .4em;
		width: 130px;
		padding: 2em 1.5em 1em 1.5em;
	}	
	
	.1{
		width: 50px;
		height: 50px;
		top: 12px;
		left: 15px;
	}	
	.2{
		width: 25px;
		height: 25px;
		left: 60px;
		top: 30px;
	}	
	.rotatorItem .caption .Title1{
		margin-top: 10px;
		margin-left: 80px;
		font-size: .3em;
		padding: 3px;
	}
	.rotatorItem .caption .Title2{
		margin-left: 80px;
		font-size: .3em;
		padding: 3px;
	}

	
}