/* Base CSS */

.theme-clear-slider { margin:20px 0 0 0; }

.theme-clear-slider .arrow-right { float:right; }

.theme-clear-slider .arrow-left { float:left; }

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

.theme-clear-slider .stepcarousel {
	position: relative; /* Leave this value alone */
	overflow: scroll; /* Leave this value alone */
	margin:0 70px;
	height: 200px;
}

.theme-clear-slider .stepcarousel .belt {
	position: absolute; /* Leave this value alone */
	left: 0;
	top: 0;
}

.theme-clear-slider .stepcarousel .panel {
	float: left; /* Leave this value alone */
	overflow: hidden; /*Clip content that go outside dimensions of holding panel DIV */
	margin:10px 15px;
	width:162px;
	height:162px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	background:#B1B3B5;
}

.theme-clear-slider .stepcarousel .panel .panel_image {
	height:162px;
	border:1px solid #B1B3B5;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: inset 0 0 5px #888;
	-webkit-box-shadow: inset 0 0 5px#888;
	box-shadow: inner 0 0 5px #888;
}

.theme-clear-slider .stepcarousel .panel .panel_image a {
	width:100%;
	height:100%;
	display:block;
}

.theme-clear-slider .stepcarousel .panel .panel_image img { visibility:hidden; }

.theme-clear-slider .stepcarousel .panel .video_margin {
	margin:1px 0 0 -1px;
	position:absolute;
	z-index:999999;
	display:block;
}

.theme-clear-slider .stepcarousel .panel .video_margin object {
	top:0;
	position:absolute;
	z-index:999999;
	display:block;
}

.wp_carousel_clear-slider_pagination { text-align:center; }