.image_rotator
{
	color:#fff;
	width:100%;
	margin-bottom:0px;
}


.glidecontentwrapper {
	position: relative; /* Do not change this value */
	width: 100%;
	height: 290px; /* 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 */
	padding: 0px;
	visibility: hidden;
	width: 100%;
}
/*
Total glidecontent width: 330px+10px+10px=350px
Or width of wrapper div itself (not counting wrapper border/padding)
*/
.bannerImg_link{ float:left; display:block; margin:56px 0px 0px 60px;width:600px; height:230px;}
.story-content .bannerCnt1_Hold
{
	display:block; 
	z-index:2;
	background:url(../images/banner1.jpg) no-repeat top left;
	width:100%; height:290px;
}

.story-content .bannerCnt2_Hold
{
	display:block; 
	z-index:3;
	background:url(../images/banner2.jpg) no-repeat top left;
	width:100%; height:290px;
}
.story-content .bannerCnt3_Hold
{
	display:block; 
	z-index:4;
	background:url(../images/banner3.jpg) no-repeat top left;
	width:100%; height:290px;
}
.story-content .bannerCnt4_Hold
{
	display:block; 
	z-index:3;
	background:url(../images/banner4.jpg) no-repeat top left;
	width:100%; height:290px;
}
.story-content .bannerCnt5_Hold
{
	display:block; 
	z-index:4;
	background:url(../images/banner5.jpg) no-repeat top left;
	width:100%; height:290px;
}
/**/

.story-content .bannerCnt_Cnt 
{
float:right;
padding:65px 0px 0px 0px;
width:31%; height:210px;
color:#000000;

}
.story-content .bannerCnt_Cnt .banner_title
{
	/*float:left;*/ display:inline-block;
	padding:5px 0px;
	color:#0084c6;
	text-decoration:none;
	font-size:24px;
}
.story-content .bannerCnt_Cnt .banner_title2
{
	/*float:left;*/ display:inline-block;
	margin:10px 0px 10px 0px;
	color:#000000;
	text-decoration:none;
	font-size:18px;
}
.story-content .bannerCnt_Cnt  .banner_text2
{
	/*float:left;*/ display:inline-block;
	margin:18px 0px 10px 0px;
	color:#000000;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	line-height:1.64;
	text-align:left;
}
.story-content .bannerCnt_Cnt .banner_list_txt1
{
	/*float:left;*/ display:inline-block;
	padding:3px 0px 8px 30px;
	background:url(../images/banner1_list1.gif) no-repeat top left;
	font-size:12px;
}
.story-content .bannerCnt_Cnt .banner_list_txt2
{
	/*float:left;*/ display:inline-block;
	padding:3px 0px 8px 30px;
	background:url(../images/banner1_list2.gif) no-repeat top left;
	font-size:12px;
}
.story-content .bannerCnt_Cnt .banner_list_txt3
{
	/*float:left;*/ display:inline-block;
	padding:3px 0px 8px 30px;
	background:url(../images/banner1_list3.gif) no-repeat top left;
	font-size:12px;
}
.story-content .bannerCnt_Cnt .banner_list_txt4
{
	/*float:left;*/ display:inline-block;
	padding:3px 0px 8px 30px;
	background:url(../images/banner1_list4.gif) no-repeat top left;
	font-size:12px;
}
/**/
a.btn_banner
{
	float:left;
	margin:5px 10px 0px 0px;
	background:url(../images/btn_bn_lt.jpg) no-repeat top left;
	min-width:70px; height:29px;
	color:#FFFFFF;
	text-decoration: none;
	display: block;
    cursor:pointer;
	text-align:center;
	font-weight:bold;
	font-size:13px;
}
a.btn_banner span
{
	float:left;
	padding:8px 10px 3px 10px;
	background:url(../images/btn_bn_rt.jpg) no-repeat top right;
	display: block;
	min-width:70px; height:18px;
}
a.btn_banner:hover
{
	background-position: bottom left;
	color:#FFFFFF;
	text-decoration:none;
}

a.btn_banner:hover span
{
    background-position: bottom right;
	color:#FFFFFF;
}

/**/
.story-content h4 {
margin:0px; padding:10px 0px;
width:98%; height:30px;
text-align:center;
color:#000000;
font-size:26px;
font-weight:bold;
left:10px; top:10px;
position:absolute;
z-index:3;
}

.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:10px;
	left:10px;
	background-image:url(../images/tour_paging_bg.png);
	background-position:left top;
	height:25px;
	z-index:110;
	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! */
}
.prev
{
	float:left;
	color: #fff;
	text-decoration: none;
}

.prev a
{
	margin-right:5px; padding: 5px 5px 5px 10px;
	background:url(../images/bullet_back.gif) no-repeat top left;
	background-position:5px 9px;
	background-color:#07224d;
	color: #fff;
	text-decoration: none;
	display:inline-block;
}
.prev a:hover
{
	margin-right:5px; padding: 5px 5px 5px 10px;
	background-color:#106bde;
	color: #fff;
	text-decoration: none;
}

.next
{
	float:left;
	color: #fff;
	text-decoration: none;
}

.next a
{
	margin-right:5px; padding: 5px 5px 5px 18px;
	background:url(../images/bullet_next.gif) no-repeat top right;
	background-position:5px 9px;
	background-color:#07224d;
	color: #fff;
	text-decoration: none;
	display:inline-block;
}
.next a:hover
{
	margin-right:5px; padding: 5px 5px 5px 18px;
	background-color:#106bde;
	color: #fff;
	text-decoration: none;
}

.heading
{
background-color:#152D52;
}

