@charset "utf-8";
/* home only styles */

/********** GALLERY SLIDER STYLES **********/
.top-box {float: left;padding: 0 0 9px 0;}
.top-box .gallery {float: left;width: 797px;background-color: #57a5be;}
.top-box .gallery .prev, .top-box .gallery .next {
	float: left;
	width: 26px;
	height: 107px;
	text-indent: -9999px;
	overflow: hidden;
	outline:none;
	background: url(../images/prev-bg.gif) no-repeat;
}
.top-box .gallery .next {
	background: url(../images/next-bg.gif) no-repeat;
	float:right;
}
.top-box .gallery .holder {
	float: left;
	width: 744px;
	height: 107px;
	overflow: hidden;
	position: relative;
}
.top-box .gallery .holder ul {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	width: 9999px;
}
.top-box .gallery .holder ul li {
	float: left;
	width: 90px;
	background-color: #83c242;
	text-align: center;
	margin: 0 3px 0 0;
}
.top-box .gallery .holder ul li div.sliderImageHolder {
	width: 90px;
	height: 90px;
	overflow:hidden;
	position:relative;
	background-color: #83c242;
}
.top-box .gallery .holder ul li img {
	display:block;
	margin:auto;
}
.top-box .gallery .holder ul li a {color: #fff;text-decoration: none;}
.top-box a.btn {
	float: left;
	background: url(../images/view-latest-sprite.jpg) no-repeat bottom center;
	width: 82px;
	height: 107px;
	text-indent: -9999px;
	overflow: hidden;
}
.top-box a.btn:hover {
background-position: top center;
}

#content .col3 .form .inner .text-input {
	float: left;
	width: 239px;
	padding: 2px 0 2px 5px;
	color: #818080;
	font-size: 12px;
	margin: 6px 0 0;
	border: 1px solid #aaadb2;
	font-family: Arial, Helvetica, sans-serif;
}
