#slideshow-panel { 
	float: left;
	background:url(/img/slideshow_bg.gif) repeat-x; 
	margin:10px 10px 0px 11px; 
  	height:292px;
}
#slideshow{
  	font-family: 'Trebuchet MS', 'Trebuchet', 'Helvetica', 'Verdana',  'Arial', 'sans-serif';
  	width:627px;
	padding-top:12px;
}

#slideshow #headline { 
  width: 625px; 
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  padding:0 0 0 0px; 
  font-size:16px;
  font-weight:bold;   
  line-height: 18px;
}
#slideshow #strapline {
  width: 625px; 
  height: 16px;
  overflow: hidden;
  white-space: nowrap;
  margin: 0px 0 4px 0px;
  color: #FFF; 
  font-size: 16px; 
  padding-bottom: 4px;
}

#slideshow #imageLayer { 
	padding:0px; 
	margin:0;
	width: 625px;
	height: 200px;
	overflow: hidden;
}
#slideshow #imageIndex {
	clear: both;
	float: right;
 	padding-right:0px;
 	margin: 0px 0px 0px 0px;
 	padding-top: 4px;
}