/** 
We are overriding the main kj default style sheet for the Flash
element since our right floater needs to be positioned absolutely
in relation to the flash DIV and is not actual a Flash animation
anyway.
**/

div#flash {
	width:750px; 
	position: relative;
	}

div#flash_right {
	text-align: center;
	top: 2px;
	right: 0px;
	height: 246px;
	width: 372px;
	position: absolute;
}

div#flash_right_content 
{
  padding-left: 18px;
  padding-right: 18px;
}

.bid_label {
	
		font-size: 10px;
	
		color: #7d7d7d;
	
	}
	
.bid_price {
		font-size: 24px;
		font-weight: bold;
	}
.bid_image {
		border-color: #c1b698;
		border-style: solid;
		border-width: 1px;
	}