div#slpozice	{
	position: absolute;
	height: 312px;
	right: 251px;
	left: 15px;
	top: 120px;
	min-width: 659px;
	background-color: black;
}
/* kontejner pro slides */
.slides {
	height: 312px;
	cursor: default;
}
/* slide */
.slides div {
	display: none;
	position: absolute;
	height: 312px;
	width: 100%;
	overflow: hidden;
	color: white;
	background-position: right top;
	background-repeat: no-repeat;
}
.slides div h1,
.slides div h2	{
	line-height: 48px;
	font-size: 45px;
	font-weight: normal;
	margin: 0px 0px 0px 90px;
	padding: 0px 0px 10px 0px;
	text-shadow: 3px 3px 7px rgba(0,0,0,1);
	white-space: nowrap;
}
.slides div h1	{
	margin-top: 44px
}
.slides div h4	{
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 0px 90px;
	padding: 0px 0px 5px 0px;
	text-shadow: 1px 1px 3px rgba(0,0,0,1);
	white-space: nowrap;
}
.slides div h5	{
	margin: 10px 0px 0px 90px;
	padding: 0px;
	line-height: 16px;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #f59b4a;
	white-space: nowrap;
}
.slides div h5	a	{
	text-decoration: none;
	font-weight: bold;
	color: #f59b4a
}
.slides div h5 a:hover	{
	color: white !important;
}
.slides div h5 a:visited	{
	color: #f59b4a;
}
/* index */
.slidetabs {
	position: absolute;
	margin-top: -28px;
	width: 100%;
	height: 28px;
	background-image: url(/images/_/index.png);
	background-position: bottom;
	background-repeat: repeat-x
}
.slidetabs	table	{
	border-collapse: collapse;
 	margin-left: 82px;
 	margin-top: 4px
}
.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 {
	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; display: none }
.forward:hover 		{ background-position: -108px 50%; }
.forward:active 	 	{ background-position: -36px 50%; } 
/* prev */
.backward				{ float: left;; display: none }
.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	}