﻿/*TopSlider*/
.topSliderWrapper{
position: relative; /* Do not change this value */
width: 100%;
height:288px;
overflow: hidden;
margin: 0 0 0 0;
padding: 0 0 0 0;
}
.topSliderWrapper h1{
font-size: 16px;
font-family: Arial, Tahoma, Sans-Serif;
font-weight:normal;
padding:0;
margin:0 0 10px 0;
line-height: 140%;
color:#1e7286;
}
.newsImage {
	margin:5px 0 !important;
	height:270px !important;
}
.topSliderWrapper img {
width:340px !important;
height:180px;
margin:0 0 15px 0;

}
.sliderPlayer {
	margin:0 0 15px 0;
	position:relative;
}
.sliderPlayerSwf, .sliderPlayer * {
	margin:0;
	padding:0;
}

/*End of topSlider*/
.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 100%;
height:197px;
overflow: hidden;
margin: 0 0 0 0;
padding: 0 0 0 0;
}
/*
	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: white;
padding: 0 0 0 0;
width: 100%;
visibility: hidden;

}
.glidecontent2{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 0 0 0 0;
width: 100%;
visibility: hidden;

}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/
.topslidertoggler {
float:left !important;

}
.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
float:left;
font-family:Tahoma;
font-size:8pt;
font-style:normal;
font-weight:normal;
margin:0 -5px 0 0;
visibility:hidden;
}
/*
 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: -moz-inline-box;
	display: inline-block;
	color: #777;
	padding:0;
	text-align:center;
	margin: 1px 0 0 5px;
	width:20px;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	-moz-border-radius: 5px;
	border-radius: 5px;
	direction:ltr;
	height:20px;
	line-height:18px;
	background-image:url('images/opinionSpace_nbg.png');
	background-position:center center;
	background-repeat:no-repeat;

}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	color:#fff;
	background-image:url('images/opinionSpace_nbg_selected.png');
	background-position:center center;
	background-repeat:no-repeat;
}

.glidecontenttoggler a:hover{
	color:#fff;
	background-image:url('images/opinionSpace_nbg_hover.png');
	background-position:center center;
	background-repeat:no-repeat;
}
.glidecontenttoggler a.selected:hover {
	color:#fff;
	background-image:url('images/opinionSpace_nbg_selected.png');
	background-position:center center;
	background-repeat:no-repeat;
}
.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
	padding:1px 0 0 0;
}

.glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.next:hover{
background: #4683CC;
color: white;
}

.glidecontenttoggler a.prev:hover{
background: #4683CC;
color: white;
}
#marqueecontainer{
position: relative;
width: 280px; /*marquee width */
height: 175px; /*marquee height */
overflow: hidden;
padding: 0 0 0 0;
}
#vmarquee {
	position:absolute;
	margin:0;
	padding:0;
}