.cute-slider {
	position: relative;
}
.cute-ie8 * {
	filter: inherit;
	opacity: inherit;
}
/* -------------------------------------
 * Slider Controls
 * ------------------------------------*/
 
.cute-ie .br-next, .cute-ie .br-previous, .cute-ie .br-slidecontrol, .cute-ie .br-video .play-btn, .cute-ie .br-thumb-bottom, .cute-ie .br-thumb-up {
	filter: inherit !important;
}
.cute-ie .br-timer-glow {
	display: none;
}
.cute-ie7 .br-control-selected, .cute-ie8 .br-control-selected {
	background-color: white !important;
}
.cute-slider img {
	max-width: none;
}
.br-controls {
	position: absolute;
	z-index: 2;
	background-image: url("cute-theme/trans.png");
}
.br-next, .br-previous {

	display:none
}
.br-next:hover, .br-previous:hover {
	background-color: #666;
}
.br-previous {
	left: 17px;
	background-position: -121px 27px;
}
.br-slidecontrol {
	position: absolute;
	list-style: none;
	bottom: 7px;
	right: 0;
	z-index: 10;
	left: 0;
	margin: 0 auto;
	text-align: center;
}
.br-slidecontrol ul li {
	display: inline-block;
	position: relative;
	margin: 4px;
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	border-radius: 100%;
}
.br-slidecontrol ul li .br-control-selected {
	display: block;
	width: 12px;
	height: 12px;
	background: #fff;
	margin:-2px;
	border-radius: 100%;
	margin:-2px
}
.br-thumb-bottom {
	left: -36px;
	position: relative;
}
.br-thumb-up {
	left: -36px;
	top: -143px;
	position: relative;
}
.br-thumb-bottom .br-thumb-frame {
	background: url("cute-theme/thumb-frame.png") -0px -7px;
	width: 92px;
	height: 95px;
}
.br-thumb-up .br-thumb-frame {
	background: url("cute-theme/thumb-frame.png") -89px 1px;
	width: 92px;
	height: 95px;
}
.br-thumb-bottom .br-thumb-img, .br-thumb-up .br-thumb-img {
	position: absolute;
	top: 17px;
	left: 15px;
	width: 60px;
	height: 60px;
}
.br-slideinfo {
	position: relative !important;
}
.br-slideinfo .br-infocontent {
	background: url("cute-theme/dark-info-pat.png");
	font-size: 12px;
	text-shadow: black 1px 1px;
	color: white;
	position: absolute !important;
	bottom: 0;
	top: 0;
	right: 0;
	height: auto !important;
	margin: 17px
}
.br-slideinfo .right, .br-slideinfo .left {
	width: 230px;
	height: 100%;
}
.br-slideinfo .info1 div {
	padding: 20px;
	position: absolute;
	top: 0;
	bottom: 46px;
	overflow: hidden;
}
.br-slideinfo .info1 .title {
	font-weight: 700;
	font-size: 19px;
}
.br-slideinfo .info1 .text {
	line-height: 152%;
}
/* -------------------------------------
 * Slider Timer
 * ------------------------------------*/

.br-circle-timer {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 28px;
	height: 28px;
}
.br-circle-timer .br-timer-dot {
	width: 11px;
	height: 13px;
	background: url("cute-theme/controls.png") -134px -15px;
}
.br-bar-timer {
	height: 6px;
	position: absolute;
	bottom: 0px;
}
.br-bar-timer .br-timer-glow {
	height: 7px;
	background: url("cute-theme/light-timer-glow.png");
	width: 104px;
}
.br-bar-timer .br-timer-bar {
	height: 2px;
	background-color: white;
	position: absolute;
	top: 4px;
}
/* -------------------------------------
 * Slider Captions
 * ------------------------------------*/

.br-captions .br-caption-content {
}
.br-captions .caption {
	position: absolute;
}
/* -------------------------------------
 * Slider Video
 * ------------------------------------*/

.br-video {
}
.br-video .play-btn {
	width: 43px;
	height: 43px;
	background: url("cute-theme/controls.png") no-repeat -3px -44px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -21px 0 0 -21px;
}
.br-video .close-btn {
	width: 22px;
	height: 22px;
	background: url('cute-theme/controls.png') no-repeat 0px -123px black;
	cursor: pointer;
	position: absolute;
	right: 6px;
	top: 6px;
	border: solid 1px #5E5C5C;
}
.br-video .video-cont {
	background: black;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
}
/* -------------------------------------
 * Slider Shadow
 * ------------------------------------*/

.br-shadow {
	background: url("cute-theme/shadow.png") no-repeat scroll center;
	bottom: -40px;
	height: 60px;
	left: -140px;
	position: absolute;
	width: 1150px;
}
/* -------------------------------------
 * Slider Loading
 * ------------------------------------*/

.br-loading {
	width: 23px;
	height: 23px;
	background: url("cute-theme/controls.png") 150px -94px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -11px;
	z-index: 101;
}
.br-loading .img {
	width: 21px;
	height: 21px;
	background: url("cute-theme/small-loading.gif") no-repeat center;
}
.br-large-loading {
	width: 43px;
	height: 43px;
	background: url("cute-theme/controls.png") -92px -42px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -21px;
	z-index: 100;
}
.br-large-loading .img {
	width: 40px;
	height: 40px;
	background: url("cute-theme/large-loading.gif") no-repeat center;
}

@media(max-width:768px) {
.br-slidecontrol ul li {

	width: 8px;
	height: 8px;

}
.br-slidecontrol ul li .br-control-selected,.br-slidecontrol ul li .br-control-selected {
	display: block;
	width: 8px;
	height: 8px;

}
.br-slidecontrol {
	bottom: -10px;
}
}