.theme-guardtime {
	margin: 0 auto;
	background: url("img/carousel-background.png") center top no-repeat;
	width: 850px;
	position: relative;
	padding: 0;
}

.theme-guardtime-inside {
  width: 830px;
  height: 340px;
  margin: 0 auto;
}

.theme-guardtime .arrow-right {
	width:55px;
	height:57px;
  position: absolute;
  right: -13px;
  top: 125px;
  z-index: 1000;
}

.theme-guardtime .arrow-left {
	width:55px;
	height:57px;
  position: absolute;
  left: -13px;
  top: 125px;
  z-index: 1000;
}

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

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

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

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

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

.theme-guardtime .stepcarousel .panel {
	height:280px;
	float: left; /* Leave this value alone */
	overflow: hidden; /*Clip content that go outside dimensions of holding panel DIV */
	margin:10px;
	padding:10px;
	border-radius:5px;
	display:block;
}

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

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