/* html {	
	min-height: 100%;
	background-color: #d6e4f3;
  background-image: -moz-linear-gradient(top, #d6e4f3, #6c9ed5); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #d6e4f3),color-stop(1, #6c9ed5)); 
  background-image: linear-gradient(top, #d6e4f3, #6c9ed5);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d6e4f3', EndColorStr='#6c9ed5'); 
} */

html {
	/* min-height: 100%;
	background-color: #008bcf;*/
}

body {
	margin: 0 auto;
}

#slider {		
	position: relative;
	background: #fff url(../../../img/bnrslider/parts/loading.gif) center center no-repeat;
	z-index: 10;
	margin-bottom:25px;
}

.slider3d {
	width: 700px;
	height: 350px;
	margin: 60px auto 40px auto;
}

.slider2d {
	width: 600px;
	height: 300px;	
}

#slider2d-frame {
	width: 600px;
	height: 300px;	
	padding: 16px 76px 26px 76px;
	margin: 60px auto 40px auto;	
	position: relative;
	top: -20px;
	z-index: 10;
	background: url(../../../img/bnrslider/parts/2dslider-frame.png) no-repeat;
}

#slider.fallback {
	margin: 60px auto 82px auto;
	top: -20px;
}

#slider img {
	visibility: hidden;
}

a.slider-nav {	
	width: 35px;
	height: 34px;
	top: 50%;
	margin-top: -17px;		
}

.slider-nav.prev {
	background: url(../../../img/bnrslider/parts/left-arrow.png) no-repeat;
	left: -17px;
}

.slider-nav.next {
	background: url(../../../img/bnrslider/parts/right-arrow.png) no-repeat;
	right: -17px;
}

.slider-timer {
	width: 20px;
	height: 30px;
}

.slider-timer.play {
	background: url(../../../img/bnrslider/parts/slider-play.png) center center no-repeat;
}

.slider-timer.pause {
	background: url(../../../img/bnrslider/parts/slider-pause.png) center center no-repeat;
}

.slider3d .control-links {
	margin-top: -20px;
}

.slider2d .control-links, #slider.fallback .control-links {
	bottom: -50px;
}
.control-links{
	margin-top:-12px;
	/*border: 1px solid #66FFCD;background: #DFFAFF;;Check!*/
}
.control-links li {    
    margin-left: 5px;
    cursor: pointer;    
    background: url(../../../img/bnrslider/parts/link-bg.png) no-repeat;
    width: 15px;
    height: 15px;
	text-indent: -99999px;
}

.control-links li.active {
    background: url(../../../img/bnrslider/parts/link-active.png) no-repeat;
}

.slider-caption {
	background: #fff;
    background: rgba(255, 255, 255, 0.7);	
	color: #000;
}

.slider-caption a {
	color: #2D6294;
}