#slider{
height: 250px;
overflow: hidden;
margin: 0 auto;
position: relative;
width: 980px;
z-index: 2;
margin-top:-130px;
border:0px solid #0f0;
}

#slider_content{
height: 187px;
list-style: none;
margin: 0 auto;
overflow: hidden;
position: absolute;
top: 10px;
margin-left:-35px;
width: 960px;
z-index: 0;
border:0px solid #00f;
}

#slider_content li{
background-image:url('../img/bgsite.png');
float: left;
height: 187px;
position: relative;
width: 326px;
z-index:9;
}
#slider_content li img{
width: 250px;
left: 29px;
position: absolute;
top: 11px;
width:258px;
height:155px;
border:none;
z-index:10;
}

#slider_content li .panel{
background: #0a0b07;
bottom: 4px;
height: 26px;
left: 61px;
overflow: hidden;
position: absolute;
width: 192px;
z-index: 15;
}

#slider_content li .panel h2{
height: 26px;
line-height: 26px;
color:#cdcf91;
margin-top:0px;
font-size: 12px;
text-align:center;
}

#slider_content li .panel h2 a:link,
#slider_content li .panel h2 a:visited{
background: transparent url('../img/projeto.png') no-repeat 0 0;
text-decoration:none;
display: block;
height: 23px;
color:#cdcf91;
}

#slider_content li .panel h2 a:hover,
#slider_content li .panel h2 a:active{ background-position: 0 -26px; }

#slider_content li .panel h2 a:link.act,
#slider_content li .panel h2 a:visited.act{ background-position: 0 -52px; }


#slider_content li .panel p{
color: #93945e;
font-size: 10px;
line-height: 18px;
margin: 0 20px 15px;
text-align: center;
}
#slider_frame{
    margin:auto;
    position:relative;
    width: 980px;
    z-index:400;
}

a:link#back,
a:visited#back,
a:link#next,
a:visited#next{
background: transparent url('../img/btnnext.png') no-repeat 0 -65px;
position: absolute;
display: block;
height: 65px;
right: 0;
top: 70px;
width: 65px;
z-index: 150;
/*text-indent: -13000em;*/
}

a:link#back,
a:visited#back{
background-image: url('../img/btnprev.png');
right: auto;
z-index: 150;
}

a:hover#back,
a:active#back,
a:hover#next,
a:active#next{ background-position: 0 0; z-index: 150 !important; }
