#wrapper{
    position:relative;  width: 835px; height:640px;
    margin: 5px auto 15px auto;
	background: transparent url('../img/wrapper.png') no-repeat; 
}

#content{
    width: 800px;  height:600px; margin: 0 auto; 
    position: relative; top:17.5px;
	border: 1px solid gray;
	background-color: white;
}

/*---------------------------- MENU -----------------------------*/
#menu{
    width: 150px;  height:100px;
    position: relative; left: 50px; top: 200px;
}

.menu-normal{list-style-image: url('../img/menu.png');}
.menu-normal:hover{list-style-image: url('../img/menu-hover.png');}

.menu-selected{list-style-image: url('../img/menu-select.png');}

#menu li a{color: #666; font-weight:bold; text-decoration: none;}
#menu li a:hover{color: #333;}

/*---------------------------- LOGO -----------------------------*/
#logo{
    width: 230px;  height:117px;
    position: relative; top: 200px;
	background: transparent url('../img/logo.png') no-repeat; 
}

/*---------------------------- SLIKE -----------------------------*/
#main{
    width: 480px;  height: 450px;
    position: absolute; float: right;
	top: 10px; right: 10px;
	overflow: hidden;background: lim e
}
#linija{	
	background: white url('../img/linija.png') no-repeat left 0px; 
    width: 50px; height: 150px;
	padding-top: 80px;
    position: absolute; left:270px;
	text-align: center; 
}

.painting{
    position: relative; margin: 5px; width:100px; height:120px;
	background: white url('../img/lightview/loading.gif') no-repeat center center; 
}

.thumb{
    width: 110px;  height:180px;
    margin: 20px; position: relative; float: left;
	border: 1px solid silver;
	background-color:#f7f7f7;
	text-align: center;
}

.thumb:hover{background-color:#eee;}

/*.scrollThumb{opacity:0.6; filter:alpha(opacity=60)}
.scrollThumb:hover{opacity:1; filter:alpha(opacity=100)}*/

/*---------------------------- DOWN  -----------------------------*/

#down{
    width: 800px;  height:120px;
    position: absolute; float: right;
	bottom: 0px; 
	background: white url('../img/linija-hor.png') no-repeat center top; 
}

#downmenu{
    float: right; position: relative;
    text-align:center; margin: 15px auto;
}

/*---------------------------- FOOTER -----------------------------*/
#footer{
    color: #555;
    width: 780px; margin: 0 auto; 
    position: relative; top:20px;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
    width: 460px; height: 450px;
	overflow:hidden; 
	}
#slider li span{
width: 460px; height: 220px;
display:block;
border-bottom: 1px dotted silver;
}
span#prevBtn{position:absolute;top:0px; right:0px; width:15px; height:15px;display:block; }
span#nextBtn{position:absolute;top:0px; right:15px; width:15px; height:15px; z-index:9999;display:block;}		

