span#prevBtn{}
span#nextBtn{}	
#newscontainer
{
	margin-top: 3px;
	/*margin-bottom: 5px;*/
	padding-bottom: 5px;
	/*margin-left:30px;*/
	
	
	/*background-color: #FFFFFF;*/
	
	width: 100%;
   min-width:1280px;
	max-height:450px;
	min-height:300px;
	height:100%;
	border: solid 1px #6d6d6d;
	 -moz-border-radius : 10px 10px; 
   -webkit-border-radius: 10px 10px;
   border-radius: 10px 10px;
   /*
   -webkit-box-shadow: 2px 2px 2px ;
   -moz-box-shadow: 2px 2px 2px ;
    box-shadow: 2px 2px 2px ; */
	display:block;
	
}
#newscontainer h1
{
   color: red;
  float:left;
  margin-left:15px;
  margin-top:10px;
  margin-right:0px;
  margin-bottom:10px;
  
   text-align: center;
   /*font-family: Arial, "Arial Black", "Times New Roman", Times, serif;*/
   text-shadow: 1px 1px 1px #777; 
	text-decoration:underline;
	/*margin:0px;*/
   
}


.contentnews
{
/*padding-left:180px;*/
display:table-cell;
vertical-align:top;
}
.newsquotes
{
	font-size: 11pt;
	font-style:italic;
}
.newssubtitle
{
	font-size: 11pt;
	font-weight:bold;
}
.vignettenews
{
	text-align: left;
	/*width:auto;*/
	/*Height:auto;*/
	/*float:left;*/
	display:table-cell;
	width:15%
}

.vignettenews_2
{
	text-align: center;
	width:auto;
	Height:auto;
	/*float:left;*/
}
.vignettenews img
{
	
	height:150px;
	max-height:280px;
	/*width:107px;*/
	
	margin-top: 0px;
	
	
	margin-left: 15px;
    margin-right: 25px;
    margin-top: 20px;
border: 4px solid #FFFFFF;
}

.news
{
	width: 100%;
	min-width:1200px;
	height:100%;
	/*width: 1200px;/
	height:200px;
	/*padding-left:30px;*/

	
	display:table;
}
.news h2
{
   
   
   color: #00137F;
   margin:0px;
   padding-top:10px;
   text-align: left;
   /*font-family: Arial, "Arial Black", "Times New Roman", Times, serif;*/
   /*text-shadow: 1px 1px 1px #777; */
	text-decoration:underline;
	/*margin:15px;*/
   font-size: 14pt;
   
}
.news p
{
	padding-left:45px;
}
#slider{
	border: 2px solid #E5E5E5;

	background: linear-gradient(to bottom, rgba(229,229,229,1) 5%,rgba(226,226,226,1) 7%,rgba(255,255,255,1) 100%); /* W3C */
	box-shadow: 2px 2px 2px ;
	
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	width:1200px;
	
	height:100%;
	overflow:hidden; 
	margin:auto;
	
}	
/* numeric controls */	

ol#controls{
	margin:1em 0;
	/*padding:0;*/
	margin: 0px;
	margin-top: 5px;
	height:28px;	
	}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
	}
ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
	}
ol#controls li.current a{
	background:#5DC9E1;
	color:#fff;
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}