/*--Main Image Preview--*/
.main_image {
	width: 352px; height: 246px;
	float: right;
	background: #fff;
	position: relative;
	overflow: hidden;
	color: #fff;
  border: 8px solid #6a7379; /* šedá */
  
}
.main_image h2 {
	font-size: 95%;
	font-weight: normal;
	margin: 0;	padding: 10px;
}

.main_image h2 a {
	margin: 0;	padding: 0;
  color: white;
  text-decoration: none;
}


.main_image p {
	font-size: 85%;
	padding: 0 10px 10px;	margin: 0;
	line-height: 1.6em;
}
.block small {  
	font-size: 1em; 
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
}
.main_image a.collapse {
	background: url(btn_collapse.html) no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
.main_image a.show {background-position: left bottom;} 


.image_thumb {
	float: left;
	width: 240px;
  background: url('../../grafika/sluzby_box_nadpis.jpg') no-repeat;
	margin: 0 20px 0 24px;
}
.image_thumb ul {
	margin: 37px 0 0; padding: 0;
	list-style: none;
}
.image_thumb ul li {
	margin: 0; padding: 0;
	width: 240px;
  height: 36px;
  float: left;	
}


.pozSluzba1 { background: url('../../grafika/sluzby_box_radek1.jpg') top center no-repeat; }
.pozSluzba2 { background: url('../../grafika/sluzby_box_radek2.jpg') top center no-repeat; }
.pozSluzba3 { background: url('../../grafika/sluzby_box_radek3.jpg') top center no-repeat; }
.pozSluzba4 { background: url('../../grafika/sluzby_box_radek4.jpg') top center no-repeat; }
.pozSluzba5 { background: url('../../grafika/sluzby_box_radek5.jpg') top center no-repeat; }
.pozSluzba6 { background: url('../../grafika/sluzby_box_radek6.jpg') top center no-repeat; }



.image_thumb ul li.hover {
	cursor: pointer;
}
.image_thumb ul li.active {
  cursor: pointer;
}


.image_thumb ul li.pozSluzba1.active { background-position: bottom center; }
.image_thumb ul li.pozSluzba2.active { background-position: bottom center; }
.image_thumb ul li.pozSluzba3.active { background-position: bottom center; }
.image_thumb ul li.pozSluzba4.active { background-position: bottom center; }
.image_thumb ul li.pozSluzba5.active { background-position: bottom center; }
.image_thumb ul li.pozSluzba6.active { background-position: bottom center; }






html .image_thumb ul li.active h2 {
  font-size: 80%;
  color: white;
  line-height: 38px; 
	margin: 0; padding: 0;
}

html .image_thumb ul li h2 {
	font-size: 80%;
  color: #989898;
  line-height: 38px; 
	margin: 0; padding: 0;
}


.image_thumb ul li h2 a {
  color: #989898;
  text-decoration: none;
}

.image_thumb ul li.active h2 a, .image_thumb ul li h2 a:hover {
  color: white;
  text-decoration: none;
}



.image_thumb ul li .block {
	float: left; 
	margin-left: 14px;
	padding: 0;
	width: 220px;
}	
.image_thumb ul li p{display: none;}


#sluzby_box_pata {
	float: left;
	width: 240px;
  height: 11px;
  background: url('../../grafika/sluzby_box_pata.jpg') no-repeat;
  margin: 0 20px 0 24px;
}
