.rstpl-fullwidth {
	overflow:hidden	
}
.rstpl-fullwidth .carousel-control {
	position:absolute;
	top:50%;
	z-index:1;
	text-align: center;
	background: none;
	border-radius:0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	font-weight:bold;
	float:left;
	line-height:25px;
	width:40px;
	border:none;
	background:#4f4f4f;
	color:#F2F2F2;
}
.rstpl-fullwidth .carousel-control .left {
	left:25px;
	position:absolute !important;
	border-radius:0px !important;
	padding:15px !important;
	border
}
.rstpl-fullwidth .carousel-control .right {
	right:25px;
	position:absolute !important;
	border-radius:0px !important;
	padding:15px !important;
}
.rstpl-fullwidth > .rstpl-carousel-control > .rstpl-carousel-control {
	text-align: center;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background: none repeat scroll 0 0 #F2F2F2;
	border-radius:5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float:left;
}

.rstpl-fullwidth > .rstpl-carousel-control:hover, .rstpl-fullwidth > .rstpl-carousel-control:focus {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
