/* Yükleniyor Başladı */
.trnLoader{
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:1000000;
	display:block;
	background-color:RGB(0,0,0,0.5);
}

.trnLoaderContent{
	width:200px;
	height:200px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-125px 0 0 -100px;
	text-align:center;
	color:#FFF;
}

.trnLoaderContent img{
	width:200px;
	height:200px;
}

.trnLoaderText{	
	width:200px;
	height:200px;
	line-height:200px;
	position:absolute;
	top:0;
	text-align:center;
}
/* ##### Yükleniyor Bitti ##### */


.trnReturn
{
	position:fixed;
	height:40px;
	bottom:50px;
	right:50px;
	z-index:999999999;
}