.presenter_shell{
	padding:10px 30px;
}
.presenter_box{
	float:left;
	width:47%;	
	padding:10px 10px 10px 10px;
	border-bottom:dotted 1px #ccc;
}
.presenter_box:nth-child(odd){
}
.presenter_box:nth-child(even){
	float:right !important;
}
.presenter_photo,
.presenter_info{
	float:left;
}
.presenter_info{
	padding-left:10px;
	word-wrap: break-word;
	width:240px;
}
.presenter_info h2{
	margin:0px 20px 0px 0px;
	font-size:16px;
}
.presenter_info a{
	font-size:11px;
}
.presenter_info b{
	display:block;
	padding:5px 0px;
}
.watch{
	background-image:url(../img/watch.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:105px;
	height:21px;
	max-width:105px;
	max-height:21px;
	overflow:hidden;
	display:block;
	text-decoration:none;
	margin:5px 0px;
}
.watch:hover{
	background-position:0px -21px;
	text-decoration:none;
}
.speakerImage{
	margin:0px 0px 5px 0px;
}

.modal_outer{

}

.modal_inner{
	width:480px;
	text-align:left;
}

.embed textarea{
	width:480px;
	height:60px;
}
