* {
	margin: 0;
	padding: 0;
}
body {
}
a {
	text-decoration: none;
	outline: none;
}
a img {
	border: none;
}
#page-wrap {
	width: 918px;
	height:144px;
	margin: 0 auto;
}
#slider {
	background: white url(../images/sl_0.jpg);
	height: 144px;
	overflow: hidden;
	position: relative;
}
/* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover {
	width: 918px;
	height:144px;
	position: relative;
}
.slide {
	padding: 0px 0px;
	width: 918px;
	height:144px;
	float: left;
	position: relative;
}

.slide img {
	position: absolute;
	top: 0px;
}

.albumi-naslov
{
    font-family: Arial;
    font-size: 22px;
    color: #1A659F;
    font-weight: bold;
}
.albumi-mal-naslov
{
    font-family: Arial;
    font-size: 12px;
    color: #1A659F;
    text-decoration:none;
}
.albumi-mal-naslov:hover
{
    font-family: Arial;
    font-size: 12px;
    color: #1A659F;
    text-decoration:underline;
}

.albumi-granica
{
    border:solid 1px #CCCCCC;
}
.albumi-paging
{
    font-family: Arial;
    color: #1A659F;
    text-decoration:none;
}
