#galerija {
	position:relative;
	width:600px;
	height:550px;
	/*background-image: url(../images/galerija_bg.png);*/
	background-repeat: no-repeat;
	background-position: center top;
}

#tlocrt {
	position:absolute;
	right:10px;
	bottom:32px;
	height:48px;
	width:64px;
	z-index:9990;
}

#tlocrt a {
	display:block;
	height:48px;
	width:64px;
	z-index:9990;
}

/* component holder */
#componentWrapper{
	position:absolute;
	
	/*SET SIZE AND POSITION OF YOUR COMPONENT HERE! 
	Dont forget to set componentFixedSize in settings, if its 100% for both width and height, componentFixedSize must be false, otherwise true*/
	
	/*	FIXED EXAMPLE */
	width:580px;
	height:535px;
	left:10px;
	top:10px;
}

/* playlist holder (hidden) */
#componentWrapper .componentPlaylist{
	display:none;
}

/* slideshow controls */
#componentWrapper .slideshow_controls{
	position:absolute;
	width:170px;
	height:30px;
	top:10px;
	left:-85px;
	margin-left:50%;
	/*background:red;*/
	display:none;
}

#componentWrapper .controls_prev, .controls_toggle, .controls_next{
	position:absolute;
	width:30px;
	height:30px;
	top:0px;
}

#componentWrapper .controls_prev{
	left:0px;
}

#componentWrapper .controls_toggle{
	left:66px;
}

#componentWrapper .controls_next{
	left:132px;
}


/* preloader */
#componentWrapper .componentPreloader{
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	margin:-25px 0px 0px -25px;
	background:#000 url('/images/loader.gif') no-repeat center center;
	width:50px;
	height:50px;
	z-index:999;
	opacity:0.7;
}

#prevThumbBtn img {
	margin:0;
}
#nextThumbBtn img {
	margin:0;
}