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

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

.cute-section {
	position: relative;
	float:left;
	width: 100%;
}

 

	.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-slidecontrol{
	width: auto;position: absolute;text-align:center;display:block;z-index:250;right:35px;bottom:25px;
}

	.br-slidecontrol ul li{
	float:left;
		margin: 0px 0 0 7px; display: inline-block; zoom: 1; *display: inline;text-indent:-9999px;
		-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: 10px; height: 10px;display: block; background:#FFF;cursor:pointer; text-indent: -999em;border-radius:100px;
	}
	
	

.br-slidecontrol ul li:hover {background:#b3ffe1;}
.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:570px;
		height: auto;
	}
	
	.br-slideinfo .cute-caption div{
		position: absolute;
		bottom: 40px;
		left:40px;
		overflow: hidden;
		padding:20px;
		 background: #000;
    	background: rgba(0,0,0,0.75);
		color:#FFF;
	}
	
 .br-slideinfo .cute-caption div p {color:#FFF;font-size:13px;line-height:22px;font-style:italic;}
	
/* -------------------------------------
 * 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("../../images/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; }
}