﻿/* Circular Content Carousel Style */

.ca-container {
    float: left;
    height: 250px;
    /*//margin: 19px auto 25px;*/
    position: relative;
    width: 95%;
}

.ca-wrapper {
    float: left;
    height: 84%;
    margin-left: 30px;
    position: relative;
    width: 94% !important;
}
.ca-item {
    float: left;
    height: 100%;
    position: relative;
    text-align: center;
    width: 33%;
}

.ca-nav {
    float: left;
    width: auto;
}
.ca-more{
	
	bottom: 10px;
	right:0px;
	padding:13px 5%;
	font-weight:bold;
	background:#22C35C none repeat scroll 0 0;
	text-align:center;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	
	text-shadow:1px 1px 1px #897c63;
	width:100%;
	float:right;
	text-decoration:none!important;
	margin:10px 0 0 0px;
	font-weight:bold;
	font-size:13px;
	display:block;
}
.ca-more:hover{
	
	
	color: #fff;
}

.ca-more1{
	/*//position: absolute;*/
	bottom: 10px;
	right:0px;
	padding:4%;
	font-weight:bold;
	background: #2DB2EB;
	text-align:center;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	/*//font-style:italic;*/
	text-shadow:1px 1px 1px #897c63;
	width:auto;
	float:right;
	text-decoration:none;
	margin:10px 0 0 10px;
	font-weight:bold;
	font-size:13px;
	display:none;
}



.container {
    float: left;
    margin-left: 30px;
    width: 100%;
}
.ca-more:hover{ background:#13ADF1;}
.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(../images/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:20px;*/
	position:absolute;
	top:5px;
	left:10px;
	right:5px;
	bottom:5px;
	background:#ddd;
	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);
	width:auto;
	float:left;
	//margin-left:10px;
}
.ca-icon{
	width:233px;
	height:132px;
	position:relative;
	margin:0 auto;
	background:transparent url(../images/e-class_sideview.png) no-repeat center center;
}
.ca-item-2 .ca-icon{
	background-image:url(../images/s-class_sideview.png);
}
.ca-item-3 .ca-icon{
	background-image:url(../images/viano_sideview.png);
}
.ca-item-4 .ca-icon{
	background-image:url(../images/8Seater_sideview.png);
}
.ca-item-5 .ca-icon{
	background-image:url(../images/economySaloon_sideview.png);
}
.ca-item-6 .ca-icon{
	background-image:url(../images/EconomyMPV_sideview.png);
}
.ca-item-7 .ca-icon{
	background-image:url(../images/car_image.png);
}
.ca-item-8 .ca-icon{
	background-image:url(../images/car_image.png);
}
.ca-item h3{
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase; line-height:20px;
	font-size:1em;
	color:#000;
	font-weight:bold;
	/*//margin-bottom:20px;
	//height:85px;*/
	text-align:center;
	text-shadow: 0px 1px 1px #e4ebe9;
}
.ca-item h4{
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	font-size:12px;
	text-align:left;
	border-left:10px solid #b0ccc6;
	padding-left:10px;
	line-height:24px;
	margin:10px;
	position:relative;
}
.ca-item h4 span{
	text-indent:40px;
	display:block;
}
.ca-item h4  span.ca-quote{
	color:#f4eee3;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}
.ca-content-wrapper{
	background:#ddd;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:200px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:100%;
	overflow:hidden;
}
.ca-content-text{
	font-size: 12px;
	//font-style: italic;
	font-family:Arial, Helvetica, sans-serif;
	//margin:10px 20px;
	//padding:10px 20px;
	line-height:24px;
	width:98%;
	padding:1%;
	font-weight:bold;
}
.ca-content-text p{
	padding-bottom:5px;
     padding-left: 7px;
}
.ca-content h6{
	margin:25px 20px 0px 15px;
	font-size:13px;
	padding-bottom:5px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#44BBED;
	border-bottom:1px solid #44BBED;
	/*//text-shadow: 1px 1px 1px #44BBED;*/
	width:94%;
	font-weight:bold;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
}
.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;
}
.ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}

.ca-nav span {
    background: url("../images/arrows.png") no-repeat scroll left top transparent;
    cursor: pointer;
    height: 38px;
    left: 0;
    margin-top: -19px;
    opacity: 0.7;
    position: absolute;
    text-indent: -9000px;
    top: 50%;
    width: 25px;
    z-index: 100;
}

.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:20px;
}
.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;
}
