
.slider {background:url(../images/slider.jpg)no-repeat;
	height: 250px;width:430px;margin-top:-15px;
}



/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:400px;
		height:198px;
		overflow:hidden; 
		}	
	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;

		}
	ol#controls li a{
		float:left;
		background:url(../images/tr.png);
		color:#375e78;
		padding:3px 7px 3px 7px;
		text-decoration:none;
		}
		
	ol#controls li a:hover {
		background: #FF6A00;
		color: #fff;
	}
	
	ol#controls li.current a{
		background:#fff;
		color:#000;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
.r-news3 {padding:6px;}
		
	.r-news-t3 {background-color: #FF6A00;
		color: #fff;
		font-size: 14px;
		padding: 5px;
	}

		.r-news-t3 a {
			color: #fff;
			text-decoration: none;
		}
		
	.r-news-c3 {background-color: #fff;
		color: #000;
	}
	
		.r-news-c3 img {
			height: 100px;width: 95px;padding:5px;margin:5px ;border:1px solid #999999;border-radius: 7px;-webkit-border-radius: 7px;-moz-border-radius: 7px; box-shadow: 0 0 10px #000; -webkit-box-shadow: 0 0 10px #000;-moz-box-shadow: 0 0 10px #000;
			float: left;
			border: 0;
			margin: 0 15px 0 0;
		}
