/* 
	Sahar Design 
*/
img a {
	border: none;
}
#featureHome_content {
	margin: 5px 0 0 0;
	padding: 5px;
}
#featureHome {
	float: left;
	width: 580px;
	height: 280px;
	padding: 0;
	margin: 0;
	position: relative;
}
#image_container {
	width: 580px;
	height: 280px;
	overflow: hidden;
	position: relative;
}
#image_container div {
	width: 2568px;
}
#image_container div div {
	width: 580px;
	height: 280px;
	padding: 0;
	margin: 0;
	float: left;
	border: none;
}
#buttons {
	width: 590px;
	height: 29px;
	position: absolute;
	top: 100px;
	left: -5px;
	padding: 10px 0 10px 0;
}
#buttons a {
	display: block;
	text-indent: -900%;
	outline: none;
	width: 64px;
	height: 29px;
	background-position: left top;
	background-repeat: no-repeat;
}
#buttons a:hover {
	background-position: left -29px;
}
#buttons a:active {
	background-position: left -58px;
}
* html #buttons a#prev {
	float: left;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../img/prev_button.png');
}
#buttons a#prev[id] {
	float: left;
	background-image: url(../img/prev_button.png);
}
* html #buttons a#next {
	float: right;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../img/next_button.png');
}
#buttons a#next[id] {
	float: right;
	background-image: url(../img/next_button.png);
}