	#container{
	width: 660px;
	margin: 5px 0px	15px 0px;
	height: auto;
	display: block;
}

	/*
		#container table{ width:100%;}
		#container table td{ padding: 5px;}
		#container table tr:nth-child(even) {background: #CCC}
		#container table tr:nth-child(odd) {background: #FFF}
		.titulek { font-weight: bold; border-bottom: 1px #ccc solid;}
*/
		#container ul{
	width: 100%;
	height: auto;
	display: block;
}
		#container ul li{

	float: left;
	list-style: none inside none;
	text-align: center;
	width: 145px;
	height: 160px;
	margin: 2px 2px 2px 2px;
}
#container ul li.cleaner2 {
	width: 660px;
	height: 160px;
	background-color: Fuchsia;
}
	
#container ul li span.fotka{
	padding: 5px;
	height: 105px;
	display: block;
}
		#container ul li:nth-child(even) {background: #BBB}
		#container ul li:nth-child(odd) {background: #DDD}