#expozicie { 
  list-style-type: none; 
  padding: 0;
  margin: 0;
}
#expozicie #pageList { 
  clear: both;
}
#expozicie li { 
  display: block;
  float:left;
  height:200px;
  margin-right:5px;
  position:relative;
  width:122px; 
  background: url('../images/stojan-bg.gif') no-repeat center bottom;
}
#expozicie li img { 
  border-top: 1px solid #c1c1c1;
  border-bottom: 0;
  border-left: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  position: relative;
}
#expozicie li span.basic {
  bottom:15px;
  left:3px;
  position:absolute;
  padding-right: 20px;
  background: url('../images/shadow.gif') no-repeat right top;
  z-index: 1;
}
#expozicie .rollover {
	/*background: url(../images/ttbg.jpg) no-repeat;
	width: 110px;
	height: 35px;*/
	position: absolute;
	bottom: 30px;
	left: -25px;
	text-align: center;
	padding: 5px;
	display: none;
	line-height:110%;
	color:#cfcfcf;
	cursor:pointer;
	background: url('../images/rollover_bg.png');
	font-size: 0.85em;
	z-index: 100;
}
#expozicie .rollover strong {
  color: #f7ecbe;
}
#expozicie .rollover img {
  border: 0;
}
