.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 650px;
height: 220px; /* Set height to be able to contain height of largest content shown*/
border: 0px;
overflow: hidden;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 10px;
visibility: hidden;
width: 625px;
}
#touropen
{
    cursor: pointer;
    float: right;
    display: inline;
    margin-top: 0px;
    margin-left: 200px;    
}

.glidecontenttoggler {
width: 650px;
height: 30px;
background: url(../images/tour_bg.gif) no-repeat 100% 100%;
}

.glidecontenttoggler ul {
	float: left;
	margin: 0px 0px 0px 20px;
	display: inline;
	width: 550px;
}

.glidecontenttoggler li {
	float: left;
	display: inline;
	border-right: 1px dotted #FFF;
}

.glidecontenttoggler a {
	padding: 10px 10px 10px 10px; /* for ie 6 */
	font-weight: bold;
	height: 30px;
	line-height: 31px;
}

html>body .glidecontenttoggler a { display: block; padding: 0 10px; color: #fff;text-decoration: none; }

.glidecontenttoggler a:hover { background-color: #006699 }

.glidecontenttoggler a.selected{ 
background: #3399CC;
color: #fff;
}

.bullets li{list-style-type: disc; margin-bottom: 7px; margin-left: 15px;}
.bullets ul{margin-top: 7px; margin-left: 10px;}
.subbullets li{list-style-type: circle; margin-bottom: 7px;}

#tourNavLeft { border-left: 1px dotted #FFF; }

#drop3 
{
    position:inherit;
    background:#333333;
    padding: 2px;
    margin: 3px 0 3px 0;
}
#border {
border: solid 1px #000;
background: #FFF;
margin: -4px 0 0 -4px;
}
#tourwindow_bg{display: none; position: absolute; top: 100px; left: 200px; width: 825px; border: solid 2px #ccc; height: 350px; z-index: 99; opacity:0.9;filter:alpha(opacity=90); background: #999;}
#tourwindow{display: none; position: absolute; top: 100px; left: 200px; width: 825px; z-index: 100;}
#tour_prev
{
    position: relative;
    top: 100px;
    padding: 7px;
    vertical-align:middle;
}
#tour_next
{
    position: relative;
    top: 100px;
    padding: 7px;
    vertical-align:middle;
}
#tourtable td{ padding: 7px; }
#tourtable
{
    position:relative;
}
.tourtop{ vertical-align:top;}