@charset "utf-8";
#galerija {

	position:absolute;
	width:945px;
	height:525px;

	background-color:black;

}

.galerijaElement {

	cursor:pointer

}
#text a {
	color: #09F;
	text-decoration: none;
}


#svetlo {

	position:absolute;
	width:945px;
	height:525px;
	display:none;
	z-index:1;


}

.donjacrtashowCnt {

	display:none;


}

.donjacrtaclose{
	width:10px;
	height:10px;
	position:absolute;
	top:10px;
	left:363px;
	z-index:1;
	display: none;
	cursor: pointer;

}
#text a:hover {
	color: #09F;
	text-decoration: underline;
}
#slika {
	height: 400px;
	width: 400px;
}
#text {
	padding: 10px;
	height: 80px;
	width: 360px;
}

