#event-speakers-container
{
	background-color:#e8e7e7;
	width:310px;
	height:325px;
}
.smaller #event-speakers-container
{
	width:250px;
	height:300px;
	margin:20px auto;
}
#event-speakers
{
	overflow:hidden;
	background-color:#fff;
	width:310px;
	height:325px;
}
.smaller #event-speakers
{
	width:250px;
	height:300px;
}
#event-speakers h3
{
	text-align:left;
	width:90%;
	border-bottom:1px solid #e8e7e7;
	margin:0 auto;
	font-size:14px;
	padding-top:6px;
	padding-bottom:4px;
	color:#777;
}
#event-speakers h3 a
{
	text-decoration:none;
	color:#777;
}
#event-speakers h3 a:hover
{
	text-decoration:underline;
	color:#aaa;
}
div.dissolve-top
{
	position:relative;
	top:15px;
	margin-bottom:-20px;
	width:100%;
	height:20px;
	background:transparent url("/imgs/common/dissolve-top.png") repeat-x;
}
#event-speakers-body
{
	width:90%;
	margin:20px auto 0 auto;
	height:240px;
	overflow:hidden;
}
.smaller #event-speakers-body
{
    height:215px;
}
div.dissolve-bottom
{
	position:relative;
	margin-top:-20px;
	width:100%;
	height:20px;
	background:transparent url("/imgs/common/dissolve-bottom.png") repeat-x;
}
#dyncontent-speakers
{
	text-align:left;
	font-size:12px;
}

/* for the new model */
#event-speaker
{
	width:280px;
	height:75px;
	margin-bottom:20px;
}
#event-speaker p.speaker-image
{
	width:70px;
	float:left;
}
#event-speaker p.speaker-image img
{
	max-width:55px;
}
#event-speaker p.speaker-name
{
	width:220px;
	float:right;
	height:25px;
	color:#0066cc;
	white-space:nowrap;
	overflow:hidden;
}
#event-speaker p.speaker-bio
{
	width:220px;
	height:75%;
	float:right;
	height:50px;
	font-size:12px;
	overflow:hidden;
}
/* end of new model */

#event-speakers-buttons
{
	clear:both;
	width:90%;
	margin:5px auto;
	text-align:right;
	padding-top:5px;
}

/* old version only */
#event-speakers-body img
{
	max-width:100px;
	max-height:100px;
	z-index:0;
}