#carouseltitle {
  display: block;
  margin: 0 0 6px 40px;
  font-size: 18px;
}

#speakercarousel{
  width:565px;
  margin:0px 0px 10px 12px;
  position:relative;
}

#speakercarousel h2 {
  margin: 10px 0 10px 30px;
}

#speakercarousel a:link,
#speakercarousel a:visited{
  /*color:#000;*/
}

#speakercarousel .items-window{
  width:522px;
  margin-left:25px;
  overflow:hidden;
  position:relative;
}

#speakercarousel .items{
  width:4000px;
  margin:0px;
  padding:0px;
}

#speakercarousel li.item{
  margin-left:0;
  margin-right:10px;
  width:165px;
  height:127px;
  list-style:none;
  float:left;
  background-image:url(/images/carousel-item-bg-wide.gif);
  position:relative;
}

#speakercarousel .carousel-rollover{
 position:relative;
 height:96px;
 width:72px;
 z-index:9;
 float:left;
}

#speakercarousel .carousel-content{
	position:relative;
	padding:2px;
	width:78px;
	height:76px;
	font-size:90%;
	float:right;
	margin-right: 4px;
}

#speakercarousel .carousel-overlay{
	position:relative;
	padding:2px;
	width:78px;
	height:16px;
	font-size:80%;
	float:right;
	margin-right: 4px;
}

#speakercarousel .speakerimagessm{
  position:absolute;
  top:24px;
  left:0px;
	height:96px;
	width:72px;
}

#speakercarousel .speakerimagessm.swell{
  top:19px;
  left:-5px;
  height:106px;
  width:82px;
}

#speakercarousel .item h2{
  width:150px;	
  height:17px;
  margin:0px;
  padding:8px 3px 0px 3px;
  font-size:70%;
  font-weight:normal;
}

#speakercarousel .zzzcarousel-overlay{
	position:relative;
	z-index:10;
	padding:2px;
	width:68px;
	height:16px;
	text-align:center;
	font-size:80%;
	float:left;
	margin-top:72px;
}

/*#speakercarousel .carousel-overlay{
	background-image:url(/images/carousel-rollover-bg-ie.jpg);
}

html > body #speakercarousel .carousel-overlay{
	background-image:url(/images/carousel-rollover-bg.png);
}*/

#speakercarousel .carousel-overlay a{
	/*color:#fff;*/
}

#speakercarousel .info-hidden{
  display:none;
}

#leftarrow {
  position:absolute;
  top:0px;
  left:0px;
  width:20px;
  height:127px;
  background:url(/images/left-arrow.png);
}

#rightarrow {
  position:absolute;
  top:0px;
  right:0px;
  width:20px;
  height:127px;
  background:url(/images/right-arrow.png);
}
