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

.theme-overlay .arrow-right {
	width:30px;
	height:250px;
	background:url(img/carousel-bg-corners.png) top right no-repeat;
	float:right;
}

.theme-overlay .arrow-left {
	width:30px;
	height:250px;
	background:url(img/carousel-bg-corners.png) top left no-repeat;
	float:left;
}

.theme-overlay .arrow-left a {
	margin:100px 0 0 0;
	width:25px;
	height:30px;
	background:url(img/arrow_left.png) top left no-repeat;
	display:block;
}

.theme-overlay .arrow-right a {
	margin:100px 0 0 0;
	width:25px;
	height:30px;
	background:url(img/arrow_right.png) top right no-repeat;
	display:block;
}

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

.theme-overlay .stepcarousel {
	position: relative; /* Leave this value alone */
	overflow: scroll; /* Leave this value alone */
	height: 250px;
	background:url(img/carousel-bg.png) top left repeat-x;
}

.theme-overlay .stepcarousel .belt{
	position: absolute; /* Leave this value alone */
}

.theme-overlay .stepcarousel .panel {
	float: left; /* Leave this value alone */
	overflow: hidden; /*Clip content that go outside dimensions of holding panel DIV */
	margin:10px;
	padding:10px;
	border:1px solid #5B5B5B;
	background:#383838 url(img/carousel-panel-bg.png) bottom left repeat-x;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:block;
}

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


.theme-overlay .panel {
	background-size:100% auto;
	width: 350px;
	height: 210px;
	margin: 0px;
	position:relative;
	overflow:hidden;
}
.theme-overlay .panel-wrap {
	position:absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 100%;
	color: black;
}
.theme-overlay .panel-shade {
	background-color: #777;	opacity:0.5; filter: alpha(opacity=50);	-moz-opacity:0.5;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;	height:60%;
	//border: 5px solid black;
	border-top: 4px solid black;
}
.theme-overlay .panel-title {font-size:20pt;font-weight:bold;}
.theme-overlay .panel-text {
	position:absolute;
	bottom:0;
	padding: 15px;
	font-size:14pt;
	overflow:hidden;
}
.theme-overlay .panel-black{color:black;}
.theme-overlay div.panel-wrap:hover{CURSOR: pointer;color: blue;}

.theme-overlay .panel img{position:relative;top:-15%;}