/**
 * dodatecne upravy stylu pro SPORTSTUDIO PRIMA
*/

a 
{ 
  color: #404040; 
}
a:hover 
{ 
  text-decoration: none; 
}
code 
{ 
  color: #404040; 
  font: normal 10px Monaco, monospace; 
}
em 
{ 
  color: #808080; 
  font-style: normal; 
}
/*
// problem v hlavnim okne !!!
h1 
{ 
  color: #000; 
  font: normal 12px/16px Arial, sans-serif; 
  padding: 0 20px 16px; 
  text-transform: lowercase; 
}
h1:before 
{ 
  content: '.'; 
}
p 
{ 
  color: #404040; 
  font: normal 12px/16px Arial, sans-serif; 
  padding: 0 20px 16px; 
}
*/
/* Overriding the default Slideshow thumbnails for the vertical presentation */

.slideshow-thumbnails {
	height: 160px;
	left: auto;
	right: -100px;
	top: 0;
	width: 90px;
/*    	z-order: 5;*/
}
.slideshow-thumbnails ul {
	height: 110px;
	width: 100px;
}    

