#baarslide_overlay				{ display: none; background-color: #121212; width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 99999 !important; overflow: hidden; user-select: none;	}
#baarslide_overlay img			{ border: none !important; }

#baarslide_container			{ position: relative; width: 100%; height: 100%; user-select: none; }

#baarslide_navigation			{ height: 10%; }
#baarslide_navigation div		{ height: 100%; float:left; width: 25%; text-align: center; padding: 20px 0; cursor: pointer; }
#baarslide_navigation div img	{ vertical-align: middle; }

#baarslide_slider				{ display: inline-block; vertical-align:middle; height: 90%; width: 100%; position: relative; text-align: center; user-select: none; }
#baarslide_slider img			{ position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; user-select: none; max-height: 90%; max-width: 100%; } 
