/* outmost wrapper element */
div.scrollable {
	padding:0px;
	margin:0px;
	margin-top:0px;
	width:614px;
	position:relative;
	text-align:left;
}
/* container for the scrollable items */
#items {
	width:528px;
	height:400px;
	overflow:hidden;
	position:relative;
	float:left;
	visibility:visible;
	text-align:left;
}
/* single item */
div.item {
	display:block;
	float:left;
	width:176px;
	text-decoration:none;
	text-align:center;
	margin-left:0px;
	padding:0px;
}
img.item { border:4px solid #E1E1E1; }
div.articul {
	margin:0px;
	padding:10px 0;
	width:160px;
	color:#000000;
	font-size:11px;
	text-align:center;
}

/* next / prev buttons */
a.disabled:link {
	visibility:hidden !important;
}
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:31px;
	height:31px;
	float:left;
	background-repeat:no-repeat;
	cursor:pointer;
	margin-top:170px;
}

a.prev, a.prevPage {
	background:url(../i/prev.gif);
	margin-right:8px;
	clear:right;
}
a.prev:hover, a.prevPage:hover {
	background:url(../i/prev-a.gif);
	margin-right:8px;
}
a.next, a.nextPage {
	background:url(../i/next.gif);
	margin-left:8px;
}
a.next:hover, a.nextPage:hover {
	background:url(../i/next-a.gif);
	margin-left:8px;
}