.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 100%;
height: 160px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
color:#00386b;

}
/*
	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
*/

.raptor{
	position:relative;
	border-bottom:1px solid #2a79bb;
}


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #FFF;
padding: 2px;
visibility: hidden;
width: 610px;
}

.glidecontent img{
	float: left;
	padding-left:5px;
	padding-bottom:5px;
	padding-right:5px;
	
	width: 180px;
}

.glidecontent h2{
	color:#000;
	padding-bottom:5px;
}

.glidecontent strong{
	color:#000;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
	width: 610px;
	margin-top: 3px;
	margin-bottom: 5px;
	text-align: center; /*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: auto;
	vertical-align:bottom;
}
/*
 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 */
	display: inline-block;
	border: 1px solid #CCCCCC;
	color: #006600;
	padding: 1px;
	margin-right: 3px;
	text-decoration: none;
	vertical-align:top;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #d9e6ee;
color: black;
}

.glidecontenttoggler a:hover{
	background: #a0c7e4;
	width: 200px;
	text-decoration: underline;
	color: #044F9D;
	font: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
	width:140px;
	height:140px;
	position: relative;
}

.glidecontenttoggler a.sport{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
	width:140px;
	height:140px;
	position: relative;
	background-color:#f09f9f;
}

.glidecontenttoggler a.cult{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
	width:140px;
	height:140px;
	position: relative;
	background-color:#bdf5bd;
}

.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{
background: #1A48A4;
color: white;
}

.topnews{
	height:25px;
	background-color:#3f7dba;
	color:#FFF;
	vertical-align:bottom;
	padding-left:10px;
	border-bottom:solid 3px #FFF;
	border-top:solid 3px #FFF;
	border-left:solid 3px #FFF;
	border-right:solid 3px #FFF;
}