/* @override http://www.txcomics.com/v1/wp-content/plugins/wp-carousel/themes/default/style.css */

.theme-default {
	margin:0 0 0 0;
	background:#262B2F;
}

.theme-default .arrow-right {
	width:30px;
	height:234px;
	background:#262B2F;
	float:right;
}

.theme-default .arrow-left {
	width:30px;
	height:234px;
	background:#262B2F;
	float:left;
}

.theme-default .arrow-left a {
	margin:105px 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:105px 0 0 0;
	width:25px;
	height:30px;
	background:url(img/arrow_right.png) top right no-repeat;
	display:block;
}

.theme-default .hide { display:none; }

.theme-default .stepcarousel {
	position: relative; /* Leave this value alone */
	overflow: scroll; /* Leave this value alone */
	width: 930px; /*Width of Carousel Viewer itself*/
        height: 234px;
        background:#262B2F;
}

.theme-default .stepcarousel .belt{
       	position: inherit; /* Leave this value alone */
	left: 0;
	top: 0;
}

.theme-default .stepcarousel .panel {
	height:200px;
	width:200px;
	float: left; /* Leave this value alone */
	overflow: hidden; /*Clip content that go outside dimensions of holding panel DIV */
	margin:10px 18px 10px 18px;
	padding:5px;
	border:1px solid #373C3F;
	background:# 262B2F;
	display:block;
}

.theme-default .stepcarousel .panel .panel-text { color:#FFF; }

.wp_carousel_default_pagination {
	margin:0px;
	padding:5px 10px;
	background:#262B2F;
	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;
}