@charset "utf-8";
/* CSS Document */
#container{
overflow:hidden;
width:662px;
height:131px;
background:#fff;
}

#content{
background: #fff;
width:662px;
height:131px;
position:relative;
top:-16px;
}

#thumbs ul{
display:block;
list-style:none;
width:662px;
height:131px;
padding-left:0px;
overflow:hidden;
}

#thumbs ul li{
display:block;
list-style:none;
overflow:hidden;
width:662px;
}

#thumbs ul li a{
margin-top: 4px;
}

#thumbs ul li img{
width:662px;
height:131px;
border:0px;
}

#thumbs ul li img:hover{

opacity:0.5;
FILTER: Alpha(opacity=50);
}

.slide{
width:662px;
height:131px;
overflow:hidden;
}

/* slider centro */
#container_centro{
overflow:hidden;
width:900px;
height:492px;
background:#fff;
}

#content_centro{
background: #fff;
width:900px;
height:492px;
position:relative;
top:-16px;
}

#thumbs_centro ul{
display:block;
list-style:none;
width:900px;
height:492px;
padding-left:0px;
overflow:hidden;
}

#thumbs_centro ul li{
display:block;
list-style:none;
overflow:hidden;
width:900px;
}

#thumbs_centro ul li a{
margin-top: 4px;
}

#thumbs_centro ul li img{
width:900px;
height:492px;
border:0px;
}

#thumbs_centro ul li img:hover{

opacity:0.5;
FILTER: Alpha(opacity=50);
}

.slide_centro{
width:900px;
height:492px;
overflow:hidden;
}
