.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 754px;
	height:260px;

	/* custom decorations */
	/*border:1px solid #ccc;*/
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	float:left;
	/*background:url(/img/global/gradient/h300.png) repeat-x;*/
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:10px 5px 5px 5px;
	background-color:#fff;
	padding:2px;
	border:none;
	cursor:pointer;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

DIV#scrollable A{
	display:block;
	height:180px;
	/*width:174px;*/
	border-bottom:1px #ccc dashed;
}

DIV#scrollable .descvetr{
	display:block;
	/*width:160px;*/
	overflow:hidden;
	padding:2px 0px 2px 8px;
	font-weight: bolder;
	color: #646464;
}

DIV#scrollable .przvetr{
	display:block;
	padding:2px 8px 2px 8px;
	text-align: right;
	color: #003366;
}

/* active item */
.scrollable .active {
	/*border:2px solid #ccc;*/
	z-index:9999;
	position:relative;
}

.parte{
    float:left;
    /*border: 1px #ccc solid;
    border-left:1px solid #ccc;*/
    border-right:1px solid #ccc;
    display:block;
    height:259px;
    width:174px;
    cursor:pointer;
}