#reklama {
	width: 490px;
	background-repeat: repeat-x;
	top: 3px;
	position:relative;
	border:5px solid #a4dd79;
	margin: 8px 0 10px 0
}

/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	/* dimensions */
	width: 490px;
	height:31px;
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	background-position: bottom;
	margin: 0;

}

/* single tab */
#flowtabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#flowtabs li a {
	display:block;
	height: 31px;
	width: 181px;
	padding:0px;
	margin:0px;
	/* font decoration */
	color:#FFFFFF;
	font-size:12px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
	background-color: #333333;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

/* adjust the background image position on each tab */
#flowtabs #t1{
	border-left-width: 0px;
	width: 183px;
}
/* mouseover state */
#flowtabs a:hover 		{
	background-color: #666;
}
/* currently selected tabs */
#flowtabs a.current, #flowtabs #t1.current, #flowtabs #t2.current, #flowtabs #t3.current, #flowtabs #t4.current { background-color: #666;}

/* panes */
#flowpanes {
	width: 490px;
	height:150px;
	background-repeat: no-repeat;
	border:0px solid red
}


/* single pane */
#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
}

#flowpanes div {
	display:block;
	color:#fff;
	float:left;
	display:block;
	width: 490px;
	height:152px;
	cursor:pointer;
	font-size:12px;
	
}

/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:normal;
	color:#ddd;
	letter-spacing:1px;
	font-size:12px;
}


#reklama span{
font-size:12px;
color:#FFFFFF
}

#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
	left: 2px;
	top: -1px;
}
#flowpanes .items div{position: relative;}
a.nejprod{
	position: absolute;
	left:395px;
	display: block;
	height: 35px;
	width: 210px;
	top: 8px;

}
a.nejprod:hover{
	background-position: center bottom;
}
#flowpanes a {
	color: #fff;		
	font-size:12px;
}

#flowpanes p, #flowpanes samp {
	color:#ccc;		
}
#flowpanes p{
	width: 580px;
	padding-left: 230px;
	line-height: 160%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#flowpanes div.narrow {
	padding-right:160px;		
}
#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}
.custom {
	position:absolute;
	top: 122px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;opacity:0.7;filter:alpha(opacity=70);
	height: 28px;
	width: 28px;
	cursor: pointer;
}
.prev{
	left: 0;
	background-image: url(prev.png);
	background-repeat: no-repeat;
}
.next{
	right:0;
	background-image: url(next.png);
	background-repeat: no-repeat;
}

.texty{
	position:absolute;
	top: 108px;
	left:30px;
	padding: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background: #333333;
	background:url(bgr-slideshow.png);
	cursor: pointer;
}


