.newsSlider ul, .newsSlider li
{
	padding:0px;
	margin:0px;
}

.newsSlider {
	width:550px;
	height:175px;
	position:relative;
	display:none;
}

.newsSlider .wrapper {
	width:550px;
	overflow:auto;
	height:175px;
	position:absolute;
	top:10px;
	left:10px;
}

.newsSlider .wrapper ul {
	width:99999px;
	list-style:none;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	overflow:hidden;
}

.newsSlider ul li h2.title
{
	text-transform:uppercase;
	font-size:12px;
	color:#00296c;
}

.newsSlider ul li {
	display:block;
	float:left;
	width:530px;
	height:150px;
	margin:0px 0px 0px 0px;
	padding:10px;
	line-height:18px;
	text-align:justify;
}

.newsSlider ul li img
{
	border:1px solid #d0c9b0;
	padding:3px;
	background-color:#ededed;
	margin:4px;
}

.newsSlider .arrow
{
	cursor:pointer;
	height:15px;
	top:60px;
	width:15px;
	text-indent:-9999px;
}

.newsSlider .forward
{
	background:transparent url(/images/news-arrow-right.png) top left no-repeat;
	position:absolute;
	top:165px;
	right:0px;
}

.newsSlider .back
{
	background:transparent url(/images/news-arrow-left.png) top left no-repeat;
	position:absolute;
	top:165px;
	right:20px;
}

.newsSlider a.forward:hover, .newsSlider a.back:hover
{
	background-position:bottom left;
}

#thumbNav {
	position:relative;
	top:323px;
	text-align:center;
}

#thumbNav a {
	color:#000;
	font:11px/18px Georgia, Serif;
	display:inline-block;
	height:18px;
	background:#c58b04 url(../images/cellshade.png) repeat-x;
	text-align:center;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	margin:0 5px 0 0;
	padding:2px 8px;
}

#thumbNav a.cur {
	background:#e0a213;
}

#start-stop {
	display:none;
/*
background:green;
background-image:url(../images/cellshade.png);
background-repeat:repeat-x;
color:#FFF;
width:40px;
text-align:center;
position:absolute;
right:45px;
top:323px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
padding:2px 5px;
*/
}

#start-stop.playing {
	display:none;
/*
background-color:red;
*/
}

.newsSlider .wrapper ul ul {
	position:static;
	background:none;
	overflow:visible;
	width:auto;
	border:0;
	margin:0;
}

.newsSlider .wrapper ul ul li {
	float:none;
	height:auto;
	width:auto;
	background:none;
}

#thumbNav a:hover,#start-stop:hover {
	background-image:none;
}
