.glidecontentwrapper {
position: relative; /* Do not change this value */
width: 298px;
height: 200px; /* Set height to be able to contain height of largest content shown*/
border: 1px solid #CCC;
border-top: none;
overflow: hidden;
}
/*
	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: white;
padding: 10px;
visibility: hidden;
width: 260px;
padding-left:19px;
}
/*
 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: 304px;
  float: left;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}

/*
 Total contenttoggler width: 350px+5px+5px=360px
 Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a.toc { /*style for every navigational link within toggler */
  display: inline-block;
  border: 1px solid #CCC;
  color: #CCC;
  background-color: #FFFFFF;
  padding: 5px 0 5px 0;
  margin-right: -4px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.glidecontenttoggler a.toc1 { width: 110px; }
.glidecontenttoggler a.toc2 { width: 130px; }
.glidecontenttoggler a.toc3 { width: 56px; }
.glidecontenttoggler a:hover {
  background: #FFF;
  color: #000;
}
.glidecontenttoggler a.selected { /*style for selected page's toggler link. ".selected" class auto generated! */
  background: #FFF;
  color:#000;
  border-bottom: 1px solid #FFF;
}

.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;
}
#canadaprovinces .glidecontent a {
	text-decoration:none;
	color:#000000;
	padding-right:5px;
	}
#canadaprovinces .glidecontent a:hover {
	text-decoration:underline;
	color:#666;
	}
.glidecontenttoggler{
	_border-right:1px solid #ccc;
	_padding-right:1px;
}
.glidecontentwrapper h3 {
	margin:0 0 6px 0;
	font-weight:normal;
	line-height:16px;
	_font-size:13px;
	text-transform:capitalize;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome rules here */
	#topPost #tagSet {
/*         padding-left:14px; */
	}
}
