.cbp-qtrotator {
	position: relative;
	margin: 0px;
	width: 980px;
	height: 358px;
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	height: 278px;
	padding: 40px 0px;
	top: 0px;
	z-index: 1;
	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:2;
	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-qtrotator blockquote {
	background: url(../images/slider_right_color.jpg) no-repeat scroll center top #04346C;
	border-left: 10px solid white;
	height: 260px;
	width: 290px;
	padding: 80px 10px 10px;
	position: absolute;
	left: 610px;
	z-index: 6;
	right: 0px;
	top: 0px;
	margin: 0px 10px;
	font-size: 12px;
	overflow: hidden;
}

.cbp-qtrotator blockquote p {
	margin-left:10px; 
	color:#FFF; 
	text-align:center; 
	font-size:13px;
}

.cbp-qtrotator blockquote .slide-link {
	border-radius: 5px;
	border:1px solid #cecece;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #31839E;
	text-shadow: 1px 1px 1px #FFF;
	padding: 5px 0px;
	font-size: 12px;
	font-family: 'OpenSansRegular', sans-serif;
	font-weight:bold;
	line-height: 30px;
	width:150px;
	float:right;
	text-align: center;
	background:#ebebeb; 
	background-image   :-moz-linear-gradient(top, rgba(255, 255, 255, .1), rgba(0, 0, 0, .1)); /* Firefox+ */
	background-image   :-webkit-linear-gradient(top, rgba(255, 255, 255, .1), rgba(0, 0, 0, .1)); /* Chrome+, Safari+ */
	background-image   :-o-linear-gradient(top, rgba(255, 255, 255, .1), rgba(0, 0, 0, .1)); /* Opera+ */
	background-image   :-ms-linear-gradient(top, rgba(255, 255, 255, .1), rgba(0, 0, 0, .1)); /* IE10 */
	filter             :progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE+ */
}

.cbp-qtrotator blockquote .slide-link:hover {
	background-image   :-moz-linear-gradient(center top , rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1)); /* Firefox+ */
	background-image   :-webkit-linear-gradient(center top , rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1)); /* Chrome+, Safari+ */
	background-image   :-o-linear-gradient(center top , rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1)); /* Opera+ */
	background-image   :-ms-linear-gradient(center top , rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1)); /* IE10 */
	filter             :progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE+ */
}

.cbp-qtrotator .cbp-qtcontent img {
	left:0px;
	width:631px;
	height:320px;
	top:16px;
	position:absolute;
	z-index:0;
}

/* Example for media query */
@media screen and (max-width: 30.6em) { 

	.cbp-qtrotator {
		font-size: 70%;
	}

	.cbp-qtrotator img {
		width: 80px;
	}

}
