div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 210px; 
	height: 550px;
        
	overflow: hidden;
	
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:210px;
		height:450px;
		overflow:hidden;
		float:left;	
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
		background:#666666;
		color:#ffffff;
		}
		
	div.furniture{
	
	
	padding:1px;
  float: left;
  width:186px;
  }
  
div.float p {
   text-align: center;
   }
#left a{

background:  url(images/lefttogether.png) no-repeat;

z-index: 0;
cursor:hand;
position:absolute;
left: -20px;
top:15px;
width:21px;
height:83px;
}

#left a:hover{
background-position: -20px 0;
}
img, #right a { behavior: url(iepngfix.htc); }
#right a{
background: transparent url(images/righttogether.png) no-repeat;
cursor:hand;
z-index: 0;
position:absolute;
right: -20px;
top:10px;
width:21px;
height:83px;

}

	
#right a:hover{
background-position: -20px 0;

}
#look
{
position:relative;
width:370px;
_width: 370px;
margin-left:25px;

height:150px;
}
#label{margin-left:5px; float:left;}
.furniture{position:relative;}
#read{position:absolute; top:20px;right:1px;width:50px; height:66px; }
#read a{padding-top:0px; padding:3px; border:1px solid #ccc; display:block;background:#fff;height:16px;  color:#333}
#read a:hover{padding-left:3px; display:block; background:#99ccff; color:#000;text-decoration:none;border:1px solid #01A0C6; 
}