#screen{
	position:relative;
	color: #000;
	height:473px;
	width:480px;
	margin: 0;
	background-color: transparent;
}
#screen .next, #screen .prev{
	position:absolute;
	top:200px;
}
#screen .prev{
	left:10px;
}
#screen .next{
	right:10px;
}
#navigation{
	margin: 10px 0;
	width:480px;
	float: left;
	text-align:center;
}
#navigation ul{
	list-style-type: none;
}
#navigation li{
	float:left;				
	margin:0 1px;
	padding: 2px 0 2px 35px;
	background:	url('img/Home/News_Home/pineska.png') left center no-repeat;
}
#navigation a{
	font-weight:bolder;
	text-decoration:none;
}
#navigation a:hover { text-decoration: underline; }

#sections{
	overflow:hidden;
	background-color:transparent;
	width:450px;
	height:410px;
	clear: left;
	margin: auto;
}

#sections ul{
	width:3660px;
	list-style: none;
}

#sections li{
	float:left;
	padding:11px 10px;
}

#sections p{
	width:430px;
	margin:10px 0 0 5px;
	font-size:85%;
	line-height:1.4em;
}

#sections h2{
	color:#993333;
	font-size: 1.36em;
	margin:0;
	padding: 0;
}
#sections a{
	color:#777;
	font-weight:bolder;
	text-decoration:none;
}
.holder {
	float: left;
	margin: 0px;
	position: relative;
}
.scroll-pane {
	width: 520px;
	height: 430px;
	overflow: auto;
	background: transparent;
	
}
.scroll-pane-produkt {
	width: 510px;
	height: 278px;
	overflow: auto;
	background: transparent;
}
.jScrollPaneContainer {
	overflow:hidden;
	position:relative;
	z-index:1;
}

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #C8C5B7;
	position: relative;
}

.jspDrag
{
	background: #9F9C8E;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	border-radius:6px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background:url(/img/scroll_arrow_up.png) top left no-repeat #F0EDDF;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrowDown
{
	background:url(/img/scroll_arrow_down.png) top left no-repeat #F0EDDF;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background-position:0px -14px;
}

.jspVerticalBar .jspArrow
{
	height: 15px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:hover
{
	background-position:0px -28px;
	outline: none;
}

.jspArrow.jspDisabled:hover
{
	background-position:0px -14px;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

