/* Circular Content Carousel Style */
/*
.ca-carouselrow {clear:both;height:220px;}
.ca-container{position:relative;margin:25px auto 20px auto;	width:940px;height:375px;}
.ca-wrapper{width:100%;	height:100%;position:relative;}
.ca-item{position:relative;float:left;width:305px;height:100%;text-align:left;margin-top:13px;margin-bottom:2px;margin-left:0px;}
.ca-item-main{padding:20px;	position:absolute;top:5px;left:20px;margin-bottom:12px;overflow:hidden;	
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);	box-shadow:1px 1px 2px rgba(0,0,0,0.2);}
.ca-readall{position: absolute;bottom: 10px;right:0px;padding:4px 15px;font-weight:bold;text-align:center;}
.ca-close{position:absolute;top:10px;right:10px;background:url(../images/close.png) no-repeat center center;width:16px;height:16px;text-indent:-9000px;outline:none;-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);box-shadow:1px 1px 2px rgba(0,0,0,0.2);opacity:0.7;}
.ca-close:hover{opacity:1.0;}
.ca-item h3{text-transform:uppercase;font-size:25px;	margin-bottom:20px;	text-align:left;}
.ca-content-wrapper{position:relative;	width:0px; 	height:335px;	top:5px;	text-align:left;	z-index:1000;	overflow:hidden;}
.ca-content{width:660px;overflow:hidden;}
.ca-content-text p {padding-bottom:5px;}
.ca-nav span:hover{opacity:1.0;}
a.ca-expand-box img {margin:0 auto;transition: opacity 0.4s;-moz-transition: opacity 0.4s;-webkit-transition: opacity 0.4s;-o-transition: opacity 0.4s;}
a.ca-expand-box:hover img {opacity:.3;}

@media(min-width:1200px){
	.ca-item {width:360px}
	.ca-container {width:1152px;height:420px;}
	.ca-content-wrapper {width: 844px;}
	.ca-content {width: 754px;}
	.ca-item-main {width:360px;}

	.img.qw-carouselimage {width:380px;height:380px;}
	a.ca-expand-box {width:380px;height:380px;}
}*/