/* main container */
#prezentace, #prezentace li {
  width: 734px;
  height: 203px;
  background: none;
}
/* images container - This is the most important container - Don't change important properties */
#prezentace {
	list-style: none !important;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: relative !important;
  background: none;
}
/* each slider item - Nothing to change here */
#prezentace li {
	display: none;
	float: left;
	position: absolute;
	width: 100%;
  background: none;
}
/* Don't edit this part */
#prezentace li.current {
	display: block;
	z-index: 2 !important;
}
/* Don't edit this part */
#prezentace li.next {
	display: block;
	z-index: 1 !important;
}
/* Don't edit this part - prevents inline lists from being hidden */
#prezentace li ul li {
	display: block !important;
	position: relative !important;
  background: none;
}
/* Sets position and main configs */
.slider_arrow_left {
	bottom: 15px;
	cursor: pointer !important;
	float: left;
	height: 30px;
	left: 15px;
	position: absolute;
	width: 30px;
	z-index: 5;
}
/* left arrow image */
.slider_arrow_left {
	background: url(ddslider/left_arrow.png) no-repeat top left;
}
/* Sets position and main configs */
.slider_arrow_right {
	bottom: 15px;
	cursor: pointer;
	float: left;
	height: 30px;
	left: 55px;
	position: absolute;
	width: 30px;
	z-index: 5;
}
/* Right arrow Background */
.slider_arrow_right {
	background: url(ddslider/right_arrow.png) no-repeat top left;
}
/* Sets configs for selectors containers : absolute positioned in relation to #prezentace */
.slider_selector, .slider_selector_dis {
	bottom: 15px;
	list-style: none;
	margin: 0 0 0 5px;
	position: absolute;
	right: 15px;
	z-index: 5;
}
/* Sets image of selectors */
.slider_selector li, .slider_selector_dis li {
	display: block !important;
	background: url(ddslider/slider_selector.png) no-repeat top left;
	cursor: pointer;
	float: left;
	margin: 0 5px !important;
	height: 12px !important;
	position: relative !important;
	width: 12px !important;
}
/* Sets the current selector */
.slider_selector li.current, .slider_selector_dis li.current {
	background: url(ddslider/slider_selector_current.png) no-repeat top left;
}
/* Disables the selectors */
.slider_selector_dis li {
	cursor: default !important;
	z-index: 5;
}
.container {
	float: left;
	position: relative;
	width: 100%;
	z-index: 15;
}



/* Pozadí a inline obsah */
#prezentace .bg {
  position: relative;
  display: block;
  background: none;
  background: transparent;
  width: 734px;
  height: 203px;
  margin: 0;
  padding: 0;
}
#prezentace .bg .obrazek {
  position: absolute;
  display: inline-block;
  width: 442px;
  height: 203px;
  margin: 0;
  padding: 0;
  border: 0;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
#prezentace .bg .obrazek a {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
}
#prezentace .bg .obrazek a img {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
}
#prezentace .bg .inline {
  position: absolute;
  display: inline-block;
  width: 260px;
  height: 150px;
  margin: 0;
  padding: 0;
  top: 25px;
  right: 20px;
  overflow: hidden;
}
#prezentace .bg .inline h2 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  color: #315fb7;
  margin-bottom: 10px;
}
#prezentace .bg .inline h2 span {
  display: none;
}
#prezentace .bg .inline p {
  display: block;
  height: 60px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 20px;
  color: #595959;
  text-align: left;
  margin-bottom: 28px;
}
#prezentace .bg .inline p.vice {
  float: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 20px;
  color: #595959;
  text-align: left;
}
#prezentace .bg .inline p.vice a {
  float: none;
  display: inline-block;
  width: 71px;
  height: 28px;
  font-size: 15px;
  line-height: 28px;
  color: #fff;
  background: url(default/vice.png) 0px 0px no-repeat;
  text-align: center;
}
body.de #prezentace .bg .inline p.vice a {
  background: url(default/vice_de.png) 0px 0px no-repeat;
}
#prezentace .bg .inline p.vice a span {
  display: none;
}
