 

/** RESET AND LAYOUT
===================================*/

#mediaplayer_wrapper{margin:.3em 0 1.8em 0;}
.bx-wrapper {
	position: relative;
	margin: 0 auto ;

	*zoom: 1;
}

.bx-wrapper img {
	max-width:100%;
	display: block;
-webkit-filter: blur(2px) grayscale (.5) opacity(0.8);
}
div { }

/** THEME
===================================*/

.bx-wrapper .bx-viewport {

}
.bx-viewport{
margin-top:10px; 	margin: 0 auto ; width:100%;}

.bx-wrapper { }
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -20px;
	width: 100%;
}
 .bxSlider{width:16%;}
  
/* DIRECTION CONTROLS (NEXT / PREV) */



.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
#tile-container #buton-next {position: absolute;
	top:30%;
	outline: 0;
	z-index: 9999;
	 right:-25px;}

#tile-container #buton-back {position: absolute;
	top:30%;
	outline: 0;
	z-index: 9999;
	 left: -25px;}
	 
#tile-container .fs3-white-control{font-size:2.3em; }
#buton-next {position: absolute;
	top:30%;
	outline: 0;
	z-index: 9999;
	 right:-20px;
	 background-color:#c5cbd9; padding:6px 0;border-radius: 0.10em;-moz-border-radius: 0.1em;-webkit-border-radius: 0.1em;-khtml-border-radius: 0.1em;}
#buton-back {position: absolute;
	top:30%;
	outline: 0;
	z-index: 9999;
	 left:-20px;
	 background-color:#c5cbd9; padding:6px 0; border-radius: 0.1em;-moz-border-radius: 0.1em;-webkit-border-radius: 0.1em;-khtml-border-radius: 0.1em;}
.bx-wrapper .bx-controls-direction a.disabled {

}
.slide{background:#fff; padding:8px; border:1px solid #dfe6ef; min-height:140px;}
.slide p{font-size: 70%;
margin: 10px 0 0 0;
font-family: archivonarrow;
text-transform: uppercase;   }

.labelforscreenreader
 {
	text-align: left; position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden;
}

		


 @media only screen and (max-width: 685px) {
	 .bx-wrapper img {    display: none;}

		.slide {     min-height:100px; margin-right: 10px!important;}
.bx-prev, .bx-next {display:none;}

#buton-next {
	 right:-10px;
	 }
#buton-back {
	 left:-10px;
	 }
	 #tile-container #buton-next {position: absolute;
	top:20%;
	 right:-15px;}

#tile-container #buton-back {position: absolute;
	top:20%;
	 left:-12px;}
#buton-next, #buton-back { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
filter: alpha(opacity=8);	-moz-opacity:0.8;-khtml-opacity: 0.8;opacity: 0.8;}	 
 .slide p{font-size: 80%;}
 
 }
 
 