/* Base CSS */

.theme-night-owl { margin:20px 0 0 0; }

.theme-night-owl .arrow-right { float:right; }

.theme-night-owl .arrow-left { float:left; }

.theme-night-owl .clear { clear:both; }

.theme-night-owl .stepcarousel {
	position: relative; /* Leave this value alone */
	overflow: scroll; /* Leave this value alone */
	margin:0 70px;
	height: 250px;
}

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

.theme-night-owl .stepcarousel .panel {
	float: left; /* Leave this value alone */
	overflow: hidden; /*Clip content that go outside dimensions of holding panel DIV */
	padding:0 0 3px 0;
	margin:50px 40px 10px 7px;
	width:162px;
	height:162px;
	background:#22273F;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 0 7px 3px #888;
	-webkit-box-shadow:0 0 7px 3px #888;
	box-shadow:0 0 7px 3px #888;
}

.theme-night-owl .stepcarousel .panel .panel-in {
	height:100%;
	background:#51566F url(img/panel_in_bg.png) top left repeat-x;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.theme-night-owl .stepcarousel .panel .panel-in .panel_image {
	margin:0 5px;
	height:153px;
	position:relative;
	top:5px;
	-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-night-owl .stepcarousel .panel .panel-in .panel_image a {
	width:100%;
	height:100%;
	display:block;
}

.theme-night-owl .stepcarousel .panel .panel-in .panel_image img { visibility:hidden; }

.theme-night-owl .stepcarousel .panel .panel-in .video_margin {
	margin:0 5px;
	position:relative;
	top:5px;
}

.wp_carousel_night-owl_pagination { text-align:center; }