.theme-gnu {
	m/argin:20px 0 0 0;
	float:right;
	width:330px;
	height:270px;
	background:#1f4a5e;
	margin-left:10px;
}

.theme-gnu .slide-title {
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	color:#ffffff;
	width:255px;
	padding-left:5px;
	margin-top:-19px;
	float:left;
	z-index:2;
}

.theme-gnu .slide-title-shadow {
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	color:#000000;
	width:255px;
	padding-left:6px;
	margin-top:10px;
	float:left;
	z-index:1;
}


#content .theme-gnu p {
	padding-top:0;
	padding-bottom:0;
}

.theme-gnu .arrow-right {
	width:30px;
	height:30px;
	float:right;
	position:absolute;
	right:10px;
	top:232px;
	margin-top:5px;
}

.theme-gnu .arrow-left {
	width:30px;
	height:30px;
	float:right;
	position:absolute;
	right:30px;
	top:232px;
	margin-top:5px;
}

.theme-gnu .arrow-left a {
	width:30px;
	height:30px;
	background:url(img/arrow-left.png) top left no-repeat;
	display:block;
}

.theme-gnu .arrow-right a {
	width:30px;
	height:30px;
	background:url(img/arrow-right.png) top right no-repeat;
	display:block;
}

.theme-gnu .hide { display:none; }

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

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

.theme-gnu .stepcarousel .panel {
	height:270px;
	float: left; /* Leave this value alone */
	overflow: hidden; /*Clip content that go outside dimensions of holding panel DIV */
	m/argin:10px;
	padding:5px;
	display:block;
}

.theme-gnu .stepcarousel .panel .panel-text { color:#FFF; }

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