/* Circular Content Carousel Style */
#post-slideshow.ca-container{
	position:relative;
	margin:0 auto 20px auto;
	width:640px;
	/*height:450px;*/
}
#post-slideshow .ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
#post-slideshow .ca-item{
	position:relative;
	float:left;
	width:100%;
	/*height:100%;*/
	text-align:center;
    display: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
#post-slideshow .ca-item img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
#post-slideshow .ca-more{
	position: absolute;
	bottom: 10px;
	right:0px;
	padding:4px 15px;
	font-weight:bold;
	background: #ccbda2;
	text-align:center;
	color: white;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	text-shadow:1px 1px 1px #897c63;
}
#post-slideshow .ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(../png/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	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;
}
#post-slideshow .ca-close:hover{
	opacity:1.0;
}
#post-slideshow .ca-item-main{
	/*padding:20px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background:#fff;
	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);*/
}
#post-slideshow .ca-item-main .caption {
    text-align: center;
    /*margin-top: 5px;*/
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    padding: 10px;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
}
#post-slideshow .ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
#post-slideshow .ca-content{
	width:660px;
	overflow:hidden;
}
#post-slideshow .ca-content-text{
	font-size: 14px;
	font-style: italic;
	font-family: "Georgia","Times New Roman",serif;
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;
}
#post-slideshow .ca-content-text p{
	padding-bottom:5px;
}
#post-slideshow .ca-content ul{
	margin:20px 35px;
	height:30px;
}
#post-slideshow .ca-content ul li{
	float:left;
	margin:0px 2px;
}
#post-slideshow .ca-content ul li a{
	color:#fff;
	background:#000;
	padding:3px 6px;
	font-size:14px;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
}
#post-slideshow .ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
#post-slideshow .ca-nav span{
    display: block;
	width:28px;
	height:46px;
    padding: 10px;
	background: rgba(0,0,0,.5) url(../png/arrows-2.png) no-repeat center left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:0;
	text-indent:-9000px;
	opacity:.7;
	cursor:pointer;
	z-index:50;
}
#post-slideshow .ca-nav span.ca-nav-next{
	background-position:center right;
	left:auto;
	right:0;
}
#post-slideshow.ca-container:hover .ca-nav span:hover{
    opacity:1.0;
}