div.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 90%;
	height:165px;
	padding-left: 0;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	float: left;
	margin-top: 10px;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {div.scrollable {height:158px !important;overflow: hidden;}}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	

}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {div.scrollable div.items {width: auto !important}}

/* single scrollable item */
div.scrollable div.items div.reklama {
	float:left;
	/* custom decoration */
	width:290px;
	_width:280px;
	font-size:30px;
	font-family: 'bitstream vera sans';
	-moz-border-radius:5px;
	background-color: #D3E0EC;
	position: relative;
	z-index: 1;
	
}

.reklama h5 {margin:6px 0 2px}
.reklama h5 a {font-size:11px; color:#0e64b0}



@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {div.scrollable div.items div.reklama {width: 280px !important;overflow-x:hidden;}}

/* active item */
/*
div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}
*/
.reklama{
	float: left;
	position: relative;
	width: 272px;
	margin-top: -10px;
	margin-bottom: -10px;
	_margin-right: -13px;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {.reklama {height:182px}}
.linee{
	background-color: #FFFFFF;
	float: left;
	height: 0px;
	width: 100%;
	margin-bottom: -10px;
	position: relative;
	z-index: 1000;
	margin-top: -17px;
	_margin-top: -23px;
}
