﻿.NewsRotatorWrapper{
	position: relative; /* Do not change this value */
	height: 240px; /* Set height to be able to contain height of largest content shown*/
	border: 0px solid #26447c;
	overflow: hidden;
	font-family:Arial, Helvetica, sans-serif;
	}

/*
	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
*/

.NewsItemWrapper{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	background:white;
	padding: 0px;
	/*visibility: hidden;*/
	width: 100%;
}

/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.NewsTitleWrapper 
{
	width:100%;
	height: 50px;
	line-height: 50px;
	clear: both;
}

.NewsTitleText 
{
	color: #24247a;
	font-weight: bold;
	font-size:26px;
	padding: 0 0 0 10px;
}

.NewsContentWrapper 
{
	height: 190px;
	line-height: 17px;
	padding-right: 5px;
}

#HomeContent .NewsContentWrapper a {
	font-size: 12px;
}

.NewsContentImage
{
	padding: 0 20px 0 10px;
	float: left;
}

.NewsContentText
{
	font-size:12px;
}

.clear {
	clear: both;
}

.NewsRotatorBottomCentre 
{
	color: #fff;
	float: left;
	font-weight: bold;
	line-height: 19px;
}



#CentreContent .glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 475px;
margin-top: 6px;
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*/
height: 20px;
background:white;
font-family: Arial, Helvetica, sans-serif;
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

#CentreContent .glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
/*border: 0px solid black;*/
color: #26447c;
padding: 0px 8px;
margin-right: 5px;
font-weight: bold;
text-decoration: none;
font-size: 13px; 
border: 1px solid #cccccc;
}

#CentreContent .glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #26447c;
color: #ffffff;
}

#CentreContent .glidecontenttoggler a:hover{
background: #26447c;
color: #ffffff;
text-decoration:none;
}

#CentreContent .glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

#CentreContent .glidecontenttoggler a.prev, #CentreContent .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

#CentreContent .glidecontenttoggler a.prev:hover, #CentreContent .glidecontenttoggler a.next:hover{
background: #26447c;
color: #ffffff;
}

#CentreContent .glidecontenttoggler a.prev:visited, #CentreContent .glidecontenttoggler a.next:visited{
color: #ffffff;			
}

#CentreContent .glidecontenttoggler a.toc:visited{
				color:#fff;
}
