.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 800px; /*bilo 640, pa 670*/
padding: 0 0;
margin-left:40px; /*100*/
margin-top:20px; 
height: 355px;/*295px; *//* 220 Set height to be able to contain height of largest content shown*/
border: 1px solid #cccccc;/*5px solid #6c98be;*/
border-bottom: 1px solid #6c98be;
background-color:#ffffff;
overflow: hidden;

opacity:1.00; /*this is for FireFox*/ 
filter:alpha(opacity=100);/* this is for IE*/ 

}



#sajtovi{
width:770px; /*640px;*/
height:355px;/*295px;*/
background-image: url(http://www.virtuelnagalerija.com/images/novekategorije/sajtovi_sr.jpg);
float:left;
overflow:hidden;
}

#sajtovi_eng{
width:770px; /*640px;*/
height:355px;/*295px;*/
background-image: url(http://www.virtuelnagalerija.com/images/novekategorije/sajtovi_eng.jpg);
float:left;
overflow:hidden;
}

#slike{
width:770px; /*640px;*/
height:355px;/*295px;*/
background-image: url(http://www.virtuelnagalerija.com/images/novekategorije/slike_sr.jpg);
float:left;
overflow:hidden;
}

#slike_eng{
width:770px; /*640px;*/
height:355px;/*295px;*/
background-image: url(http://www.virtuelnagalerija.com/images/novekategorije/slike_eng.jpg);
float:left;
overflow:hidden;
}

#ilustracije {
width:770px; /*640px;*/
height:355px;/*295px;*/
background-image: url(http://www.virtuelnagalerija.com/images/novekategorije/ilustracije_sr.jpg);
float:left;
overflow:hidden;
}

#ilustracije_eng{
width:770px; /*640px;*/
height:355px;/*295px;*/
background-image: url(http://www.virtuelnagalerija.com/images/novekategorije/ilustracije_eng.jpg);
float:left;
overflow:hidden;
}

.tekst {
list-style:none;
width:300px;/*240px;*/
height:355px;/*295px;*/
margin: 70px 60px 60px 30px; /*zadnja bila 30 */
padding:5px, 5px, 5px, 5px;
background-color:transparent;/*2c2c2c;*/
float:left;
overflow:hidden;
font-size:1.1em;
color:#000000;
}

.unutrasnja_slika {
width:10px;/*100*/
height:170px;
margin:70px 0px 60px 10px;
padding:10px;
border:0px solid #000000;
float:left;
}

/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position:absolute; /* Do not change this value */
background:transparent;/*#6c98be;/*transparent;*/
padding: 0px; /*0px;*/
visibility: hidden;
width: 800px;/*700px;*/
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
position:absolute;
width: auto;/*650px;*/
height:30px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
/*always declare an explicit background color for fade effect to properly render in IE*/
/*background:#4c4c4c url(http://www.virtuelnagalerija.com/includes/templates/12541/images/dno.jpg) bottom;*/
padding:0 0 5px 0;
margin-left:50px; /* za sredinu treba 100*/
margin-top:2px;
float:left;
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
height:18px;
background: #1e232a;
color: #ffffff;
padding: 5px 5px 5px 5px;
margin-right: 1px; 
margin-left:1px;
font-size:12px;
font-weight: normal;
text-transform:uppercase;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #800000;/*#E4EFFA;*/
color: white;/*black;*/
}

.glidecontenttoggler a:hover{
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}

