@charset "UTF-8";
/* CSS Document */
	@font-face {
    font-family: 'nastaligh';
    src: url('../fonts/nastaligh/far_nastaliq.eot');
    src: url('../fonts/nastaligh/far_nastaliq.eot') format('embedded-opentype'),
         url('../fonts/nastaligh/far_nastaliq.woff') format('woff'),
         url('../fonts/nastaligh/far_nastaliq.ttf') format('truetype'),
         url('../fonts/nastaligh/far_nastaliq.svg#nastaligh') format('svg');
}


@font-face {
    font-family: 'zohal';
    src: url('../fonts/zohal/mj_zohal.eot');
    src: url('../fonts/zohal/mj_zohal.eot') format('embedded-opentype'),
         url('../fonts/zohal/mj_zohal.woff') format('woff'),
         url('../fonts/zohal/mj_zohal.ttf') format('truetype'),
         url('../fonts/zohal/mj_zohal.svg#zohal') format('svg');
}



	
.container{

	position:absolute;
	left:25px;
	width: 750px;
	height: 320px;
	margin: 0 auto;
	
}



.f_left{
	position:absolute;
	float: left;
	background-image:url(../buttons/arrow_l.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 65px;
}
.f_left:hover{
	position:absolute;
	float: left;
	background-image: url(../buttons/arrow_l_hover.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 65px;
}
	
	.f_right{
	position:absolute;
	left:680px;
	background-image: url(../buttons/arrow_r.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 65px;
}
	.f_right:hover{
	float: right;
	background-image: url(../buttons/arrow_r_hover.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 65px;
}

.nt{
	background-image:url(../images/new_t.png);
	position: relative;
	margin-left: 310px;
	top: 10px;
	margin-bottom:15px;
	background-repeat: no-repeat;
	height: 58px;
	width: 133px;
}

.ot{
	background-image:url(../images/old_t.png);
	position:absolute;
	margin-left: 310px;
	top: 0px;
	margin-bottom:-50px;
	background-repeat: no-repeat;
	height: 105px;
	width: 148px;
}
	
	.pdf{
	background-image: url(../buttons/pdf.png);
	position:absolute;
	margin-left: 330px;
	top: 10px;
	background-repeat: no-repeat;
	height: 75px;
	width: 100px;
	text-align:center;
	text-decoration:none;
}

.in_pdf{
	color:#000000;
	opacity:0.6;
	font-family:nastaligh;
	padding-top:15px;
	font-size:30px;
	text-align:center;
	text-decoration:none;
	
	
}
.pdf:hover{
	background-image: url(../buttons/pdf_hover.png);
	position:absolute;
	margin-left: 330px;
	top: 10px;
	background-repeat: no-repeat;
	height: 75px;
	width: 100px;
	text-align:center;
	text-decoration:none;
}

.f_n{
	font-family:nastaligh;}

#page1{
	position:absolute;
	top:70px;}
	
	#page2{position:absolute;
	top:70px;}
	
	.jadval{
		position:absolute;
	top:20px;}
	
	a:link {color:#3F1E0E;
		text-decoration:none;}      /* unvisited link */
a:visited {color:#A57A17;
text-decoration:none;}  /* visited link */
a:hover {color:#EBD195;
text-decoration:none;}  /* mouse over link */
a:active {color:#000;
text-decoration:none;}  /* selected link */