﻿.featured_wrap, .slider_wrap {
	width: 943px;
	background: #f7f7f7;
	text-align: left;
	padding: 25px 25px;
	margin: 0px auto;
	color: #666;
	border-bottom: 1px solid #ededed;
}
.slider_wrap {
	width: 943px;
	padding: 0px;
	border: none;
	margin-top: 1px;
}
.primary {
}
.primary_wrap {
	background: #fff;
	width: 943px;
	text-align: left;
	margin: 0px auto;
	padding: 0px 0px 18px;
}
.secondary {
	color: #666;
}
.secondary_wrap {
	width: 943px;
	background: #f7f7f7;
	margin: 0px auto;
	text-align: left;
	padding: 30px 30px 0px;
	border-top: 1px solid #ededed;
}
/* -- 4. FEATURED AREA AND SLIDER -- */
.slider, .nivo_wrapper {
	position: relative;
	overflow: hidden;
}
/* Cycle Slider */
.cycle_slider {
	position: relative;
	overflow: hidden;
	width: 943px;
	height: 332px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.cycle_slider li {
	width: 943px;
	height: 360px;
}
.controls {
	position: absolute;
	width: 940px;
	height: 39px;
	background: none;
	top: 43%;
	left: 0px;
	display: none;
}
a.prev, a.next {
	display: block;
	width: 39px;
	height: 39px;
	z-index: 999;
}
a.prev {
	background: url(images/big_arrows.png) 0px 0px no-repeat;
	left: 30px;
}
a.prev:hover {
	background-position: 0px -49px;
}
a.next {
	right: 20px;
	background: url(images/big_arrows.png) -49px 0px no-repeat;
}
a.next:hover {
	background-position: -49px -49px;
}
.cycle_nav {
	position: absolute;
	margin: 0px;
	padding: 0px;
	list-style: none;
	bottom: 15px;
	right: 12px;
	z-index: 9999;
}
.cycle_nav li {
	float: left;
}
.cycle_nav a {
	display: block;
	width: 12px;
	height: 12px;
	background: url(images/bullets.png) 0px 0px no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.cycle_nav a.activeSlide {
	background-position: -21px 0px;
}
.slider-controls {
	position: absolute;
	width: 37px;
	height: 19px;
	background: none;
	top: 0px;
	right: 0px;
	z-index: 999;
}
a.sliderprev, a.slidernext {
	display: block;
	width: 19px;
	height: 19px;
	float: left;
}
a.sliderprev {
	background: url(images/control_arrows.png) 0px 0px no-repeat;
	margin-right: -1px;
}
a.sliderprev:hover {
	background-position: 0px -29px;
}
a.sliderprev:active {
	background-position: 0px -58px;
}
a.slidernext {
	background: url(images/control_arrows.png) -18px 0px no-repeat;
}
a.slidernext:hover {
	background-position: -18px -29px;
}
a.slidernext:active {
	background-position: -18px -58px;
}
.pagination {
	position: relative;
	overflow: hidden;
	margin-bottom: 18px;
}
.pagination a, .pagination a:visited {
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
}
.pagination a:hover {
	color: #333;
	text-decoration: none;
}
.prev, .next {
	float: left;
	position: relative;
	overflow: hidden;
	width: 280px;
	padding: 0px;
}
.next {
	float: right;
	text-align: right;
}