/*
    Document   : administracao-restaurantes
    Created on : 16/03/2011, 15:29:13
    Author     : Filipe filipe@maqina.com.br
    Description: Estilos da pagina de administracao do restaurante
*/

@import url("_basico.css"); /* funcionalidades basicas de css */
@import url("_template.css"); /* configuracoes do projeto */
@import url("jquery-ui-1.8.11.custom.css"); /* configuracoes do projeto */

.tt-main{width:552px; height:42px; background-position: -9px -706px;}


#main img{
    float:right;
    margin: -45px 20px 0 42px;
}

#thumbs-fotos{
    position:relative;
    float:left;
    width:560px;
    height:150px;
    margin-top:10px;
    padding:0 35px;
    background:url("../imagem/backgrounds/bg-caroussel-servicos.png") no-repeat;
}
#thumbs-fotos .caroussel{
    overflow:hidden;
}
#thumbs-fotos .caroussel img{
    float: none;
    overflow:hidden;
    margin:0;
}
#thumbs-fotos .bt-anterior{
    position:absolute;
    top:65px;   left:-10px;
    width:23px;
    height:23px;
    background:url("../imagem/bullets/bullets.png") no-repeat -295px -302px;
}
#thumbs-fotos .bt-anterior:hover{
    background-position: -328px -328px;
}
#thumbs-fotos .bt-proximo{
    position:absolute;
    top:65px;   right:-10px;
    width:23px;
    height:23px;
    background:url("../imagem/bullets/bullets.png") no-repeat 0 0;
}
#thumbs-fotos .bt-proximo:hover{
    background-position: -30px -33px;
}
#thumbs-fotos .caroussel li{
    float:left;
    margin-right:10px;
}
#thumbs-fotos .caroussel li.last{
    margin-right:0;
}
