.slideshow
{
	position: absolute;
	background-color: #ffff33;
	width: 120px;
	text-align: center;
	top: 0;
  border: solid 1px black;
  text-decoration: none;
	color: red;
	font: 1.2em;
}

.sivo
{
width: 750px;
	position: absolute;
	background-color: gray;
}

.galerija
{
margin-left: 125px;
 margin-top: 55px;
 width: 500px;
 height: 375px;
 border: 5px solid #253d54;
 position: absolute;
 overflow: hidden;
}

.zaSlike
{
	position: absolute;
	float: left;
		display: block;
	width: 10000px;
	height: 375px;
}
/*
.zaSlike img
{
	display: block;
	position: relative;
	float: left;
}
*/
.next
{
	position: absolute;
	bottom: 0;
	right: 0;
	text-decoration: none;
	color: white;

	z-index: 1;
	background-color: gray;
		border: solid 1px white;
	font: bold; 
}

.prev
{
	position: absolute;
	text-decoration: none;
	color: white;
	bottom: 0;
	left: 0;
	background-color: gray;
	z-index: 1;
	border: solid 1px white;
		font: bold; 
}

.close
{
	position: absolute;
	text-decoration: none;
	color: white;
	border: solid 1px white;
	font: bold;
	top: 0;
	right: 0;
		z-index: 1;
			background-color: gray;
}