/* Base CSS */

.theme-premium-slider {
	margin:20px 0 0 0;
	height:200px;
}

.theme-premium-slider .arrow-right {
	margin:70px 0 0 0;
	width:30px;
	height:60px;
	float:right;
}

.theme-premium-slider .arrow-right a {
	width:30px;
	height:60px;
	background:url(img/arrow_right.png) center center no-repeat;
	display:block;
}

.theme-premium-slider .arrow-left {
	margin:70px 0 0 0;
	width:30px;
	height:60px;
	float:left;
}

.theme-premium-slider .arrow-left a {
	width:30px;
	height:60px;
	background:url(img/arrow_left.png) center center no-repeat;
	display:block;
}

.theme-premium-slider .hide { display:none; }

.jcarousel-skin-premium-slider .jcarousel-container {
	background:#FAFAFA;
	margin:0 30px;
	height:100%;
	border:1px solid #FFF;
	-moz-box-shadow:0 0 2px #CCC;
	-webkit-box-shadow:0 0 2px#CCC;
	box-shadow:0 0 2px #CCC;
}

.jcarousel-skin-premium-slider .jcarousel-direction-rtl { direction: rtl; }

.jcarousel-skin-premium-slider .jcarousel-container-horizontal { padding:9px 0; }

.jcarousel-skin-premium-slider .jcarousel-clip-horizontal { }

.jcarousel-skin-premium-slider .jcarousel-item {
	margin:15px;
	height:170px;
}

.jcarousel-skin-premium-slider .jcarousel-item .panel_image {
	width:100%;
	height:100%;
	-moz-box-shadow: inset 0 0 2px #888;
	-webkit-box-shadow: inset 0 0 2px#888;
	box-shadow: inset 0 0 2px #888;
}

.jcarousel-skin-premium-slider .jcarousel-item .panel_image a {
	width:100%;
	height:100%;
	display:block;
}

.jcarousel-skin-premium-slider .jcarousel-item .panel_image img { visibility:hidden; }

.jcarousel-skin-premium-slider .jcarousel-item .video_margin { margin:1px 0 0 -1px; }

.jcarousel-skin-premium-slider .jcarousel-item.jcarousel-item-horizontal {}

.jcarousel-skin-premium-slider .jcarousel-direction-rtl .jcarousel-item-horizontal {}

.jcarousel-skin-premium-slider .jcarousel-item.jcarousel-item-vertical {}

.jcarousel-skin-premium-slider .jcarousel-item-placeholder {}

.wp_carousel_premium-slider_pagination {
	margin:30px auto;
	width:auto;
	text-align:center;
	display:block;
}

.wp_carousel_premium-slider_pagination a {
	margin:0 5px;
	width:20px;
	height:20px;
	background:url(img/pagination.png) top left no-repeat;
	color:#FFF;
	display:block;
	float:left;
}

.wp_carousel_premium-slider_pagination  a span.hide { display:none; }

.wp_carousel_premium-slider_pagination a:hover { background:url(img/pagination_hover.png) top left no-repeat; }

.wp_carousel_premium-slider_pagination  a:hover { text-decoration:underline; }

.theme-premium-slider-clear { clear:both; }