@charset "utf-8";
/* rotator */

.cbp-qtrotator {
	width: 280px;
	height: 180px;
	position: relative;
	float: left;
	margin: 0;
	padding-top: 11px
}

.cbp-qtcontent {
	width:280px;
	height: auto;
	position: absolute;
	min-height: 180px;
	top: 0;
	z-index: 2;
	display: none
}
.cbp-qtrotator .cbp-qtcontent.current {
	display: block
}
.cbp-qtrotator blockquote {
	margin: 30px 0 0 0;
	padding: 0
}
.cbp-qtrotator blockquote p {
	font-family:'OpenSans', Verdana;
	font-size:12px;
	font-style:italic;
}
.cbp-qtrotator blockquote footer {
	font-size:12px;	
	color:#2c4694;
}
.cbp-qtrotator blockquote footer:before {
	content: '― '
}
.cbp-qtrotator .cbp-qtcontent img {
	float: left;
	margin:0 20px 200px 0;
}
.cbp-qtprogress {
	position: absolute;
	background: #2c4694;
	height: 1px;
	width: 0%;
	z-index: 1000
}



