#rotatorWrap{
	width: 900px;
	/*background: transparent url(../images/assets/crosslines.png) repeat; */
	position: relative;
	padding: 0;
	margin: 0 auto;
	margin-top: 40px;
	overflow: hidden;
	border-radius: 10px;
	border: 4px solid #F07D06; 
	background: #000;
}

.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: 'Coda', 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: line-block;
	position: relative;
	margin-top: 0px;
	float: left;
	clear: left;
	background: #EFEFEF;
	color: #666;
	padding: 10px;
	opacity: 0;
	z-index: 1002;
}

.rotatorItem .caption .wpTitle1{
	margin-top: 120px;
	margin-left: 540px;
	font-size: 1.2em;
	background: #9ACD32;
	color: #FFF;	
}
.rotatorItem .caption .wpTitle2{
	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.6em;
	background: #F07D06;
	color: #fff;
	margin-top: 212px; 
	margin-left: -30px;   
	border-radius: 0px 10px 10px 0px; 
}
.rotatorItem .caption .style2{
	font-size: 1.6em;
	background: #F07D06; 
	color: #fff;
	margin-top: -15px; 
	margin-left: -30px;
	border-radius: 0px 10px 10px 0px;
}
.rotatorItem .caption .style3{
	font-size: 1.6em;
	background: #F07D06;
	color: #fff;
	left: 623px;	
	border-radius: 10px 0px 0px 10px;
}
.wp1{
	position: absolute;
	left: 120px;
	top: 80px;
}	
.wp2{
	position: absolute;
	left: 360px;
	top: 180px;
}	

.rotatorItem .quote{
	color: #fff;
	width: 840px;
	font-size: 1.8em;
	text-align: center;
	font-family: 'Coda', 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: #F07D06;
	color: #FFF;
}
.greenColor{
	color: #FFF;	
	background: #9ACD32;    
}


.arrowButton{    
	width: 100%;
	cursor: pointer;  
	position: absolute;
	z-index: 1003;
	top: 170px;
}            
.arrowButton .prevArrow{
	background: url(../images/assets/prev.png) no-repeat; 
	width: 40px;
	height: 80px;      
	position: absolute;
	left: 12px;        
} 
.arrowButton .nextArrow{                 
	background: url(../images/assets/next.png) no-repeat;
	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: 900px) {
	#rotatorWrap{
		width: 900px;
	}

	.rotatorItem .quote{
		width: 840px;
		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: 899px) {
	#rotatorWrap, .fullImage{ 
		width: 768px;
	}

	.rotatorItem .caption .style1, .rotatorItem .caption .style2, .rotatorItem .caption .style3{
		padding: 8px;
	}
	.rotatorItem .caption .style1{
		margin-top: 165px; 
	}	
	.rotatorItem .quote{
		width: 700px;
		padding: 2.4em 1.5em 2em 1.2em;
	}
	.wp1{
		width: 200px;
		height: 200px;
		left:100px;
		top: 80px;
	}	
	.wp2{
		width: 100px;
		height: 100px;
		left: 290px;
		top: 160px;
	}	
	.rotatorItem .caption .wpTitle1{
		margin-top: 100px;
		margin-left: 400px;
		font-size: 1em;
		padding: 8px;
	}
	.rotatorItem .caption .wpTitle2{
		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{
		font-size: .7em;
		padding: 6px;	
		margin-top: -8px;
	}
	.rotatorItem .caption .style1{
		margin-top: 108px; 
		font-size: .8em;
	}

	.rotatorItem .quote{
		font-size: 1.2em;
		padding: 2em 1.5em 2em 1.5em;		
		width: 420px;
	}	

	.wp1{
		width: 128px;
		height: 128px;
		top: 50px;
		left: 50px;
	}	
	.wp2{
		width: 64px;
		height: 64px;
		left: 170px;
		top: 100px;
	}	
	.rotatorItem .caption .wpTitle1{
		margin-top: 40px;
		margin-left: 220px;
		font-size: .8em;
		padding: 6px;
	}
	.rotatorItem .caption .wpTitle2{
		margin-left: 224px;
		font-size: .8em;
		padding: 6px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	#rotatorWrap, .fullImage{
		width: 310px;
	}

	.rotatorItem .caption .style1, .rotatorItem .caption .style2, .rotatorItem .caption .style3{
				margin-top: -8px;
		font-size: .6em;
		padding: 4px;
	}
	.rotatorItem .caption .style1{
		margin-top: 57px; 

	}

	.rotatorItem .quote p.author{
		/*margin-top: 0px;*/
	}

	.rotatorItem .quote{
		font-size: .8em;
		width: 260px;
		padding: 2em 1.5em 1em 1.5em;
	}	
	
	.wp1{
		width: 100px;
		height: 100px;
		top: 24px;
		left: 30px;
	}	
	.wp2{
		width: 50px;
		height: 50px;
		left: 120px;
		top: 60px;
	}	
	.rotatorItem .caption .wpTitle1{
		margin-top: 20px;
		margin-left: 160px;
		font-size: .6em;
		padding: 6px;
	}
	.rotatorItem .caption .wpTitle2{
		margin-left: 160px;
		font-size: .6em;
		padding: 6px;
	}
}
