﻿/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
	width:994px;
	height: 120px;
	background: none;
	margin: 0;
	padding: 0;
	padding:0px;
	position: relative; /*overflow: hidden;*/
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	float: left;
	width: 24px;
	height:100px;
	color: White;
	position: relative;
	top: 12px;
	cursor: pointer;
}
.jscarousal-horizontal-back
{
	background-image: url(../images/l_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal-horizontal-forward
{
	background-image: url(../images/r_arrow.png);
	background-repeat: no-repeat;
	background-position: right ;
	right:-6px;
}
.jscarousal-contents-horizontal
{
	width: 934px;
	height: 122px;
	float: left;
	margin-left:5px;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	height: 124px;
}
.jscarousal-contents-horizontal > div > div
{
	width: 303px;
	padding:2px 1px 0px 1px;
	height: 120px;
	float: left;
	margin-left:3px;
	margin-right:3px;
	margin-top:0px;
	box-shadow:0px 0px 2px #000;
	border-radius:4px;
	background:url(../images/box.png) repeat-x left top;
}
.jscarousal-contents-horizontal img
{
	float:right;
	width: 301px;
	height: 99px;
	border:1px solid #999;
	border-radius:4px;
}
.jscarousal-contents-horizontal a
{   float:right;
	width: 280px;
	padding:0px 5px 0px 20px;
	height: 20px;
	border:0px;
	overflow:hidden;
	color:#333;
	text-align:right;
	font:normal 11px "BYekan",Tahoma, Geneva, sans-serif; 
	line-height:19px;
	background:url(../images/star.png) no-repeat 1% top;
	text-decoration:none;
}
.jscarousal-contents-horizontal a:hover{
	text-decoration:none;
	color:#155297;
	}
/*Horizontal Orientation CSS Ends*/

/*Common*/
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=20);
	opacity: 0.8;
	cursor: pointer;
}
.thumbnail-text
{
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}
/*--------------------Infooter---------------------*/
#carouselv2 .jscarousal-contents-horizontal{
	width: 990px;height: 166px;padding-top:2px;
		}
#carouselv2 .jscarousal-contents-horizontal > div{
    position: absolute;
	width:986px;
	height: 163px;
	}
.jscarousal-contents-horizontal > div > div.Change
{
	width: 318px;
	height: 163px;
	padding:0px;
	float: left;
	margin:0px 5px;
	background:none;
	box-shadow:0px 0px 2px #000;
	border-radius:4px;
}

.Force{
	background:#f00;
	}
.jscarousal-contents-horizontal a.Force {
	float:right;
	width:318px;
	padding:0px;
	height:163px;
	border:0px;
	overflow:hidden;
	background:none;
	text-decoration:none;
	}
.jscarousal-contents-horizontal a.Force img {
	height:160px;width: 316px;
	border:1px solid #999;
	border-radius:4px;
	}
#carouselv2 .jscarousal-horizontal-back ,#carouselv2 .jscarousal-horizontal-forward
{
	width:0px;
}
/*-------------------------Footer----------------------------*/	
#End{
	position:relative;
	height:420px;
	padding-top:10px;
	background:#000;
	margin:0px auto;
	background:url(../images/patfooter.jpg) right top repeat-x;
	}
#InEnd{
	width:1000px;
	height:410px;
	padding-top:2px;
	position:absolute;
	bottom:0px;
	left:-500px;
	margin-left:50%;
	background:url(../images/Footer.gif) right bottom no-repeat;
	}
#InEnd h6{
	float:right;
	margin:52px 40px 0px 0px;
	width:400px;
	padding-right:78px;
	height:76px;
	font:normal 13px 'BYekan',Tahoma, Geneva, sans-serif ;
	line-height:76px;
	color:#aaa;
	text-align:right;
	direction:rtl;
	background:url(../images/footerlogo.png) right top no-repeat;
	}	
#InEnd h6 span{font-size:18px;}	
#Social{
	float:left;
	margin:50px 0px 0px 15px;
	width:220px;
	height:100px;
	}
#Social span {
	float:left;
	margin:0px 5px 9px 0px;
	width:59px;
	height:58px;
	cursor:pointer;
	background-image:url(../images/social.png);
	}
#Social span.tt{background-position:left top;}
#Social span.ff{background-position:center top;}
#Social span.gg{background-position:right top;}
#Stat{
	float:left;
	margin:0px 10px 0px 10px;
	width:20px;
	height:20px;
	background:#F9F;
	}
.OurLink{
	float:left;
	margin:0px 0px 0px 0px;
	width:180px;
	height:30px;
	font:normal 13px 'BYekan',Tahoma, Geneva, sans-serif ;
	line-height:20px;
	color:#aaa;
	text-decoration:none;
	background:none;
	}	
