#slider {
    width: 612px;
    position: relative;
	
}

.scroll {

    width: 340px;
    overflow: auto;

    position: relative;
    clear: left;
}

.scrollContainer div.panel {


    width: 340px;
	height: 242px;
	position: relative;

}

.scrollContainer p {
	color: #636363;
	font-size: 13px;
	margin-top: 10px;
}


ul.navigation {
	margin: 0;
	padding: 0;
	width: 260px;
	height: 259px;
	position: absolute;
	right: -8px;
	top: -17px;
    background-image: url(../img/bg-naslovi.gif);
	background-repeat: no-repeat;
}


.scroll {
	position: absolute;
}

ul.navigation li {
	font-size: 13px;
	margin-left: 4px;	
}

ul.navigation li a {
	display: block;
	color: #96969a;
	text-decoration: none;
	padding-left: 29px;
	background-image: url(../img/disk-a.gif);
	background-position:17px 9px;
	background-repeat: no-repeat;
	line-height: 15px;
	padding-top: 4px;
	padding-bottom: 5px;
}

ul.navigation li a:visited {
	
	color: #96969a;
	text-decoration: none;

}

ul.navigation li a.selected {
	color: #c62408!important;
	background-image: url(../img/disk-b.gif);
	background-position:17px 8px;
	background-repeat: no-repeat;
	border: 1px solid #cfcfcf;
	border-left: none;
	background-color: #FFF;
	padding-top: 3px;
	padding-bottom: 4px;
}

ul.navigation a:focus {
    outline: none;
}

h4 {
	font-size: 17px;
	font-weight: bold;
	color: #96969a;
	line-height: 18px;
	margin-bottom: -2px;

}

.hp-datum {
	font-size: 10px;
	color: #ae9d9e;
	top: -5px;
}

.hp-opsirnije {
	display:block;
	padding-top: 10px;
}


/*******************************/
.scrollButtons {
	  position: absolute;
      cursor: pointer;
}

.levo {
	display: block;
	width: 18px;
	height: 16px;
	position: absolute;
	right: 23px;
	background-image: url(images/levo.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-indent: -9999px;
	cursor: pointer;
	outline: none;    
}

.levo:hover {
	background-position: 0px -16px;
 }



.desno {
	display: block;
	width: 18px;
	height: 16px;
	position: absolute;
	right: 3px;
	background-image: url(images/desno.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-indent: -9999px;
	cursor: pointer; 
	outline: none;
}

.desno:hover {
	background-position: 0px -16px;
 }


.hide {
    display: none;
}