/*------------------------------------------------------------------
slides.css
-------------------------------------------------------------------*/

#slides {
	clear: both;
	width: 615px;
	}

.slide {
	margin: 0;
	/*margin-top: 10px;*/
	padding: 0 1.125em .6125em 1.125em; /* THIS IS FOR 75x75 pix (081215) */
	/*padding: 0 1.125em 1.125em 1.125em;*/
	display: none; 
	overflow: hidden; 
	/*background: url(../images/bg_home2.png);*/
	}

div#slide1 {
	display: block;
}
	

div.controls, div.news-header {
	margin: 0 1.5em;
	font-size: 0.8em;
	}
	
div.news-header {
	line-height: 1.125em;

	}
	
.news-header h2 {
	width: 30%;
	font-weight:normal;
	float:left;
	margin: 0;
	}
	
.news-header span.gaz_link {
	width: 30%;
	float: right;
	text-align: right;
	}
	
.news-header span.gaz_link a {
	font-size: 1.15em;
	font-weight: bold;
	padding-left: 12px;
	color: #bbb;
	background: url(../images/arrow_bullet_off.gif) no-repeat center left;
	}
	
.news-header span.gaz_link a:hover,
.news-header span.gaz_link a:active {
	background: url(../images/arrow_bullet_on.gif) no-repeat center left;
	text-decoration: none;
	}

.controls {
	position: relative;
	border-top: 1px solid #666;
	line-height: 0em;
	}

.controls ul {
	position: absolute;
	top: -19px;
	left: 50%;
	width: 162px; /* larger than needed for IE6 */
	margin-left: -81px;
	}
	
.controls li.boxy {
	float: left;
	height: 19px;
	width: 29px;
	margin: 0 5px;
	padding-top: 0.1em; /* push text down for Opera */
	font-size: 0.5em;
	color: #991122;
	background: url(../images/controls_red.gif) no-repeat top center;
  cursor: pointer;
	}
	
.controls li.current {
	background: url(../images/controls_on.gif) no-repeat top center;
	padding-bottom: 2.125em;
	color: #ccc;
	}



	
div.newsitems {
	clear: both;
	font-family: Georgia, Utopia, Palatino, 'Palatino Linotype', serif;
	padding-top: 0.43em; /* THIS IS FOR 75x75 pix (081215) */
	/*padding-top: 0.65em;*/
	}
	
.newsitemleft {
	float: left;
	width: 300px;
	}
	
.newsitems a {
	color: #bbb;
	font-weight: bold;
	}
.newsitems a:hover,
.newsitems a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	}

.newsitems img {
	float: left;
	margin-right: 10px;
	border: 1px solid #222; /* prevents jump on hover */
	}
.newsitems a:hover img {
	border: 1px solid #fff;
	}
	
.newsitems p {
	margin: 5px 10px 0 0;
	}

span.story_link {
	color: #dd3344;
	}

a.video_link {
	padding-right: 24px;
	background: url(../images/play.gif) no-repeat center right;
	}
	
	
