div#sl	{
	margin: 10px 17px 0px 17px;
	height: 182px
}
div#slpozicenews	{
	position: relative;
	height: 182px;
	left: 0px;
	min-width: 381px;
}
/* kontejner pro slides */
.slides {
	height: 182px;
	cursor: default;
}
/* slide */
.slides div {
	display: none;
	position: absolute;
	height: 182px;
	width: 100%;
	overflow: hidden;
	background-image: url(/images/_/fcgrad_light.png);
	background-repeat: repeat-x;
	background-position: center;
}
.slides div h1	{
	margin: 0px; padding: 0px;
	float: left;
}
.slides div h1 a {
	float: left;
	display: block;
	width: 240px;
	height: 182px;
	text-decoration: none;
}
.slides div h1 a img	{
	border: none;
}
.slides div h2	{
	display: block;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	font-size: 18px;
	font-weight: normal;
	margin: 15px 0px 0px 0px;
	padding: 0px 10px 0px 15px;
	color: #eb7b2f;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.slides div h4	{
	display: block;
	height: 96px;
	overflow: hidden;
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
	margin: 3px 0px 0px 0px;
	padding: 0px 10px 0px 15px;
}
.slides div h5	{
	text-align: right;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	margin: 6px 8px 0px 0px; padding: 0px 0px 0px 0px;
}
.slides div h5 span	{
	display: block;
	width: 120px;
	height: 24px;
	float: left;
}
.slides div h5	a	{
	text-align: center;
	float: right;
	display: block;
	margin: 0px 0px 0px auto;
	height: 24px;
	width: 125px;
	line-height: 24px;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	color: black;
}
.slides div h5 a:hover	{
	color: silver;
}
.slides div h5 a:link,
.slides div h5 a:visited	{
	color: black;
}
/* index */
.slidetabs {
	position: absolute;
	margin-top: -32px;
 	margin-left: 248px;
	height: 24px;
	z-index: 2
}
.slidetabs	table	{
	border-collapse: collapse;
 	margin-left: 0px;
 	margin-top: 0px
}
.slidetabs	td	{
	padding: 0px
}
/* single tab */
.slidetabs a {
	width: 24px;
	height: 24px;
	background: url(/images/_/dots.png) 0px 50% no-repeat;
	display: block;
}
/* mouseover state */
.slidetabs a:hover {
	background-position: -24px 50%
}
/* active state (current page state) */
.slidetabs a.current {
	background-position: -48px 50%
}
/* prev and next buttons */
.forward, .backward {
	display: none;
/*	background: #393a39 url(/images/_/prevnext.png) 0px 50% no-repeat;
	display: block;
	width: 36px;
	height: 210px;
	cursor: pointer;
	font-size:1px;
	text-decoration: none;*/
}
/* next */
.forward 				{ float: right }
.forward:hover 		{ background-position: -108px 50%; }
.forward:active 	 	{ background-position: -36px 50%; } 
/* prev */
.backward				{ float: left }
.backward:hover  		{ background-position: -72px 50%; }
.backward:active  	{ background-position: 0px 50% }
/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled { visibility:hidden !important	}