#browser {
	background-image:url('/img/browser.png');
	background-repeat: repeat-x;
	width:775px;
	height:107px;
	margin-left:auto;
	margin-right:auto;
}

div.items {
	margin-left:8px;
	float:left;
	height: 107px;
	vertical-align: middle;
	width:680px !important;
}

div.items span {
	margin-top: 1px;
	display:block;
	float:left;
	height: 107px;
	vertical-align: middle;
	margin-right:8px;
	width:120px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

a.prev, a.next {
	background:url(/img/menus/browser_left.png) no-repeat 0 0;
	display:block;
	width:35px;
	height:106px;
	float:left;	
	cursor:pointer;
}

a.next {
margin-left: 10px;
	float:right;
	background-image:url(/img/menus/browser_right.png)		
}

