/* CSS Document */

#details
{

height:290px;
}

#scroll_clipper
{
	width:350px; height:150px; z-index:100;
}
#scroll_inner
{
	width:350px; height:150px; 
	clip:rect(0px, 350px, 150px, 0px); 
}