img{border:none;}
	
/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:430px;
		height:300px;
		overflow:hidden; 
		}
	span#prevBtn{}
	span#nextBtn{}	
	
	#prevBtn a, #nextBtn a{
		color:#333;
		text-decoration:none;
		font-size:22px;}
	
#slideContainer{	
		margin: auto;
		position:relative;
		text-align:center;
		width:430px;
		height:300px;
		background:#fff;		
		margin-bottom:2em;
}

/* NEWS TICKER*/

#sliderNews ul, #sliderNews li{
		margin:0;
		padding:0;
		list-style:none;
		text-align:left;
		}
	#sliderNews, #sliderNews li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:250px;
      /*height:90px;*/	
	  	height:110px;
		overflow:hidden; 
		}
	span#prevBtn2{}
    span#nextBtn2{}	
	
	#prevBtn2 a, #nextBtn2 a{
		}
	
#slideNewsContainer{	
		margin: auto;
		position:relative;
		text-align:center;
		width:256px;
		padding-left:5px;
		/*height:110px;*/
		height:130px;
		background:#fff;		
		margin-bottom:2em;
/*		border: 1px solid #999;
*/}