#content-foto-list #carosel{ margin:20px 0 0 36px;}
#content-foto-list #carosel li{ margin:0 8px 0 0;}
#content-foto-list #carosel li img{border:2px solid  #666666;}
#content-foto-list .prev{float:left;
background:url(../images/box/prev.png) no-repeat;
display:block;
height:0;
margin:0;
overflow:hidden;
padding:100px 0 0 0;
width:35px;
cursor:pointer;
position:absolute;
left:0;
bottom:0;
}
#content-foto-list .next{
float:left;
background:url(../images/box/next.png) no-repeat;
display:block;
height:0;
margin:0;
overflow:hidden;
padding:100px 0 0 0;
width:35px;
cursor:pointer;
position:absolute;
right:0;
bottom:0;
}
