/* Box s fotkou ve článku */
.imgbox {
	position: relative;
	margin-bottom: 20px;
}

.imgbox IMG {
	border: none;
	margin-bottom: 20px;
}

.s140 { 
/**margin-right: 7px;*/ 
  float: left; 
  width: 138px; 
  height: 161px; 
  padding: 0px 8px; 
  background-color: #edebed;
  border: 1px solid #999999;
	text-align: center; 
}

.s140 IMG { xposition: absolute; bottom: -2px; vertical-align: middle; }
.ov140 { display: block; }
.ou140 { display: block; }

.s468 { width: 467px; }
.s468 IMG { margin-bottom: 15px; }


.ov468 { display: block; }
.ou468 { display: none; }

.s800 { width: 798px; }
.ov800 { display: block; }
.ou800 { display: none; }


.imgbox DIV {
	background-color:#eceaeb;
	border: 1px solid #999b96;
	text-align: right;
	height: 15px;
	position: absolute;
	width: 99.8%;
	bottom: -1px;
	left: 0px;
}
.imgbox SPAN {
	padding:1px;  
	margin-right: 2px;
}


.imgbox DIV SPAN A IMG {
	position: relative;
	top: 3px;
}

.imgbox A {
	color: white;
	text-decoration: none;
}

.imgbox A:hover {
	color: #cccccc;
}

.ca { clear: both; }
.fl { float: left; }
.fr {float: right; }

.imgLink {
	cursor: pointer;
}  