.panel-col-first {

	width: 100% !important;

}

/* styles for speakerscroller */
div#scroller_wrapper {

	width: 554px; /*550*/
	margin: 0 auto;

}

div#loader {

	position: absolute;
	height: 120px;
	width: 560px;

	text-align: center;
	background-color: #F7F7F7;

}

div#loader img {

	height: 13px;	
	position: absolute;
	top: 50%;
	left: 50%;

	margin: -7px 0 0 -104px;

}

div#view_all_link {

	float: left;
	height: 18px;
	font-size: 12px;

	margin-left: 383px;

}

div#view_all_link a {

	text-decoration: none;

}

#TB_ajaxContent h2 {
font-size: 20px;
font-family: FreeSans,Helvetica,sans-serif;
color: #FF3D00;
margin: 0;
padding: 0;
margin-bottom: 10px;
margin-top: 3px;
}
#TB_ajaxContent { padding-top: 15px !important;}
#TB_ajaxContent img { float: right; margin-left: 10px; }
#TB_ajaxContent h2 a { color: #000!important; text-decoration: none; cursor: default; }
#speakerscroll {
border: 1px solid #aaa;
height: 90px; /*125*/
overflow: hidden;
position: relative;
width: 504px; /*500*/
float: left;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 15px;
}
#speakerscroll #scrollArea {
position: absolute;
width: 20000em;
}
#speakerscroll .speaker {
width: 72px; /*100*/
height: 90px; /*130*/
float: left;
position: relative;
}

#speakerscroll .speaker div { display: none; }
#speakerscroll a img { border: none; }
a.prevsp,
a.nextsp {
display: block;
width: 18px;
height: 18px;
float: left;
cursor: pointer;
margin-top: 75px;
}
a.prevsp {
background: url('/2009/sites/default/files/speaker_scroller/img/arrow/left.png') no-repeat 0 -18px;
clear: both;
}
a.prevsp.disabled {
background: url('/2009/sites/default/files/speaker_scroller/img/arrow/left.png') no-repeat;
cursor: default;
}
a.nextsp {
background: url('/2009/sites/default/files/speaker_scroller/img/arrow/right.png') no-repeat 0 -18px;
}
a.nextsp.disabled {
background: url('/2009/sites/default/files/speaker_scroller/img/arrow/right.png') no-repeat;
cursor: default;
}
div.speakernavi {
height: 22px;
padding-left: 24px;
width: auto;
float: left;
}
div.speakernavi a {
display: block;
float: left;
width: 18px;
height: 18px;
line-height: 18px;
font-weight: bold;
font-family: tahoma;
font-size: 10px;
text-decoration: none;
color: #666;
background: #CCC;
text-align: center;
margin-right: 2px;
}
div.speakernavi a.activesp {
color: #F7F7F7;
background-color: #666666;
}
div.namebox {
font-family: FreeSans,Helvetica,sans-serif;
font-size: 11px;
float: left;
display: none;
background: #fff;
position: absolute;
top: 0; left: 0;
padding: 2px 4px;
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
filter:alpha(opacity=70);
width: 96px;
}

div#speaker_scroller_header {

	float: right;
	margin: 0 5% 0 0;

	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;

	line-height: 22px;

}
