/* style 1 */

@import url("mTinyLightbox.ext.css");

._mTL_active #mTL_overlay{ opacity: .4; }

#mTL_container{ margin: 1% 80px; }

.mTL_title, #mTL_next, #mTL_previous, #mTL_close, #mTL_autoplay{ position: fixed; }

.mTL_title{ bottom: 30px; }

#mTL_close, #mTL_autoplay{ 
	right: 30px; 
	background-color: transparent;
}

#mTL_next, #mTL_previous{
	width: 30%;
	top: 60px;
	bottom: 90px;
	left: 30px;
}

#mTL_next{ 
	right: 30px; 
	left: auto;
}

#mTL_next > span, #mTL_previous > span{ 
	right: auto; 
	text-shadow: none;
}

#mTL_next > span{
	right: 0;
	left: auto;
}

#mTL_close > span{ font-size: 36px; }

#mTL_autoplay > span, #mTL_autoplay._mTL_active:before{ font-size: 20px; }

#mTL_autoplay._mTL_active:before{ font-size: 10px; }

._mTL_loaded #mTL_next, ._mTL_loaded #mTL_previous{
	opacity: .2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; /* ie8 */
}