/* Circular Content Carousel Style */
#ca-container {
	margin-top:40px;
}
.ca-container{
	position:relative;
	margin:0px auto 20px auto;
	width:920px;
	height:180px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:300px;
	height:100%;
	text-align:center;
}
.ca-more{
	position: absolute;
	bottom: 10px;
	right:0px;
	padding:4px 15px;
	background: #000;
	opacity:0.7;
}
.ca-item-main a{
	position: absolute;
	font-size:85%; 
	font-weight:bold;
	text-align:center;
	color: #dedede;
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
}
.ca-item-main a:hover{
	position: absolute;
	color: #FFF;
}
.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(../images/portfolio/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;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	padding:0px;
	position:absolute;
	top:5px;
	left:25px;
	right:5px;
	bottom:5px;
	background:#fff;
	overflow:hidden;
	border:1px solid #000;
}
.ca-icon{
	width:300px;
	height:190px;
	position:relative;
	margin:0 auto;
}
.ca-item-1 .ca-icon{
	background-image:url(../images/portfolio/index/hispack_00.jpg);
}
.ca-item-2 .ca-icon{
	background-image:url(../images/portfolio/index/invitacio_00.jpg);
}
.ca-item-3 .ca-icon{
	background-image:url(../images/portfolio/index/obra_maria_00.jpg);
}
.ca-item-4 .ca-icon{
	background-image:url(../images/portfolio/index/vilabanus_00.jpg);
}
.ca-item-5 .ca-icon{
	background-image:url(../images/portfolio/index/vilabanus_web_00.jpg);
}
.ca-item-6 .ca-icon{
	background-image:url(../images/portfolio/index/folleto_cal_feru_00.jpg);
}
.ca-content-wrapper{
	background:#f9f9f9;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:190px;
	top:5px;
	text-align:left;
	z-index:1000;
	overflow:hidden;
}
.ca-content{
	width:575px;
	overflow:hidden;
}
.ca-content-text{
	font-size: 14px;
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	margin:0px 20px;
	line-height: 18px;
}
.ca-content-text p{
}
.ca-content h6{
	margin:10px 10px 5px 20px;
	font-size:18px;
	color:#000;
	font-family: 'Open Sans', sans-serif;
}
.ca-content .screens ul{
	list-style-type:none;
}
.ca-content .screens ul li{
	float:left;
	margin-right:10px; 
	background:#000;
	height:59px;
}  
.ca-content .screens ul li a{
	padding-left:1px; 
	padding-right:1px;
	background:#000;    
	text-decoration:none;
} 
.ca-content .screens ul li a img{
	padding-top:1px;
}
.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(../images/portfolio/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{
	opacity:1.0;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: #fff;

}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #fff;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #fff;
	position: relative;
}

.jspDrag
{
	background: #000;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 10px;
}

.jspHorizontalBar .jspArrow
{
	width: 10px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}