body {
	overflow-x: hidden; /* horizontal scroll fix */
}

/* -------------------------------------
 * Slider Background
 * ------------------------------------*/

.cute-section {
	position: relative;
	float:left;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 10px;
}

 

	.cute-section img {
		max-width: none;
	}

.cute-slider{
	position: relative;	
}

.cute-ie8 * {filter: inherit; opacity: inherit;}


/* -------------------------------------
 * Slider Controls
 * ------------------------------------*/

.br-controls {
	position:absolute;
	z-index: 10;
	background-image: url("../images/cute-theme/trans.png");
}


.br-next {
	position: absolute;
	width:40px;
	height:45px;
	top:45%;
	right: 0px;
	border-radius:4px 0 0 4px;
	background:#414141 url(../images/slider-next.png) 0 50% no-repeat; 
}

.br-next:hover , .br-previous:hover{
	background-color: #FF9934;
}

.br-previous{
	position: absolute;
	width:40px;
	height:45px;
	top:45%;
	left: 0px;
	background:#414141 url(../images/slider-prev.png) 0 50% no-repeat; 
	border-radius:0px 4px 4px 0px;
}
.br-next , .br-previous{
	transition: all 0.05s linear;
	-moz-transition: all 0.07s linear;
	-webkit-transition: all 0.07s linear;
	-o-transition: all 0.07s linear;
	-ms-transition: all 0.07s linear;
}

.br-slidecontrol{
	position: absolute;
	list-style: none;
	bottom: 40px;
	right: 40px;
	z-index: 100;
}

	.br-slidecontrol ul li{
		-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	width: 30px; 
	height: 10px;
	display: block; 
	background:#eaeaea;
	cursor:pointer; 
	margin-right:5px;
	list-style:none;
	float:left;
	text-indent: -999em;
	}
	
	.br-slidecontrol ul li .br-control-selected{
		-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	width: 30px; 
	height: 10px;
	display: block; 
 
	cursor:pointer; 
	margin-right:5px;
	list-style:none;
	float:left;
	text-indent: -999em;
		background:#FF9934;
	}


.br-thumb-bottom {
	left: -36px;
	position: relative;
}

.br-thumb-up {
	left: -36px;
	top:-143px;
	position: relative;
}

	.br-thumb-bottom .br-thumb-frame { 
		background-image: url(../images/cute-theme/thumb-frame.png);
		background-position: -0px -7px;
		width: 92px;
		height: 95px;
	}
	
	.br-thumb-up .br-thumb-frame { 
		background-image: url(../images/cute-theme/thumb-frame.png);
		background-position: -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{
	position:absolute !important;
	bottom:0;
	top: 0;
	left:0;
}

	.br-slideinfo .right , .br-slideinfo .left{
		width:450px;
		height: auto;
	}
	
	.br-slideinfo .cute-caption div{
		position: absolute;
		bottom: 40px;
		left:40px;
		overflow: hidden;
		padding:20px;
		background:url("../images/cute-slider-caption-bg.png") repeat;
		color:#FFF;
		-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
		   -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
		        box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	}
	
 .br-slideinfo .cute-caption div h4 {color:#FF9934;}
	
/* -------------------------------------
 * 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("../img/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("../images/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
 * ------------------------------------*/
 
/* -------------------------------------
 * Slider Video
 * ------------------------------------*/

.br-video {
	
}

	.br-video .play-btn{
		width: 43px;
		height: 43px;
		background: url("../images/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('../images/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("../images/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("../images/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("../images/cute-theme/small-loading.gif") no-repeat center;	
	}

.br-large-loading {
	width: 43px;
	height: 43px;
	background: url("../images/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("../images/cute-theme/large-loading.gif") no-repeat center;	
	}

@media (min-width: 1200px) {
.caption1 { top: 33%; }
}
@media (min-width: 768px) and (max-width: 979px) {
.caption1 { top: 10%; }
}
@media (max-width: 767px) {
#cute-slider { width: 460px; }
#cute-slider .row { margin: 0; }
.br-slideinfo p, .caption1 p { display: none; }
.br-slideinfo h4, .caption1 h4 { font-size: 18px; letter-spacing: -1px; }
.br-next, .br-previous { bottom: 20px; }
.br-slidecontrol{ display: none; }
}

@media (max-width: 479px) {
#cute-slider { width: 300px; }
}