body {
	    background: #fff;
	    color: #2d2d2d;
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 75%; /* 12px/1em */
	    margin: 0;
	    padding: 0;
	}
	
	p {
	    font-size: 1em;
	    line-height: 1.2em;
	    padding: 0;
	    margin: 0 0 10px 0;
	}
	
	img {
	    border: 0;
	}


.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #fff;
/*border-bottom-width: 6px;*/
width: 320px; /*width of featured content slider*/
height: 250px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 290px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 220px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.poh3 {
margin-top:-40px;
background-color: #efefef;
padding:5px 0 5px 10px;
color:#ff691f;
font-size:14px;
font-weight:bold;
position:absolute;
width:280px;
height:30px;
text-transform:uppercase}

h3.poh3 .pocijena a, h3.poh3 .pocijena a:link, h3.poh3 .pocijena a:visited, h3.poh3 .pocijena a:active   { color:#FFFFFF}

h3.poh3 a, h3.poh3 a:link, h3.poh3 a:visited, h3.poh3 a:active {
color:#ff691f;
font-size:14px;
font-weight:bold;
text-decoration:none}

.pagination{
width: 280px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
padding-right:20px;
background-color:#efefef;
position:absolute;
margin:230px 5px 0 0;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #fff;
background: #ff691f;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}