/* ------ mobilyslider
-----------------------------------------------*/

#content {
width:520px;
}

.slider {
float:left;
width:520px;
height:350px;
position:relative;
padding-bottom:26px;
}

.sliderContent {
float:left;
width:520px;
height:350px;
clear:both;
position:relative;
overflow:hidden;
}

.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
background-image:url(../img/prev_next.png);
width:42px;
height:42px;
position:absolute;
top:50%;
margin-top:-34px;
}

.prev {
background-position:0 0;
left:15px;
}

.prev:hover {
background-position:0 -44px;
}

.next {
right:15px;
background-position:-44px 0;
}

.next:hover {
background-position:-44px -44px;
}

.sliderContent .item {
	position:absolute;
	width:518px;
	height:350px;
	background:#fff;
border: 1px solid #999999;
}
.naslov {
	display: block;
	float: left;
	height: 21px;
	width: 518px;
	margin-top: 329px;
	position: absolute;
	z-index: 1;
	background-color: #333;
	filter:alpha(opacity=80);
        -moz-opacity:0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;


}
.titl {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 0px 5px 0px 5px;
	float: left;
	height: 21px;
	line-height: 21px;
	width: 500px;
	position: absolute;
	text-align: left;
	text-transform: none;
}
.titl a{
	font-family: Tahoma;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}
.titl a:hover{
	font-family: Tahoma;
	font-size: 16px;
	color: #999999;
	text-decoration: none;
}

.slika {
	display: block;
	float: left;
	height: 350px;
	width: 518px;
	position: relative;
}


.sliderBullets {
position:absolute;
bottom:0;
left:50%;
z-index:50;
margin-left:-45px;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:10px;
height:11px;
background:url(../gfx/bullets.png) no-repeat;
}

.sliderBullets .active {
background-position:0 -11px;
}

.sliderContent a {
outline:none;
}

.slider a {
color:#fff;
}

a img {
border:none;
}
