.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 420px;
height: 258px; /* Set height to be able to contain height of largest content shown*/
border: 0px solid #687C98;
overflow: hidden;
background: none;
padding: 0px;
margin: 5px 0 0 5px;
}
/*
	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
*/
#p-select{padding: 0px 0 0 0; 
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */

padding: 0px 0 0 0;
visibility: hidden;
width: 420px;
height: 258px; 

}
/*
 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. */
width: 420px;
margin-top: 5px;
height: 35px;
background: #d8d7d7;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 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;
border: 0px solid black;
color: #fff;
padding: 0px;
font-weight:100;
font-size: 11px;
text-decoration: none;

}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
border: 0px solid #3593bd;
background: none !important;
color: #000;
font-size: 12px;
font-weight: 900;
}

.glidecontenttoggler a:hover{
background: #3593bd;
color: black;
font-size: 11px;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
	background: url(src/rot.jpg) left top repeat-x;
height: 17px; 
width: 15px;
}

.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: #3593bd;
color: white;
}

/*modyfikacje*/


#canadaprovinces3{padding: 5px 0 0 0;}

.glidecontentwrapper3{
position: relative; /* Do not change this value */
width: 330px;
height: 470px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
background: #FFF;
padding: 0px;
margin: 0px;
text-align: center;
}
/*
	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
*/
#p-select3{padding: 10px 0 0 0; }

.glidecontent3{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
padding: 10px;
visibility: hidden;
width: 310px;
height: 470px; 
background: #FFF;
text-align: center;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler3{ /*style for DIV used to contain toggler links. */
width: 300px;

text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler3 a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 0px solid black;
color: #fff;
padding: 0px;
font-weight:100;
font-size: 11px;
text-decoration: none;

}

.glidecontenttoggler3 a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
border: 0px solid #3593bd;
background: none !important;
color: #000;
font-size: 12px;
font-weight: 900;
}

.glidecontenttoggler3 a:hover{
background: #3593bd;
color: black;
font-size: 11px;
}

.glidecontenttoggler3 a.toc3{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
	background: url(src/rot.jpg) left top repeat-x;
height: 17px; 
width: 15px;
}

.glidecontenttoggler3 a.prev3, .glidecontenttoggler3 a.next3{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler3 a.prev3:hover, .glidecontenttoggler3 a.next3:hover{
background: #3593bd;
color: white;
}


/**/


#canadaprovinces2{padding: 25px 0 0 0;}

.glidecontentwrapper2{
position: relative; /* Do not change this value */
width: 380px;
height: 25px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
background: none;
padding: 0px;
margin: 0px;

}
/*
	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
*/
#p-select2{padding: 10px 0 0 0; }

.glidecontent2{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
padding: 0px;
visibility: hidden;
width: 380px;
height: 25px; 
background: #FFF;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler2{ /*style for DIV used to contain toggler links. */
width: 380px;

text-align: left; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler2 a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 0px solid black;
color: #fff;
padding: 0px;
font-weight:100;
font-size: 11px;
text-decoration: none;

}

.glidecontenttoggler2 a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
border: 0px solid #3593bd;
background: none !important;
color: #000;
font-size: 12px;
font-weight: 900;
}

.glidecontenttoggler2 a:hover{
background: #3593bd;
color: black;
font-size: 11px;
}

.glidecontenttoggler2 a.toc2{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
	background: url(src/rot.jpg) left top repeat-x;
height: 17px; 
width: 15px;
}

.glidecontenttoggler2 a.prev2, .glidecontenttoggler2 a.next2{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler2 a.prev2:hover, .glidecontenttoggler2 a.next2:hover{
background: #3593bd;
color: white;
}