#xcar-wrap {
	background: url('bprhidup/imgs/bg-pattern.png'), #003300;
	background: url('bprhidup/imgs/bg-pattern.png'), -webkit-linear-gradient(to left, #66ff66, #003300);
	background: url('bprhidup/imgs/bg-pattern.png'), linear-gradient(to left, #66ff66, #003300);
}
.xcarousel-inner {
	margin: -15px 0 0 0;
	padding: 0 10px;
}
.xcarousel-item {
	margin: 0px auto;
	border: 8px solid white;
	border-radius: 10px;
	-moz-border-top-colors: lightgreen green darkgreen;
	-moz-border-right-colors: lightgreen green darkgreen;
	-moz-border-bottom-colors: lightgreen green darkgreen;
	-moz-border-left-colors: lightgreen green darkgreen;
	xbox-shadow: 4px 4px 3px lightgreen; 
}
.more {
	border-radius: 5px;
	background-color: white;
	color: darkgreen;
	padding: 2px 5px; 
}
.more.abs {
	font-size: 70%;
	position: absolute;
	right: 10px; 
	bottom: 50px;
}
.more:hover {
	background-color: darkgreen;
	color: white;
	text-decoration: none;
}
.moretext {
	background-color: lightgreen;
	text-align: center;
}
.moretext .mt-header {
	color: black;
}
.moretext .mt-body {
	color: darkgreen;
}

footer {
  padding: 25px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  background-color: #222222; 
}
footer p {
  font-size: 12px;
  margin: 0; 
}
footer ul {
  margin-bottom: 0; 
}
footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3); 
}
footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none; 
}
