/*
@author: Mohsen Taleb <www.mohsentaleb.com>
*/
a img	{
	border: 0px none;
}
#home_header_pic {
	clear: both;
	width: 260px;
	height: 156px;
	margin-top: 2px;
	position: relative;
}
div.box {
	background: #000;
	height: 156px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
div.loading {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	width: 32px;
	height: 32px;
	background: url(../img/ajax-loader.gif) no-repeat;
}
#hnext, #hprev {
	display: block;
	width: 15px;
	height: 28px;
	position: absolute;
	top: 50%;
	margin-top: -27px;
	padding: 0;
}
#hnext {
	right: 10px;
	background: url(../img/s_arrows.png) no-repeat top right;
}
#hnext:hover {
	background: url(../img/s_arrows.png) no-repeat bottom right;
}
#hprev {
	left: 10px;
	background: url(../img/s_arrows.png) no-repeat top left;
}
#hprev:hover {
	background: url(../img/s_arrows.png) no-repeat bottom left;
}