/* CONTAINER */
#slider {
border: 2px solid #ECECF2;
	margin: 0px 0 0px -1px;
	padding: 0 0 50px 0;
	background: #88817d;
	width: 1278px;
}
#featured {
	width: 100%;
	height: 467px;
	overflow: hidden;
	padding: 0 0 0px 0;
}
div.orbit {
	width: 1px;
	height: 1px;
	position: relative;
	overflow: hidden;
}
div.orbit img {
	position: absolute;
	top: 0;
	left: 0;
}
div.orbit a img {
	border: none;
}
/* CAPTIONS */
#slider a {
display: block;
}
div.caption {
	background:  url(../slider_img/mask.png) 0 0px no-repeat;
	width: 80%;
	z-index: 1000;
	position: absolute;
	top:0px;
	color: #fff;
	padding: 58px 0px 0px 35px;
	margin: 0 0 0px 0;
}
div.caption span {
	font-size: 14px;
	margin: 0;
}
.orbit-caption {
	display: none;
}
.head_1 {
	display: inline-block;
	font: 19px 'Ubuntu';
	color: #2C2D2C;
	padding: 0 0 16px 0;
	border-bottom: 1px solid #A7A7A7;
	width: 245px;
}
.head_2 {
	display: inline-block;
	font: 15px Arial, Helvetica, sans-serif;
	color: #545454;
	padding: 21px 0 25px 0;
	border-bottom: 1px solid #A7A7A7;
	width: 245px;
}
.more {
	display: inline-block;
	font: 13px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 29px 0 0px 0;
	padding: 9px 20px 9px 0;
	background: url(../slider_img/white-arrow.png), url(../slider_img/but_rose_bg.png) no-repeat;
	background-position: 85px 15px, 0 0;
	background-repeat: no-repeat, no-repeat;
	width: 87px;
	text-align: center;
	text-decoration: none !important;
}
.more:hover {
	opacity: .8;
}
/* DIRECTIONAL NAV */
div.orbit:hover div.slider-nav {
	display: block;
}
div.slider-nav {
	display: none;
}
/* BULLET NAV */
.orbit-bullets {
	position: absolute;
	z-index: 1000;
	list-style: none;
	bottom: 0px;
	left: 45%;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}
.orbit-bullets li {
	float: left;
	margin-left: 9px;
	cursor: pointer;
	color: #999;
	text-indent: -9999px;
	background: url(../slider_img/bullets.png) no-repeat;
	width: 9px;
	height: 9px;
	overflow: hidden;
}
.orbit-bullets li.active {
	color: #222;
	background-position: -9px 0;
}
