#slidetop{
float:left;
width:430px;
height:44px;
font-family: Arial;
font-weight:bold;
font-size:16px;
color: #1048aa;
}

#slidebege{
float:left;
width:576px;
height:288px;
background-image: url(images/slidebg.jpg);
background-repeat: no-repeat;
margin-bottom:12px;
}

.glidecontentwrapper{
position: relative; /* Do not change this value */
width:546px;
height:229px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
margin-left:15px;
}
/*
	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: black;
width: 546px;
height: 229px;
}

.glidecontentopis{
float:left;
background: #1048aa;
width: 160px;
height: 229px;
color: #FFFFFF;
padding-left:20px;
padding-right:20px;
padding-top:10px;
font-size:12px;
}

.glidecontentfoto{
float:left;
width:346px;
height:229px;
}
/*
 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. */
float:left;
width:140px;
height:30px;
margin-top: 12px;
padding-bottom:0px;
text-align: left; /*How to align pagination links: "left", "center", or "right"*/
background: #FFFFFF;
}
/*
 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;
color: #2b333a;
margin-right: 1px;
padding: 3px 5px 3px 5px;
font-weight: bold;
background-image: url(images/1.gif);
background-repeat: repeat;
text-align: center;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
color: #f91b00;
}

.glidecontenttoggler a:hover{
color: #f91b00;
}

.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{
}





.fototematwrapper{
position: relative; /* Do not change this value */
width: 450px;
height: 952px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
margin-left:43px;
}
/*
	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
*/


.fototemat{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
visibility: hidden;
width: 450px;
}
/*
 Total fototemat width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.fototemattoggler{ /*style for DIV used to contain toggler links. */
width: 450px;
padding-top: 5px;
padding-bottom:11px;
text-align: center; /*How to align pagination links: "left", "center", or "right"*/
margin-left:43px;
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.fototemattoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
color: #2b333a;
margin-right: 1px;
padding: 3px 5px 3px 5px;
font-weight: bold;
text-align: center;
}

.fototemattoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
color: #f91b00;
}

.fototemattoggler a:hover{
color: #f91b00;
}

.fototemattoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.fototemattoggler a.prev, .fototemattoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.fototemattoggler a.prev:hover, .fototemattoggler a.next:hover{
}



