/********* FRAME *********/
/* Style for horizontal */
.horizontal-scroller-wrapper {
	position: relative;
	overflow: hidden;

}
.horizontal-scroller-padding {
	overflow: hidden;
	padding-top: 20px;
}
.horizontal-scroller-container {
	position: relative;
	margin: 0 25px;
	overflow: hidden;
}
#horizontal-scroller-wrap {
	margin: auto;
	overflow: hidden;
	width: 600px;
}

/***********************/
#horizontal-scroller-left {
	background: url(../images/show-iconl.gif) 0 50% no-repeat;
	position: absolute;
	top: 10px;
	left: 0;
	height: 100%;
	width: 22px;
	cursor: pointer;
}
#horizontal-scroller-right {
	background: url(../images/show-iconr.gif) 0 50% no-repeat;
	position: absolute;
	top: 10px;
	right: 0;
	height: 100%;
	width: 22px;
	cursor: pointer;
}
#horizontal-scroller {
	width: 5000px;
}

#horizontal-scroller .scroll-item {
	float: left;
	margin: 0;
	padding: 0;
	width: 140px;
	text-align: center;
}
.scroll-item span {
	line-height: 24px;
}
/* Style for vertical */

.vertical-scroller-wrapper {
	position: relative;
	overflow: hidden;
}
.vertical-scroller-padding {
	overflow: hidden;
	padding-top: 10px;
}
.vertical-scroller-container {
	position: relative;
	margin: 0;
	overflow: hidden;
}
#vertical-scroller-wrap {
	margin: 0 auto;
	overflow: hidden;
	width: 150px;
}
/***********************/
#vertical-scroller-left {
	background: url(../images/show-icont.gif) 50% 0 no-repeat;
	top: 0;
	margin: 0 auto;
	height: 22px;
	clear: both;
	cursor: pointer;
}
#vertical-scroller-right {
	background: url(../images/show-iconb.gif) 50% 0 no-repeat;
	bottom: 0;
	margin: 0 auto;
	height: 22px;
	clear: both;
	cursor: pointer;
}
#vertical-scroller {
	height: 5000px;
}

#vertical-scroller .scroll-item {
	margin: 0;
	padding: 5px 0;
	width: 150px;
	text-align: center;
}

/*********************/

.horizontal-scroller-wrapper .nadpis_snapshot {
height: 25px !important;
padding-bottom: 10px;
}

.horizontal-scroller-wrapper .pic_snapshot {
height: auto  !important;
margin-top: 0 !important;
}

.horizontal-scroller-wrapper .cena_snapshot {
padding: 5px 0;
}