.body_copy{
	background-color:#f1f1f2;
	padding:15px 25px;
	margin:5px auto;
}

.agent_spotlight_widget{
	width:434px;
	float:left;
	margin:10px 66px 40px 0px;
}

.agent_spotlight_widget.last{
	margin-right:0 !important;
}

.agent_spotlight_widget .title{
	padding:0px 10px 10px 10px;
	font-size:18px;
	line-height:16px;
}

.agent_spotlight_widget .subtitle{
	padding:0px 10px 10px 10px;
	font-weight:bold;
}

.agent_spotlight_widget .description{
	padding:10px 10px 0px 10px;
	color:#7b7c7f;
	border-top:solid #cbccce 1px;
}

.agent_spotlight_widget .description .read_more{
	margin-top:15px;
}

.agent_spotlight_widget.details{
	margin-right:0px;
}

.slideshow{
	width:434px;
	
}

.slideshow .main_image_wrap{
	width:434px;
	height:270px;
	position:relative;
	border:solid #cbccce 1px;
	background-color:#000;
}

.slideshow .main_image{
	width:434px;
	height:270px;
	position:absolute;
	top:0px;
	left:0px;
	background-position:center;
	background-repeat:no-repeat;
	/*display:none;*/
}

.slideshow .main_image.video{
	text-align:center;
}

.slideshow .main_image.video img{
	margin-top:108px;
}

.slideshow .main_image.default{
	display:block;
}

.slideshow .slideshow_thumb{
	background-position:center;
	background-repeat:no-repeat;
	margin:4px 0px 4px 2px;
	color:#7a7c7f;
}

.slideshow .slideshow_thumb.over{
	cursor:pointer;
}

.slideshow .slideshow_thumb.active, .slideshow .slideshow_thumb.active.over{
	color:#f26422;
}

.slideshow .slideshow_thumb.last{
	margin-right:0px !important;
}

img.play_video_btn{
	-moz-opacity:0.7 !important;
	opacity:0.7 !important;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
img.play_video_btn.over{
	-moz-opacity:1 !important;
	opacity:1 !important;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	cursor:pointer;
}

.links{
	text-align:right;
	margin:5px 0px 5px 0px;
}

.links span.spacer{
	margin:0px 10px 0px 10px;
	color:#7a7c7f;
	position:relative;
	top:-1px;
}

#agent_spotlight_overlay{
	width:590px;
	margin-left:-290px;
}

#agent_spotlight_overlay .overlay_content{
	width:520px;
}

#agent_spotlight_overlay .overlay_content h1{
	margin-bottom:5px;
}

#agent_spotlight_overlay .overlay_content .orange{
	font-weight:bold;
}

#agent_spotlight_overlay .overlay_content .article_body{
	height:380px;
	overflow:auto;
	margin-top:25px;
}