/*--------------------
Slider
--------------------*/
div#feature_wrp {width:100%; height: 235px; margin:0 auto 0 auto; color:#000;background:url(../images/fondoSlide.jpg) center no-repeat;
/*border-bottom:1px #eeddee dotted;*/ padding: 0 0 0.3em 0;
}

div#feature {width:100%; height:100%; position: relative; overflow: hidden;margin:0 auto 0 auto; padding: 0 0 0 0;}

div#slide_wrp {width:100%; height:240px; overflow: hidden; position: absolute; top:0px; left:0px;}


a#prev, a#next {text-indent: -9999px; width: 40px; height:92px; display:block; position: absolute; top: 70px;}

a#prev {background: url("../images/sliderbtn-2.png") no-repeat left top; height:92px; left:0;}

a#next {background:url("../images/sliderbtn.png") no-repeat left top; height:92px; right:0;}

a:hover#prev {background: url("../images/sliderbtn-2.png") no-repeat left bottom; height:92px; left:0;}

a:hover#next {background: url("../images/sliderbtn.png") no-repeat left bottom;height:92px; right:0em;}

div.slide {
width:100% !important; 
height:250px; 
overflow: hidden;
padding-top:0em;
position:relative;
}


div.slide img{margin: 0 0 0 0; width:100% !important; }

div.slide strong {
font-weight:bold;
color:#fff;
font-size:1.70em;
}

div.slide h3 {
color:#fff;
font-weight:bold;
font-size:1.5em;
}

div.slide h3 a {
color:#fff;
}

div.slide p{
width:35%; 
position:absolute; 
color:#fff; 
bottom:2em; 
left:0em; 
text-align:left;
line-height:40px;
font-size:1.5em;
font-weight:bold;
background:url(../images/backTitleSlide.png) center left repeat-x;
padding:1em 0.6em 1em 0.6em;
}

div.slide p span {
color:#009FB7;
text-transform:uppercase;
}