	/*THIS IS THE TOUR WRAPPER*/
	.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 508px;
	height: 550px; /* Set height to be able to contain height of largest content shown*/
	background:url(../graphics/tour-mc-bot.jpg) bottom repeat-x #FFF;
	overflow: hidden;
	z-index:10;
	margin: 0 0 0 20px;
	border:solid #CCC 1px;
	}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background:url(../graphics/tour-mc-bot.jpg) bottom repeat-x #FFF;
margin:10px;
visibility: hidden;
width: 490px;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 550px;
float:left;
margin:0 auto;
text-align: center;
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
overflow:visible;
z-index:100;
position:relative;
}

/*Or total width of wrapper div (counting wrapper border/padding)*/
.glidecontenttoggler a{ /*style for every navigational link within toggler */
padding:8px 0 0 0;	margin:0;
width:102px;	height:30px;	max-height:22px;

background: url(../graphics/tour-nav-btn.jpg) top;
color: #FFF;
display: -moz-inline-box;
display: inline-block;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: url(../graphics/tour-nav-active.jpg);
color:#FFF;
}

.glidecontenttoggler a:hover{
background: url(../graphics/tour-nav-btn.jpg) bottom;
color:#fff;
text-decoration:none;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */}

/*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
.glidecontenttoggler a.prev { 
position: absolute;
	top:200px;
	left:7px;
display:block;
height:20px; width:20px;
background:none;
}

.glidecontenttoggler a.next{
position: absolute;
	top:200px;
	right:7px;
display:block;
height:20px; width:20px;
background:none;
}

.glidecontenttoggler a.next:hover, .glidecontenttoggler a.prev:hover {background:none;}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{}


