#arrows{
	position: relative;
	height: 189px;
	border-bottom: 1px solid #e2dad6;
}
a#leftArrow, a#leftArrow:visited, a#leftArrow:hover, a#leftArrow:active{
	height: 64px;
	width: 84px;
	position: absolute;
	top: 58px;
	left: -10px;
	background: transparent url(images/left_arrow.png) center left no-repeat;
}
a#rightArrow, a#rightArrow:visited, a#rightArrow:hover, a#rightArrow:active{
	height: 64px;
	width: 84px;
	position: absolute;
	top: 58px;
	right: -10px;
	background: transparent url(images/right_arrow.png) center left no-repeat;
}
a#leftArrow:hover{
	background-image: url(images/left_arrow_active.png);
}
a#rightArrow:hover{
	background-image: url(images/right_arrow_active.png);
}
#mebel{
	width: 470px;
	height: 189px;
	margin: 0 auto; 
	background: transparent center center no-repeat;
}
#content{
	height: 206px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 680px;
}