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

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

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

.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 .hide { display:none; }

.theme-default .stepcarousel {
	position: relative; /* Leave this value alone */
	overflow: scroll; /* Leave this value alone */
	height: 261px;
}

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

.theme-default .stepcarousel .panel {
	height:261px;
	float: left; /* Leave this value alone */
	overflow: hidden; /*Clip content that go outside dimensions of holding panel DIV */
	margin:0px;
	padding:0px;
	display:block;
}

.theme-default .stepcarousel .panel {width:190px;text-align:left; background:url(img/home-book-bg.png) no-repeat; background-position: 1px 2px;}
.theme-default .stepcarousel .panel .panel-text { display:none;}
.theme-default .stepcarousel .panel img{width:161px; height:250px;margin:4px 0px 0px 5px; border:0px;}
.theme-default .stepcarousel .panel a{height:250px; width:190px; overflow:hidden; display:block; line-height:250px; }


.wp_carousel_default_pagination {
	margin:0 30px;
	padding:5px 10px;
	background:#FFFFFF;
	text-align:center;
}