.image_rotator
{
background-color:#fff;
color:#fff;
width:99.8%;
margin-bottom:0px;
}


.glidecontentwrapper {
	position: relative; /* Do not change this value */
	width: 99.9%;
	height: 220px; /* Set height to be able to contain height of largest content shown*/
	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:#fff;
	padding: 0px;
	visibility: hidden;
	width: 100%;
}
/*
Total glidecontent width: 330px+10px+10px=350px
Or width of wrapper div itself (not counting wrapper border/padding)
*/


.story-content div {
background: #e3e3e3 none repeat scroll 0 0;
display:block;
height:75px;
left:0;
position:absolute;
bottom:0px;
width:100%;
z-index:2;
filter:alpha(opacity=90);
-moz-opacity:.90;
opacity:.90;
-khtml-opacity:0.90;
}


.story-content h4 {
color:#003366;
font-size:18px;
left:10px;
position:absolute;
bottom:50px;
width:100%;
z-index:3;
margin:0px;
font-weight:bold;
}

.story-content h4 a {
color:#003366;
text-decoration:none;
}

.story-content p {
color:#003366;
left:10px;
font-size:11px;
position:absolute;
top:175px;
width:70%;
z-index:3;
margin:0px;
line-height:normal;
font-weight:bold;
}

.glidecontenttoggler { /*style for DIV used to contain toggler links. */
font-size:11px;
	position:absolute;
	bottom:0px;
	right:0px;
	background-image:url(../images/tour_paging_bg.png);
	background-position:left top;
	height:25px;
	padding-left:35px;
	z-index:991;
	padding-top:2px;
	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*/

}


*html .glidecontenttoggler { /*style for DIV used to contain toggler links. */
	background-image:url(../images_gif/tour_paging_bg.gif);
}
/*
 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 */
	color: #fff;
	text-decoration: none;
	padding:2px 2px;
	margin-right:5px;
}
.glidecontenttoggler a.selected { /*style for selected page's toggler link. ".selected" class auto generated! */	
	color: #fff;
	text-decoration: none;
	padding:2px 2px;
	margin-right:5px;
	background-color:#660000;

}
.glidecontenttoggler a:hover {
color: #fff;
	text-decoration: none;
	padding:2px 2px;
	margin-right:5px;
	background-color:#660000;
}
.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 {
	color: #fff;
	text-decoration: none;
	padding:2px 2px;
	margin-right:5px;
	background-color:#660000;
}

.heading
{
background-color:#152D52;
}
