@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body{
		width:100%;
            background-color: #19090C;
		font-family:Arial, Helvetica, sans-serif;
}


h1{
	font-size:32px;
	color:#262262;
	direction:rtl;
}
h2{
	font-size:30px;
	color:#ffffff;
	direction:rtl;
	text-align:right;
	padding-top:25px;
	padding-right:20px;
}

#container{
	width:100%;
	position:absolute;
	left:0px;
	top:0px;
}
#wrapper{
	width:900px;
	height:600px;
	position:relative;
	margin:0 auto;
	background-image:url(../images/bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
.copy{
	width:900px;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	position:relative;
	margin:0 auto;
	text-align:left;
	direction:rtl;
	color:#666;
	font-size:12px;
}
	.copy a{
		text-decoration:none;
		color:#666;
	}
#title{
	width:878px;
	height:225px;
	padding:34px 22px 0 0;
}
#form{
	width:264px;
	padding-top:402px;
	padding-left:48px;
	text-align:left;
}
input{
	height:23px;
	width:210px;
	text-align: right;
	margin-bottom:12px;
	background-color:transparent;
	border:0px;
}
input.submit{
	width:264px;
	height:30px;
	background-color:transparent;
	border:0px;
	background-image:url(../images/submit.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin-left:-8px;
	margin-top:8px;
	cursor:pointer;
}
input.submit:hover{
	background-position:bottom left;
}
#slider{
		position:absolute;
		left:365px;
		top:210px;
	}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:460px;
		height:303px;
		overflow:hidden; 
		}
		#slider li img{border:0px;}
		#slider li img.s1{
			width:145px;
			height:147px;
			float:left;
			margin-right:10px;
			margin-bottom:10px;
		}
	#prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
	#prevBtn{ 
		display:block;
		width:26px;
		height:52px;
		position:absolute;
		left:330px;
		top:327px;
		}	
	#nextBtn{ 
		display:block;
		width:26px;
		height:52px;
		position:absolute;
		left:839px;
		top:327px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:26px;
		height:52px;
		background:url(../images/btn_prev.jpg) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../images/btn_next.jpg) no-repeat 0 0;	
		}												

/* // Easy Slider */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

