/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */
#left_box {
	width:100px;
	height:30px;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;

	color: #FFF;
	text-decoration: none;
	margin-left: 30px;
	font-weight:normal;
	padding-top: 15px;
}
#slideshow_news {
	width: 1000px;
	height: 60px;
	background: url(../images/newsbar.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
}

#slideshow_news ul {
margin: 0;
padding: 0;
list-style-type: none;
height: 1%; /* IE fix */}

#slideshow_news ul:after {
content: ".";

clear: both;
display: block;
height: 0;
visibility: hidden;}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow_news .slides {
	overflow: hidden;
	width: 850px;
	height: 40px;
	color: #FFF;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-left: 5px;
}

#slideshow_news .slides ul {
width: 2880px;}

#slideshow_news .slides li {
	width: 920px;
	float: left;
}

#slideshow_news .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow_news .slides-nav {
background-color: #ff0000;
border-top: 2px solid #ccc;}

#slideshow_news .slides-nav li {
float: left;}

#slideshow_news .slides-nav li a {
display: block;
padding: 15px 20px;
outline: none;}

.js #slideshow_news .slides-nav li.on,
.js #slideshow_news .slides-nav li.on a {
background-color: #eee;}

.js #slideshow_news .slides-nav li.on a {
position: relative;
top: -4px;}
