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

.theme-default img
{
    width: 120px;
    height: 120px;
}

.theme-default .arrow-right {
	width:30px;
	height:120px;
	background:transparent;
	float:right;
	display: block;
}

.theme-default .arrow-left {
	width:30px;
	height:120px;
	background:transparent;
	float:left;
	display: block;
}

.theme-default .arrow-left a {
	margin:75px 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:75px 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: 140px;
	background:transparent;
}

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

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

.theme-default .stepcarousel .panel .panel-text
{
    font-family: Georgia, fantasy;
    font-size: 26px;
    line-height: 50px;
    text-shadow: 1px 1px 1px #2A2C2B; 
    color:#FFFFFF;
    text-align: center;    
}
.theme-default .stepcarousel .panel .panel-text p 
{
	text-align:left;
}
.panel-text
{
    /*filter: Shadow(Color=#222, Direction=0, Strength=2);*/    
}

.panel-text a
{
    color: #E9E9E9;
    border-bottom: 1px solid #E9E9E9;   
}

.panel-text a:hover
{
    color: #DC3522;
}

.panel-text a img
{
	padding:0 17px;
}

.wp_carousel_default_pagination {
    background: transparent;
	margin:0 30px;
	padding: 7px 5px 3px 5px;
	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;
}

.wp_carousel_default_pagination img 
{
    height: 10px !important;
    width: 10px !important;
    padding-right: 1px !important;
}

