@charset "UTF-8";
.mbBgndGallery{
	z-index:-1!important;
}
.mbBgndGallery img {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform: translateZ(.1px);
	-moz-transform: translateZ(.1px)
}

#ed_controls,#ed_bg_thumbnails{
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:99999999;
}
#ed_bg_thumbnails{
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:99999999;
	display:none;
}
#ed_controls div{
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font: 11px/32px "Raleway",Arial,Helvetica,sans-serif;
    height:35px;
    letter-spacing: 2px;
    padding: 0 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
#ed_controls div:hover {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    text-decoration: none;
}
#ed_controls.topleft,#ed_bg_thumbnails.topleft{
	bottom:auto;
	top:10px;
	left:10px;	
}
#ed_controls.topright,#ed_bg_thumbnails.topright{
	bottom:auto;
	top:10px;
	right:10px;	
}
#ed_controls.bottomleft,#ed_bg_thumbnails.bottomleft{
	right:auto;
	left:10px;
	bottom:0px;
}
#ed_bg_thumbnails img{
	max-width:55px;
	margin:5px;
	display:inline-block;
	cursor:pointer;	
	border:1px solid #FFF;	
}
#ed_bg_thumbnails img.sel{
	border:1px solid #F00;	
}