/* DIV NEWS */
div.news h3 {	
	font-size: 1em;    
	padding: 0;
	margin: 0 -7px 0 -7px;
	position: relative;
	top: -5px;	
}

div.news h3 a {
	text-decoration: none;
	color: #333;
	padding: 7px 7px;	
}

div.news h3 a:visited {
	color: #666;
}

div.news h3 a:hover, div.news.single h3 a:hover {
	color: #f00;
}

.news p {
	margin:0 0 10px 0;
	padding:0;
	text-align:justify;
	font-size:0.9em;
	line-height:1.5em;
	clear:left;
}

.news p.lead {
	position: relative;
	top: -9px;
	clear: none;
}

.news .img {      
	float: left;
	display: inline;
}

.news .img img {
        margin: 20px 0 0 0;
	border: 1px solid #999;
	width:160px;
	margin: 0;	
}

div.news a.circle {
	float: right;
	display: inline;
	font-size: 0.9em;
	line-height: 2.8em;
	/*background: transparent url(../gfx/buttonlink.png) no-repeat center right;
	behavior: url(libs/iepngfix_v2/iepngfix.php);*/
	padding: 0 30px 0 0;
	margin: -15px 0 -1px 0;
	color: #333;	
}

div.news a.circle:hover {
	/*background-image: url(../gfx/buttonlink-ho.png);*/
	color: #f00;
}


/* DIV NEWSSLIDE */
#newsslide {
	height: 315px;
	display: none;
        /*background: yellow;*/
	background: #000;
	position: relative;
}

/* DIV NSBG */
#nsbg {
	position: absolute;
	left: 0;
	top: 0;
	height: 260px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
}

/* DIV nslead */
#nslead {
	position: absolute;
        left: 0;
	bottom: 0;
	width: 97.5%;
	padding: 7px;
	background: #000;
	opacity: 0.75;
	filter: alpha(opacity=75);
	line-height: 1.5em;
	color: #fff;
	font-size: 1.1em;
	text-align: justify;
	z-index: 100;
}

#nslead h3 {
	position: relative;
	padding: 0;
	font-size: 1em;
	margin: 2px 0 7px 0;
	color: #fff;
	z-index: 1;
}
#nslead h3 a {
	color: #fff;
}
#nslead h3 a:hover {
	color: #f00;
}

#nslead p {	
	margin: 0;
	font-size: 0.9em;
	padding: 0;
	z-index: 10;
}


ul#prevnext {
        text-align:center;
	list-style: none;
	margin: 0px 0 0 0;
	padding: 0;		
	background: none;
        font-size:35px;
}

ul#prevnext li {
        float:left;
        height:auto;
        width: 112px;
}

ul#prevnext li a {
	display: block;
	background: #000;
	opacity: 0.75;
	filter: alpha(opacity=75);
	margin: 0;
	padding:2px 5px;
	width: auto;
	height:48.1px;
	color: #fff;
	font-weight: bold;
	font-size: 0.4em;
	text-decoration: none;
}

ul#prevnext li a p {
	font-weight: bold;
        width: auto;
        color: #3399FF;
        font-size: 12px;
        font-family: Arial;
        margin-top:17px;
}

ul#prevnext li a.selected {
	background: #aaa;
}

ul#prevnext li a:hover {
	background: #fff;
     
}




