/* box s intrem */
#intro {
	position: relative;
	width: 550px;
	height: 377px;
 background:url('/images/intro01.jpg');
}

.ui-tabs {
	height: 377px;
 background:#fff;
}

/* navigace */
.ui-tabs-nav {
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	background:#840100 url('/images/introa.jpg') repeat-x;
	overflow: hidden;
	zoom: 1;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ui-tabs-nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ui-tabs-nav a {
	display: block;
	height: 38px;
	color: white;
	font-weight:bold;
	padding:7px;
	background:url('/images/introa.jpg') repeat-x;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	text-decoration:none;
}
.ui-tabs-nav a:hover {
	background:url('/images/introah.jpg') repeat-x !important;
	color: white;
	border-top:1px solid #441515;
 }
.ui-state-active a{
	background:url('/images/introah.jpg') repeat-x !important;
	color: white;
	border-top:1px solid #441515;
 }
#introMenu01{ ?width:130px; }
#introMenu02{ ?width:100px; }
#introMenu03{ ?width:120px; }
#introMenu04{ ?width:130px; }
/* zobrazeny panel */
.ui-tabs-panel {
	width: 550px;
	background: gray;
	height: 347px;
}

/* skryty panel */
.ui-tabs-hide {
	display: none;
}

/* ovladaci prvky */
#introControll {
	text-align: right;
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
	background:#840100 url('/images/introa.jpg') repeat-x;
	height: 29px;
	?height: 30px;
	margin: 0;
	padding: 0;
	border-top:1px solid #fff;
	width:90px;
}

#introControll a {
	margin-top:6px;
	display:block;
	color: #FFFFCC;
	float:left;
	width:12px;
	height:16px;
}
#introControll a span{
	display:none;
}
#introPrev{
	background:url('/images/introPrev.gif') center center;
	margin-left:30px;
}
#introNext{
	background:url('/images/introNext.gif') center center;
}
#introPlay{
	background:url('/images/introPlay.gif') center center;
}
#introStop{
	background:url('/images/introStop.gif') center center;
}

#moznost01{
 background:url('/images/intro01.jpg');
 }
#moznost02{
 background:url('/images/intro02.jpg');
 }
#moznost03{
 background:url('/images/intro03.jpg');
 }
#moznost04{
 background:url('/images/intro04.jpg');
 }
.introObsah div{
 padding:12;
 background:url('/images/bg503.png');
 _background:url('/images/50bg1.gif');
 filter: alpha(opacity=75);
 width:60%;
 position: absolute;
 top: 0;
 left: 0;
 margin-top:210px;
 margin-left:25px;
 }
.introObsah h2{
 color:#FFFFCC;
 padding:0;
 margin:0;
 }
.introObsah p{
 padding:0;
 margin:10 0 0 0;
 text-indent:0;
 color:#fff;
 }
.introObsah a{
 color:#FFFFCC;
 }
.introObsah a:hover{
 color:#FF9900;
 }


