/* style 3 */

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

#mTL_container{
	border-color: transparent;
	border-style: solid;
	border-top-width: 40px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	background-color: transparent;
}

._mTL_loaded #mTL_container{
	border-color: #000;
	background-color: #000;
	box-shadow: 0 0 140px rgba(0,0,0,.35);
	transition: all .2s ease-in-out;
}

#mTL_container > img{ box-shadow: none; }

.mTL_title{
	background-color: transparent;
	overflow: hidden;
	height: 30px;
	width: 80%;
	left: 30px;
	top: -35px;
	bottom: auto;
}

.mTL_title > span{ padding: 5px 0; }

#mTL_close{
	top: -35px;
	right: -10px;
	background-color: transparent;
}

#mTL_autoplay{
	top: -35px;
	left: -10px;
	background-color: transparent;
}

#mTL_next > span, #mTL_previous > span{
	width: 32px;
	height: 64px;
	line-height: 60px;
	font-size: 32px;
	background: #000;
}

#mTL_next{ right: -10px; }

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

#mTL_previous{ left: -10px; }

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