.slider-textwrap {top:55px; left:10px; width: 320px; padding: 10px; opacity: 0.8; height: auto !important; }
.slider-textwrap-inner { opacity: 1 !important; }
.slider-text1 {font-size: 15px; color:#fff; text-align: left; line-height: 17px !important; margin-bottom: 3px; opacity: 1 !important;}
.slider-text2 {font-size: 23px; color:#fff; text-align: left; line-height: 25px !important; opacity: 1 !important;}
.slider-copyright { width: auto !important; }
@media (max-width: 767px) {
	.slider-textwrap { top: 25px; width: 360px; opacity: 0.6; }
	.slider-text1 { font-size: 13px; line-height: 15px !important; }
	.slider-text2 { font-size: 16px; line-height: 18px !important; }
}
@media (min-width: 768px) and (max-width: 991px) {
	.slider-textwrap { top: 35px; width: 340px; }
	.slider-text1 { font-size: 14px; line-height: 16px !important; }
	.slider-text2 { font-size: 18px; line-height: 20px !important; }
}

.banner-rotator .slider-copyright {
	position: absolute;
	bottom: 5px;
	left: 5px;
	font-size: 11px;
	line-height: 13px;
	width: auto;
	color: #FFF;
	display: block;
	z-index:2;
}

.br-cpanel .br-prev-button,
.br-cpanel .br-next-button,
.br-cpanel .br-play-button,
.br-cpanel ul li {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.br-cpanel .br-thumbnails ul,
.br-stage .br-screen ul {
	margin-left: 0 !important;
}

.col1 .br-cpanel .br-thumbnails ul li.br-all-color-transition,
.col2 .br-cpanel .br-thumbnails ul li.br-all-color-transition,
.col3 .br-cpanel .br-thumbnails ul li.br-all-color-transition {
	padding: 0;
	top: 2px;
}

.br-cpanel ul li.br-all-color-transition {
	background: linear-gradient(#BBA746, #333);
	background: -webkit-gradient(linear, 0 top, 0 bottom, from(#BBA746), to(#333));
}

.br-cpanel ul li.br-all-color-transition:hover {
	background: linear-gradient(#CCC, #999);
	background: -webkit-gradient(linear, 0 top, 0 bottom, from(#CCC), to(#999));
}
.br-cpanel ul li.br-all-color-transition.br-curr {
	background: linear-gradient(#FFF, #E0E0E0);
	background: -webkit-gradient(linear, 0 top, 0 bottom, from(#FFF), to(#E0E0E0));
}