#perfil_fotos{
 overflow: hidden;
 margin-bottom: 5px;
 background-color: #fff;
 box-shadow: 1px 1px 3px #bbb;
 -webkit-box-shadow: 1px 1px 3px #bbb;
 -moz-box-shadow: 1px 1px 3px #bbb;
}
#perfil_fotos_info{
 left: 0;
 display: none;
 top: 150px;
 color: #fff;
 height: 60px;
 width: 200px;
 position: absolute;
 background-color: #000;
 opacity: 0.8;
}
#perfil_fotos_view{
 left: 0;
 top: 0;
 height: 37px;
 overflow: hidden;
 position: relative;
 background-color: #e6e6e6;
}
.perfil_fotos_mini, .perfil_fotos_none{
 left: 0;
 top: 0;
 float: left;
 width: 32px;
 height: 33px;
 margin-right: 1px;
 position: relative;
 background-image: url(images/ifoto_tempo.gif);
 background-repeat: no-repeat;
 background-position: center;
 background-color: #fff;
 border-top: 2px solid #e6e6e6;
 border-bottom: 2px solid #e6e6e6;
}
.perfil_fotos_mini:hover{
 cursor: pointer;
 border-color: #F9A200;
}
.perfil_fotos_del{
 top: 0;
 left: 18px;
 height: 12px;
 opacity: 0.7;
 width: 12px;
 font-size: 1px;
 cursor: default;
 display: none;
 position: absolute;
 overflow: hidden;
 border: 1px solid #fff;
 background-position: center;
 background-repeat: no-repeat;
 background-color: #B0B0B0;
 background-image: url(images/ifoto_del_of.gif);
}
.perfil_fotos_del:hover{
 opacity: 1;
 background-color: #B90017;
 background-image: url(images/ifoto_del_on.gif);
}
#perfil_fotos_prev, #perfil_fotos_next, #perfil_fotos_prevno, #perfil_fotos_nextno{
 float: left;
 height: 33px;
 width: 17px;
 opacity: 0.9;
 font-size: 1px;
 cursor: pointer;
 overflow: hidden;
 background-position: center;
 background-repeat: no-repeat;
 background-color: #ccc;
 border-top: 2px solid #e6e6e6;
 border-bottom: 2px solid #e6e6e6;
}
#perfil_fotos_prevno {
 height: 39px;
 cursor: default;
 margin-right: 1px;
 background-color: #eee;
 background-image: url(images/ifoto_back_no.png);
}
#perfil_fotos_nextno {
 height: 39px;
 cursor: default;
 background-color: #eee;
 background-image: url(images/ifoto_next_no.png);
}
#perfil_fotos_prev {
 margin-right: 1px;
 background-image: url(images/ifoto_back_of.png);
}
#perfil_fotos_next{
 left: 150px;
 background-image: url(images/ifoto_next_of.png);
}
#perfil_fotos_prev:hover {
 opacity: 0.9;
 border-color: #F9A200;
 background-color: #4d4d4d;
 background-image: url(images/ifoto_back_on.png);
}
#perfil_fotos_next:hover {
 opacity: 0.9;
 border-color: #F9A200;
 background-color: #4d4d4d;
 background-image: url(images/ifoto_next_on.png);
}
#perfil_fotos_main{
 width: -moz-max-content;
 height: 33px;
 float: left;
}
#perfil_fotos_main img{
 width: 32px;
 height: 33px;
}