	#makeMeScrollable
	{
		width:100%;
	    height: 99px;
		position: relative;
	}
	
		#makeMeScrollableright
	{
		clear:both;
		width:215px;
	    height:291px;
		position: relative;
	}
	
	
	#makeMeScrollable div.scrollableArea *
	{
		position: relative;
		float: left;
		margin: 0;
		padding: 0;
	}