
#obsah DIV.spnovinky {
	margin-right:0px;
	margin-left:0px;
  position:relative;
	height: 305px;
	overflow: hidden;
}

#obsah .spnovinky .cont {
	position: relative;
	height: 300px;
	padding: 0px;
 
}
#obsah .spnovinky .cont .img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#obsah .spnovinky .cont .hidden {
	top: -5000px;
	left: -5000px;
}
#obsah .spnovinky .cont .perex {
	background: transparent url("/sablony/img/bg.png") repeat !important;
	color:white;
}
#obsah .spnovinky .cont .perex {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 278px;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/sablony/img/bg.png");
    _background: none !important;
	color: white;
	font-size: 11px;
	padding: 13px 11px 13px 11px;
	margin: 0px;
	overflow: hidden;
	z-index: 20;
}
#obsah .spnovinky .cont .perex a {
	float: right;
	color:white;
	text-decoration:underline;
	
}
#obsah .spnovinky .cont .item {
	height: 25px;
	line-height: 25px;
	width: 322px;
	margin-left: 300px;
	font-size: 12px;
	cursor: pointer;
	background:white;
}
#obsah .spnovinky .cont .odd .item {
	background:#B0DDBB ;
}
#obsah .spnovinky .cont .item a {
	padding-left: 13px;
	display: block;
	height: 100%;
	text-decoration: none;
	color:black;
}
#obsah .spnovinky .cont .item a span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 98% 3px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#obsah .spnovinky .cont .item a:hover {
	background:  #013a27  ;
	color:white;
}
#obsah .spnovinky .cont .item a:hover span {
	background-position: 98% -23px;
}
.none { display: none; }
