/********************************************/
/*              INDEX AGENTS                */
/********************************************/

#right-agents h2 {
	color: #d29c00;
	margin-bottom: 1px;
	font-size: 1.1em;
}
	#right-agents h2 a:link, #right-agents h2 a:visited {
		color: #d29c00;
		display: block;
	}
	#right-agents h2 a:hover {
	}

#right-agents .separator {
	background: url(../images/panels/panel-white-bg-h2.gif) repeat-x left bottom;
	height: 1px;
	clear: both;
}

#right-agents .right-agents-img {
	float: left;
	margin-top: 12px;
	margin-right: 13px;
	margin-bottom: 10px;
}
	#right-agents .right-agents-img img {
		border: 4px #ced7c5 solid;
	}
	#right-agents .right-agents-img a:hover img {
		border: 4px #70a5e0 solid;
	}
	
#right-agents .right-agents-info {
	margin-top: 10px;
	float: left;
	margin-bottom: 10px;
	width: 120px;
}



/**************************************/
/*              EVENTS                */
/**************************************/

#events-gallery {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 14px;
}
	#events-gallery img {
		float: left;
		margin: 0 8px 8px 0;
	}

/* Ico Links for the Agent panel in Events */
#right-agents .link-view-profile:link, #right-agents .link-view-profile:visited {
	background: url(../images/events/ico-view-profile.gif) no-repeat left top;
	line-height: 20px;
	height: 20px;
	display: block;
	padding-left: 20px;
	float: left;
	margin-right: 12px;
}
#right-agents .link-send-message:link, #right-agents .link-send-message:visited {
	background: url(../images/events/ico-send-message.gif) no-repeat left top;
	line-height: 20px;
	height: 20px;
	display: block;
	padding-left: 25px;
	float: left;
	/*margin-right: 12px;*/
}

