/* CSS Document */

#gallery_top
{
  width:612px;
  height:7px;
  font-size:1px;
  background:url(../img/galeria_gora.png);
}

#mainPhoto
{
  background:RGB(220,224,233);
  width:580px;
  padding:16px;
}

#miniPhotos
{
    background:RGB(220,224,233);
  width:580px;
  padding:16px;
  height:100px
}

#slider
{
  background:white;
  width:580px;
  height:53px;
  overflow:hidden
}

.photo
{
  width:70px; 
  height:53px; 
  display:inline
}

#arrows
{
  width:580px;
  background:RGB(220,224,233);
  text-align:center
}

#gallery_bottom
{
  width:612px;
  height:7px;
  font-size:1px;
  background:url(../img/galeria_dol.png);
}