/*

  ░░░░░░░░  ░░  ░░░░░░░░  ░░░░░░░░  ░░░░░░░░  ░░  ░░░░░░░░        
  ░░    ░░  ░░  ░░░             ░░  ░░    ░░  ░░  ░░
  ░░░░░░░░  ░░  ░░░░░░░░  ░░░░░░░░  ░░░░░░░░  ░░  ░░░░░░░░
  ░░    ░░  ░░        ░░  ░░        ░░    ░░  ░░        ░░
  ░░░░░░░░  ░░  ░░░░░░░░  ░░░░░░░░  ░░░░░░░░  ░░  ░░░░░░░░

  ░░░░░░░░  ░░░░░░░░  ░░░░░░░░
  ░░        ░░		  ░░
  ░░		░░░░░░░░  ░░░░░░░░
  ░░              ░░  		░░
  ░░░░░░░░  ░░░░░░░░  ░░░░░░░░

############################################################################################
############################################################################################
########  BIS2BIS - COMÉRCIO ELETRÔNICO                                                    #
########  Módulo : Banner                                                                  #
########  Desenvolvedor : Guilherme Costa                                                  #
########  Email : guilherme.costa@bis2bis.com.br                                           #
########  Descrição : ESTILOS CSS                                                          #
############################################################################################
############################################################################################
*/


/*ESQUERDA*/
#banner_left li{ width: 100%; margin-bottom : 5px; }

/*DIREITA*/
#banner_right li{ width: 100%; margin-bottom : 5px; }


/*RODAPÉ*/
#banner_footer li{ margin-bottom : 5px; float : left; display: block; }
#banner_footer{ margin-bottom : 5px;}

/*CONTEÚDO*/
#banner_container li{ width: 100%; height: 300px; }
#banner_container li #flash_container{ width : 100%; height: 300px; }


/*CATEGORIA*/
#banner_category li{ width: 100%; margin-bottom : 5px; height: 300px; }
#banner_category li #flash_container{ width : 100%;  }

/*TOPO*/
#banner_top li{ width: 100%; height: 400px; }
#banner_top li #flash_container{ width : 100%; height: 400px; }

/*WRAPPER*/
#banner_wrapper_top{ width : 940px; margin : 0 auto; }


/*PAGINAÇÃO*/
.pager-banner{ float : right; margin-top : 5px; margin-bottom : 5px;}
.pager-banner a{ padding : 5px 10px 5px 10px; background: #666; text-decoration : none; display : block; float : left; margin-left : 5px; color : #FFF; font-family: arial; font-weight: bold; }
.pager-banner a.activeSlide{ background: #FF3300; color: #000;}
