

/**
 * CSS Styles for the homepage
 */
.news_element {
	padding: 5px;
}
#promos {
	position: relative;
	width: 580px;
	height: 204px;
	padding: 0;
}
#promos .slider {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#promos .slider .news_element {
	display: block;
	width: 570px;
	height: 204px;
	float: left;
	background-position: center right;
	background-repeat: no-repeat;
}
#promos .slider .news_element .content {
	width: 50%;
}
#promos .pager {
	position: absolute;
	float: right;
	bottom: 0;
	right: 0;
	font-size: 0;
	padding-right: 10px;
}
#promos .pager a {
	display: block;
	float: left;
	width: 19px;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	
	margin: 0 2px;
	
	background-position: top center;
	background-repeat: no-repeat;
}
* html #promos .pager a { margin: 0 1px; }
#promos .pager a.selected {background-image: url(/img/layout/pager_bt.gif);}

#news .news_element img {
	display: block;
	margin: auto;
}
#news .news_element img,
#news .news_element .link {
	margin-top: 0.8em;
}
