/* main container */
#prezentace, #prezentace li {
  width: 960px;
  height: 520px;
}
/* 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;
}
/* each slider item - Nothing to change here */
#prezentace li {
	display: none;
	float: left;
	position: absolute;
	width: 100%;
}
/* 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;
}
/* Sets position and main configs */
.slider_arrow_left {
	bottom: 10px;
	cursor: pointer !important;
	float: left;
	height: 22px;
	left: 10px;
	position: absolute;
	width: 22px;
	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: 10px;
	cursor: pointer;
	float: left;
	height: 22px;
	left: 37px;
	position: absolute;
	width: 22px;
	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: 10px;
	list-style: none;
	margin: 0 0 0 5px;
	position: absolute;
	right: 10px;
	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 3px !important;
	height: 10px !important;
	position: relative !important;
	width: 10px !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 {
  display: block;
  background: #000;
  width: 960px;
  height: 520px;
  margin: 0;
  padding: 0;
}
#prezentace .bg.bg1 {
  background: url(/gallery/prezentace1.jpg) 0px 0px no-repeat;
}
#prezentace .bg.bg2 {
  background: url(/gallery/prezentace2.jpg) 0px 0px no-repeat;
}
#prezentace .bg.bg3 {
  background: url(/gallery/prezentace3.jpg) 0px 0px no-repeat;
}
#prezentace .bg.bg4 {
  background: url(/gallery/prezentace4.jpg) 0px 0px no-repeat;
}
#prezentace .bg.bg5 {
  background: url(/gallery/prezentace5.jpg) 0px 0px no-repeat;
}
#prezentace .bg.bg6 {
  background: url(/gallery/prezentace6.jpg) 0px 0px no-repeat;
}
#prezentace .bg.bg7 {
  background: url(/gallery/prezentace7.jpg) 0px 0px no-repeat;
}
#prezentace .bg.bg8 {
  background: url(/gallery/prezentace8.jpg) 0px 0px no-repeat;
}
#prezentace .bg.bg9 {
  background: url(/gallery/prezentace9.jpg) 0px 0px no-repeat;
}
#prezentace .bg.bg10 {
  background: url(/gallery/prezentace10.jpg) 0px 0px no-repeat;
}
#prezentace .inline {
  display: inline-block;
  width: 316px;
  height: 120px;
  margin-left: 42px;
  margin-top: 220px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(default/uslider_inline_bg.png) 0px 0px repeat;
  border: 1px solid #2f3742;
}
#prezentace .inline h2 {
  margin: 0;
  padding: 0;
  font-family: MyriadProLightCondensed;
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 4px;
  text-shadow: #000 2px 2px 2px;
}
#prezentace .inline p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: left;
}
