body {
	background: #f6f6f6 url(../image/bg.png) repeat-x;
	/*color: #525252;
	font-family: Georgia;*/
	line-height: 19px;
}

/*------------------------------------------------*/
/*----------------[FEATURED SLIDER]---------------*/
/*------------------------------------------------*/
#featured {
	margin-top: 0px;
}
#featured #slides, #featured ul.slides {
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
	padding: 3px;
}
#featured #slides {
	width: 954px;
	height: 375px;
}
#slides .slide {
	position: relative;
}
#featured .slider_shadow, .subpage_slider_shadow {
	background-image: url(../image/slider-shadow.png);
	width: 960px;
	height: 14px;
	display: block;
}
.slide .banner {
	position: absolute;
	width: 303px;
	height: 319px;
	background: url(../image/slider-banner.png) no-repeat;
	top: 0px;
	padding: 30px 20px 0 96px;
	font-style: italic;
	color: #525252;
	text-shadow: 1px 1px 0px #fff;
}
.slide .active {
	top: 90px;
}
.banner h2 {
	color: #a4a4a4;
	font-size: 38px;
	padding-bottom: 20px;
	line-height: 40px;
	display: block;
	height: 100px;
}
/*.banner span {
	top: 318px;
	left: 200px;
	height: 40px;
	display: block;
	background-image: url(images/slider-readmore-left.png);
	position: absolute;
}*/
.banner span a {
	background: url(../image/slider-readmore-right.png) no-repeat right;
	height: 24px;
	font-family: Georgia;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	float: left;
	margin-right: -17px;
	padding: 8px 15px;
	text-shadow: 1px 1px 0px #6c6c6c;
}
#switcher {
	/*width: 444px;*/
	float: right;
	margin-top: -65px;
	margin-right:20px;
}
#switcher .item {
	margin-right: 17px;
	float: left;
	/*height: 98px;
	width: 93px;*/
	height: 34px;
	width: 57px;
	/*background: url(images/slider-thumb-shadow.png) no-repeat bottom;*/
	position: relative;
}
.item div.wrap {
	cursor: pointer;
	background: #e4e4e4;
	border-bottom: 1px solid #7f7f7f;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 2px;
	/*width: 83px;
	height: 41px;*/
	height: 34px;
	width: 57px;
	position: absolute;
}
.item div.active {
	margin-top: -15px;
}
.slider_small_overlay, .slider_overlay {
	position: absolute;
	display: block;
}
.slider_overlay {
	background: url(../image/slider-overlay.png) no-repeat;
	width: 954px;
	height: 300px;
	top: 0;
	left: 0;
	display: block;
}
.slider_small_overlay {
	/*background: url(images/slider-thumb-overlay.png) no-repeat;*/
	width: 83px;
	height: 83px;
	top: 4px;
	left: 4px;
}
.flexslider .slide .banner {
	top: 90px;
}
.et-box-content p {
	padding-bottom: 15px;
	padding-top: 0;
}
