.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 670px; /*bilo 640, pa 670*/
padding: 0 0;
margin-left:40px; /*100*/
margin-top:20px; 
height: 295px;/*295px; *//* 220 Set height to be able to contain height of largest content shown*/
border: 0px 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*/ 

}


#welcome{width:675px; height:295px; background-image:url(http://www.soundheart.co.uk/images/slideimages/welcome.jpg);float:left; overflow:hidden}
#guitars{width:675px; height:295px; background-image:url(http://www.soundheart.co.uk/images/slideimages/guitars.jpg);float:left; overflow:hidden}
#brass{width:675px; height:295px; background-image:url(http://www.soundheart.co.uk/images/slideimages/brass.jpg);float:left; overflow:hidden}
#woodwind{width:675px; height:295px; background-image:url(http://www.soundheart.co.uk/images/slideimages/woodwind.jpg);float:left; overflow:hidden}
#percussion{width:675px; height:295px; background-image:url(http://www.soundheart.co.uk/images/slideimages/percussion.jpg);float:left; overflow:hidden}
#shop{width:675px; height:295px; background-image:url(http://www.soundheart.co.uk/images/slideimages/shop.jpg);float:left; overflow:hidden}
#workshop{width:675px; height:295px; background-image:url(http://www.soundheart.co.uk/images/slideimages/workshop.jpg);float:left; overflow:hidden}
#sheetmusic{width:675px; height:295px; background-image:url(http://www.soundheart.co.uk/images/slideimages/sheetmusic.jpg);float:left; overflow:hidden}



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

.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;*/
}


.katalog {
position:absolute;
right: 130px;
top:180px;
}


/*
 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:20px; /* bilo 30 */
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:10px;
background: #1e232a;
color: #ffffff;
padding: 5px 5px 5px 5px;
margin-right: 1px; 
margin-left:1px;
font-size:10px;
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;
}

