﻿


/* @group pager
 */

#pager {
	list-style: none;
	position: absolute;
	top: 179px;
	right: -39px;
	z-index: 9;
}
#pager li {
	display: inline;
}
#pager a {
	display: block;
	float: left;
	width: 140px;
	height: 32px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: 6px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	/*background-color: #ccc;*/
	color: #333;
	/*border: 1px solid #fff;*/
}
#pager a.activeSlide {
	background-color: #fff;
}
#pager a:hover {
	color: #000;
	/*border-color: #000;*/
	background-color: #ddd;
}



/* @end */

/* @group features */

#features {
	height: 229px;
	background-color: #fff;
	background-image: url(../Images/Olinqua/hfb-bg.gif);
	border-bottom: none;
	position: relative;
}
#features h2 {
	width: 20em;
	position: absolute;
	left: -999em;
	top: 0;
}
#features .feature {
	position: absolute;
	top: 0;
	left: 0;
}
/* @end */

/* @group content */


