.cbp-qtrotator {
	position: relative;
	max-width: 970px;
	width: 100%;
	min-height: 228px;
	
	-webkit-box-shadow:  0 14px 16px -20px #413B3B;
	   -moz-box-shadow:  0 14px 16px -20px #413B3B; 
	        box-shadow:  0 14px 16px -20px #413B3B;
}
#section .cbp-qtrotator {
	margin-bottom: 2px;
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	/*
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	*/
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
	border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	position: relative; 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}

.cbp-qtprogress {
	position: absolute;
	background: #828282;
	height: 1px;
	width: 0%;
	bottom: -1px;
	z-index: 1000;
}
.cbp-qtprogressBack{
	position: absolute;
	background: #b6b5b5;
	height: 1px;
	width: 100%;
	bottom: -1px;
	z-index: 100;
}
.cbp-circleDiv{
	position: absolute;
	width: 100%;
	bottom:0px;
	left:0px;
}
.cbp-circleDivContent{
	margin: 0 auto;
	padding-bottom: 20px;
}
.cbp-circleDivContent img{
	z-index:100;
	position:relative;
	float:left;
	cursor:pointer;
}

.cbp-qtrotator blockquote {
	margin: 0;
	padding: 0;
}

.cbp-qtrotator blockquote p {
	font-size: 2em;
	color: #888;
	font-weight: 300;
	margin: 0.4em 0 1em;
}

.cbp-qtrotator blockquote footer {
	font-size: 1.2em;
}

.cbp-qtrotator blockquote footer:before {
	content: '― ';
}

.cbp-qtrotator .cbp-qtcontent img {
	float: right;
}

.cbp-qtrotator .cbp-qtcontent .rotatorText {
	position: absolute;
	top: 15px;
	width:320px;
	color: #ffffff;
	font-size: 24px;
	line-height:24px;
	font-family: 'Open Sans',sans-serif;
	
	text-shadow: 2px 2px 2px #333333;
	filter: dropshadow(color=#333333, offx=2, offy=2);

}
