div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width:325px; 
	height: 110px;
	overflow: hidden;
	border:1px solid #cccccc;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:580px;
		height:110px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
	div.scroller div.content {
		width: 10000px;
		}

	
		
	div.furniture{
	border-left: 1px dashed #333;
	margin: 10px;
	padding:10px;
  float: left;
  width:150;
  }
  
div.float p {
   text-align: center;
   }


#left a{
background:  url(graphics/lefttogether.png) no-repeat;
z-index: 0;
cursor:hand;
position:absolute;
left: 0px;
top:45px;
width:21px;
height:35px;

_background-image:none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=graphics/lefttogether.png,sizingMethod=scale);
_width:40px;

_clip: rect(0px, 21px, 35px, 0px);
}

#left a:hover{
background-position: -20px 0;
_clip: rect(0px, 42px, 35px, 21px);
_left:-20px;
}
img, #right a { behavior: url(iepngfix.htc); }
#right a{
background: transparent url(graphics/righttogether.png) no-repeat;
cursor:hand;
z-index: 0;
position:absolute;
right: 0px;
top:45px;
width:21px;
height:35px;

_background-image:none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=graphics/righttogether.png,sizingMethod=scale);
_width:40px;
_clip: rect(0px, 21px, 35px, 0px);
_right:-20px;
}

	
#right a:hover{
background-position: -20px 0;
_clip: rect(0px, 42px, 35px, 21px);
_right:0px;
}
#look
{
position:relative;
width:265px;
_width: 265px;
height:130px;
}
#lookcan
{
position:relative;
width:265px;
_width: 265px;
height:130px;
}
#lookcan div.scroller{width:265px;}
#lookcan div.scroller div.section table {
			width:240px;}
