#carImage 
{
	float:left;
	margin:30px 50px 30px 10px;
	background-image:url(/images/bmw_250x191.gif);
	width:250px;
	height:191px;
	background-repeat:no-repeat;
}
#buy
{
	width:360px;
	margin:15px 0px 0px 0px;
}
#buySellContainer table
{
	height:200px;
}
#sell
{
	float:right;
}
#nowCrawling 
{
	float:right;
	clear:right;
	margin:15px 0px 0px 0px;
}
#mainText 
{
	margin-top:15px;
}
div#wn { 
  position:relative;
  right:0px; 
  top:0px;
  height:205px;
  z-index:9;
  clip:rect(0, 100px, 0px, 0);
  overflow:hidden;
  }
div#cnt 
{
	position:relative;
	z-index:1
}
/* Since the images in the example vary in size and do not completely fill scroller space
   width and height needs to be set here to match height and width of the scroller */
div#cnt td {
  width:177px;
  height: 75px; 
  text-align:center;
  vertical-align:middle;
 }