@charset "utf-8";
/* CSS Document */

body{
	overflow: scroll;
}

.header{
	width: 1024px;
	position: relative;
	float: left;
}

.header #logo{
	margin-top: 60px;
	margin-left: 60px;
	cursor: pointer;
	cursor: hand;
}

.sadrzaj{
	width: 538px;
	margin-top: 20px;
	margin-left: 40px;
	float: left;
}

.minheight{
	min-height: 545px;
}

.footer{
	font-family: "Trebuchet MS";
	font-style: normal;
	font-size: 10px;
	color: #999999;
}

.slika{
	width: 538px;
	height: 400px;
}

.filmstrip{
	width: 538px;
	height: 73px;
	margin-top: 30px;
	overflow: hidden;
}

.filmstrip #navigacija{
	height: 15px;
	overflow: hidden;
}

.filmstrip #thumbs{
	height: 68px;
	overflow: hidden;
}

.arrow{
	width: 15px;
	line-height: 15px;
	overflow: hidden;
	text-indent: -100px;
	position: relative;
	float: right;
	margin-left: 2px;
	background-image: url(../images/fotogalerija/arrows/arrows.png);
	outline: none;
}

#lijevo{
	background-position: 0px -15px;
}

#desno{
	background-position: 0px 0px;
}

.thumb{
	cursor: pointer;
	cursor: hand;
	margin-left: 8px;
	-moz-opacity: 0.5;
	filter: Alpha( opacity = 50 );
}

.thumbActive{
	cursor: pointer;
	cursor: hand;
	margin-left: 8px;
	-moz-opacity: 1;
	filter: Alpha( opacity = 100 );
}
