#feat-slider {
	width: 640px;
	height: 310px;	
	background: #8e2013;
	position: relative;
	margin-bottom: 30px;
}

#feat-slider-left {
	width: 340px;
	height: 310px;	
	float: left;
	background: #ffffff;
}

#feat-slider-left img {
	border: 1px solid #ebebeb;
	margin: 20px 0 0 20px;	
}

.feat-slider-image {
	
}

#feat-slider-right {
	width: 240px;
	float: right;
	color: #ffe2aa;
	padding: 30px;
}

#feat-slider-right, h2#feat-slider-heading, #feat-slider-right p {
	color: #ffe2aa;
}

h2#feat-slider-heading {
	font-size: 30px;
	padding-bottom: 30px;
	font-family: Museo, Tahoma;
}

#feat-slider-content, #feat-slider-content p {
    font-size: 12px;
    font-weight: normal;
    line-height: 150%;
	
}

#feat-slider a/*.excerpt-readmore*/ {
	color: #D6B605;
}

#feat-slider-bullets {
	position: absolute;
	bottom: 30px;
	left: 385px;;
	width: 250px;
	z-index: 10;
}

#feat-slider-bullets li {


	width: 30px;
	height: 26px;
	cursor: pointer;
}

#feat-slider-bullets li {
	float: left;
	margin-right: 30px;
	list-style: none;
	width: 25px;
	height: 25px;
	background:	url('../img/diamonds.png') no-repeat 0 -25px;
	display: block;
	cursor: pointer;
}

#feat-slider-bullets li.activeSlide {
	background-position: 0 0 !important;
}