/* Base CSS */

.theme-default { margin:20px 0 0 0; }

.theme-default .arrow-right {
	width:30px;
	height:250px;
	float:right;
}

.theme-default .arrow-left {
	width:30px;
	height:250px;
	float:left;
}

.theme-default .arrow-top { height:30px; }

.theme-default .arrow-bottom { height:30px; }

.theme-default .arrow-left a {
	margin:112px 0 0 0;
	width:25px;
	height:30px;
	background:url(img/arrow_left.png) top left no-repeat;
	display:block;
}

.theme-default .arrow-right a {
	margin:112px 0 0 0;
	width:25px;
	height:30px;
	background:url(img/arrow_right.png) top right no-repeat;
	display:block;
}

.theme-default .arrow-top a {
	height:30px;
	background:url(img/arrow_top.png) top center no-repeat;
	display:block;
}

.theme-default .arrow-bottom a {
	height:30px;
	background:url(img/arrow_bottom.png) bottom center no-repeat;
	display:block;
}

.theme-default .hide { display:none; }

.carousel-default-background { margin:0 30px; }

.jcarousel-skin-default .jcarousel-container { height: 250px; }

.jcarousel-skin-default .jcarousel-item .panel-text { color:#FFF; }

.wp_carousel_default_pagination {
	margin:0 30px;
	padding:5px 10px;
	text-align:center;
	-moz-border-radius:0 0 5px 5px;
	-khtml-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}

.jcarousel.wp_carousel_default_pagination a {
	padding:3px 8px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#FFF;
	text-decoration:none;
}

.jcarousel-skin-default .jcarousel-direction-rtl { direction: rtl; }

.jcarousel-skin-default .jcarousel-container-horizontal {
	height:230px;
	padding:10px;
}

.jcarousel-skin-default .jcarousel-container-vertical { height: 190px; }

.jcarousel-skin-default .jcarousel-clip-horizontal { height: 250px; }

.jcarousel-skin-default .jcarousel-clip-vertical { height: 190px; }

.jcarousel-skin-default .jcarousel-item {
	padding:10px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.jcarousel-skin-default .jcarousel-item.panel .panel-text.at_left {
	margin:0 1% 0 0;
	width:49%;
	float:left;
}

.jcarousel-skin-default .jcarousel-item.panel .panel-text.at_right {
	margin:0 0 0 1%;
	width:49%;
	float:right;
}

.jcarousel-skin-default .jcarousel-item.jcarousel-item-horizontal {
	margin:0 10px 0 0;
	width:530px;
    height:210px;
}

.jcarousel-skin-default .jcarousel-direction-rtl .jcarousel-item-horizontal { margin:0 0 0 10px; }

.jcarousel-skin-default .jcarousel-item.jcarousel-item-vertical {
    margin:0 0 10px 0;
	width:550px;
    height:250px;
}

.jcarousel-skin-default .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}


/* Color variations */

.cv-default.theme-default .arrow-right { background:url(img/carousel-bg-corners.png) top right no-repeat; }

.cv-kubrick.theme-default .arrow-right { background:url(img/carousel-bg-corners-kubrick.png) top right no-repeat; }

.cv-red.theme-default .arrow-right { background:url(img/carousel-bg-corners-red.png) top right no-repeat; }

.cv-green.theme-default .arrow-right { background:url(img/carousel-bg-corners-green.png) top right no-repeat; }

.cv-orange.theme-default .arrow-right { background:url(img/carousel-bg-corners-orange.png) top right no-repeat; }

.cv-violet.theme-default .arrow-right { background:url(img/carousel-bg-corners-violet.png) top right no-repeat; }

/* */

.cv-default.theme-default .arrow-left { background:url(img/carousel-bg-corners.png) top left no-repeat; }

.cv-kubrick.theme-default .arrow-left { background:url(img/carousel-bg-corners-kubrick.png) top left no-repeat; }

.cv-red.theme-default .arrow-left { background:url(img/carousel-bg-corners-red.png) top left no-repeat; }

.cv-green.theme-default .arrow-left { background:url(img/carousel-bg-corners-green.png) top left no-repeat; }

.cv-orange.theme-default .arrow-left { background:url(img/carousel-bg-corners-orange.png) top left no-repeat; }

.cv-violet.theme-default .arrow-left { background:url(img/carousel-bg-corners-violet.png) top left no-repeat; }

/* */

.cv-default .carousel-default-background { background:url(img/carousel-bg.png) top left repeat-x; }

.cv-kubrick .carousel-default-background { background:url(img/carousel-bg-kubrick.png) top left repeat-x; }

.cv-red .carousel-default-background { background:url(img/carousel-bg-red.png) top left repeat-x; }

.cv-green .carousel-default-background { background:url(img/carousel-bg-green.png) top left repeat-x; }

.cv-orange .carousel-default-background { background:url(img/carousel-bg-orange.png) top left repeat-x; }

.cv-violet .carousel-default-background { background:url(img/carousel-bg-violet.png) top left repeat-x; }

/* */

.cv-default.wp_carousel_default_pagination { background:#3B3B3B; }

.cv-kubrick.wp_carousel_default_pagination { background:#4180B6; }

.cv-red.wp_carousel_default_pagination { background:#9E1F1F; }

.cv-green.wp_carousel_default_pagination { background:#597900; }

.cv-orange.wp_carousel_default_pagination { background:#C0801A; }

.cv-violet.wp_carousel_default_pagination { background:#8511C1; }

/* */

.jcarousel.wp_carousel_default_pagination.cv-default a {
	border:1px solid #5B5B5B;
	background:#383838 url(img/carousel-panel-bg.png) bottom left repeat-x;
}

.jcarousel.wp_carousel_default_pagination.cv-default a:hover {
	border:1px solid #5B5B5B;
	background:#383838 url(img/carousel-panel-bg.png) top left repeat-x;
}

.jcarousel.wp_carousel_default_pagination.cv-kubrick a {
	border:1px solid #73A0C5;
	background:#567995 url(img/carousel-panel-bg-kubrick.png) bottom left repeat-x;
}

.jcarousel.wp_carousel_default_pagination.cv-kubrick a:hover {
	border:1px solid #73A0C5;
	background:#567995 url(img/carousel-panel-bg-kubrick.png) top left repeat-x;
}

.jcarousel.wp_carousel_default_pagination.cv-red a {
	border:1px solid #D62A2A;
	background:#383838 url(img/carousel-panel-bg-red.png) bottom left repeat-x;
}

.jcarousel.wp_carousel_default_pagination.cv-red a:hover {
	border:1px solid #D62A2A;
	background:#383838 url(img/carousel-panel-bg-red.png) top left repeat-x;
}

.jcarousel.wp_carousel_default_pagination.cv-green a {
	border:1px solid #87B800;
	background:#383838 url(img/carousel-panel-bg-green.png) bottom left repeat-x;
}

.jcarousel.wp_carousel_default_pagination.cv-green a:hover {
	border:1px solid #87B800;
	background:#383838 url(img/carousel-panel-bg-green.png) top left repeat-x;
}

.jcarousel.wp_carousel_default_pagination.cv-orange a {
	border:1px solid #ECA110;
	background:#383838 url(img/carousel-panel-bg-orange.png) bottom left repeat-x;
}

.jcarousel.wp_carousel_default_pagination.cv-orange a:hover {
	border:1px solid #ECA110;
	background:#383838 url(img/carousel-panel-bg-orange.png) top left repeat-x;
}

.jcarousel.wp_carousel_default_pagination.cv-violet a {
	border:1px solid #B64EEC;
	background:#383838 url(img/carousel-panel-bg-violet.png) bottom left repeat-x;
}

.jcarousel.wp_carousel_default_pagination.cv-violet a:hover {
	border:1px solid #B64EEC;
	background:#383838 url(img/carousel-panel-bg-violet.png) top left repeat-x;
}

/* */

.cv-default.theme-default .jcarousel-skin-default .jcarousel-item {
	border:1px solid #5B5B5B;
	background:#383838 url(img/carousel-panel-bg.png) bottom left repeat-x;
}

.cv-kubrick.theme-default .jcarousel-skin-default .jcarousel-item {
	border:1px solid #73A0C5;
	background:#567995 url(img/carousel-panel-bg-kubrick.png) bottom left repeat-x;
}

.cv-red.theme-default .jcarousel-skin-default .jcarousel-item {
	border:1px solid #D62A2A;
	background:#567995 url(img/carousel-panel-bg-red.png) bottom left repeat-x;
}

.cv-green.theme-default .jcarousel-skin-default .jcarousel-item {
	border:1px solid #87B800;
	background:#3F5600 url(img/carousel-panel-bg-green.png) bottom left repeat-x;
}

.cv-orange.theme-default .jcarousel-skin-default .jcarousel-item {
	border:1px solid #B64EEC;
	background:#865912 url(img/carousel-panel-bg-orange.png) bottom left repeat-x;
}

.cv-violet.theme-default .jcarousel-skin-default .jcarousel-item {
	border:1px solid #B64EEC;
	background:#610C8D url(img/carousel-panel-bg-violet.png) bottom left repeat-x;
}