/* -------------------------------------------------------------------------------- */
/* Easy Slider */

#sliderNews { position: relative; }

#sliderNews ul, #sliderNews li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#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: 410px;
	height: 150px;
	overflow: hidden;
}

#sliderNews li { background: transparent; text-align: center; padding-top: 10px; }

/*#sliderNews li h1 {
	margin: 10px 20px 10px 25px;
	padding: 0 0 0 5px;
	font-size: 3.0em;
	color: #B5121B;
}*/

#sliderNews li img { display: block; margin: /*0 0 2px 58px*/ 0 auto 0; padding: 0 0 5px 0; text-align: center; }

#sliderNews li a.more { display: block; margin: /*5px 0 0 58px*/ 0 auto 0; padding: 0; font-size: 1.1em; text-align: center; }

#sliderNews li a.more span { display: block; margin-top: 10px; }

span#prevBtn { float: left; position: relative; left: 7px; bottom: 120px; }
span#nextBtn { float: right; position: relative; right: 0; bottom: 120px; }

span#prevBtn a,
span#nextBtn a { font-size: 0px; color: #fff; }

span#prevBtn a,
span#nextBtn a { width: 29px; height: 29px; display: block; }

span#prevBtn a { background: url(images/slider-arrows.png) no-repeat -58px 0; }
span#nextBtn a { background: url(images/slider-arrows.png) no-repeat 0 0; }

span#prevBtn a:hover { background: url(images/slider-arrows.png) no-repeat -87px 0; }
span#nextBtn a:hover { background: url(images/slider-arrows.png) no-repeat -29px 0; }
