
* {
  padding: 0;
  margin:  0;
}


body {
  font-family: Verdana,Arial,Helvetica;
  font-size:     12px;
  background: #f9f9fa;
  padding:        0px;
}

/* -- Boxy -- */

#container{
  width:      1200px;
  height:      690px;
  position: relative;
/*  background: silver;  */
}


#photo_main{
  width:         1000px;
/*  height:         504px;  */
  text-align:    center;
  position:    absolute;
  top:             10px;
  left:            10px;
/*  background:   #e2efff;*/
}

#photo_main img {
  border: 2px solid black;
}


#instrument_text{
  width:         140px;
  padding:        10px;
  border: 2px solid black;
  position:    absolute;
  top:             10px;
  right:           10px;
}

#photo_thumbnails{
  width:         1000px;
  text-align:    center;
  padding-top:     15px;
  padding-bottom:  15px;
/*  border: 2px solid black;  */
  position:    absolute;
  bottom:          20px;
  left:            10px;
}

#gallery_size{
  position:    absolute;
  bottom:           6px;
  left:            10px;
}




/* -- Fotky -- */


#photo_thumbnails .selected_photo{
  border: 2px solid black;
/*  border: 2px solid silver; */
/*  border: 2px solid #287dcc; */
}


#photo_thumbnails a img{
  border: 2px solid silver;
}

#photo_thumbnails a:hover img{
  border: 2px solid black;
}

#photo_thumbnails a img.arrow{
  border:         none;
}



/* -- Odkazy -- */

a{
  text-decoration: none;
  color:          black;
  font-style:    normal;
  border:          none;
}


/* -- Sipky -- */

img.arrow{
  margin-bottom:   26px;
}


/* -- Pisma  -- */

h1{
  font-size:  22px;
}


h2{
  font-size:  18px;
  margin-top: 15px;
}





