
#featured {
    width: 590px;
    padding-right: 0px;
    position: relative;
    height: 300px;
    background:#eeeff4; 
}

#featured ul.ui-tabs-nav {
    position: absolute;
    top: 0;
    left: 0px;
    list-style: none;
    padding: 1px 1px;
    margin: 5px 0px 0px 10px;
    width: 160px;
}

#featured ul.ui-tabs-nav #blok_menu_staly {
    overflow: hidden;
}

#featured ul.ui-tabs-nav #blok_slider_top {
    text-align: center;
    display: block;
    height: 30px;
    width: 180px;
}

#featured ul.ui-tabs-nav #blok_slider_bottom {
    text-align: center;
    display: block;
    height: 30px;
    width: 180px;
}

#featured ul.ui-tabs-nav #img_slider_top {
    cursor: pointer;
}

#featured ul.ui-tabs-nav #img_slider_bottom {
    cursor: pointer;
}

#featured ul.ui-tabs-nav li {
	margin-left: 0px;
  font-size: 12px;
  color: #666;
}

#featured li.ui-tabs-nav-item {
	text-align: left;
}

#featured li.ui-tabs-nav-item .ukryj{
	display: none;
}

#featured li.ui-tabs-nav-item a {
    display: block;
    height: 19px;
    background:#eeeff4;
    line-height: 19px;
	  cursor: pointer;
	  text-decoration: none;
	  font-family: Verdana;
	  font-size: 8pt;
	  color: #00004D;
}

#featured li.ui-tabs-nav-item a:hover {
    background: #d6d9e0;
}

#featured li.ui-tabs-selected {
    background: url('images/selected-item.gif') top left no-repeat;
}

#featured ul.ui-tabs-nav li.ui-tabs-selected a {
    background: #ccc;
}

#featured .ui-tabs-panel {
    width: 390px;
    height: 300px;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 200px;
}

#featured .ui-tabs-panel img {
	margin: 5px 0px 0px 0px;
	height: 260px;
	width: 390px;
}

#featured .ui-tabs-panel .info {
    position: absolute;
    top: 230px;
    left: 0;
    height: 70px;
    width: 390px;
    background: #000;
	color: #fff;	
}

#featured .info h2 {
    font-size: 18px;
    font-family: Georgia, serif;
    color: #fff;
    padding: 5px;
    margin: 0;
    overflow: hidden;
}

#featured .info p {
    margin: 0 5px;
    font-family: Verdana;
    font-size: 11px;
    line-height: 15px;
    color: #f0f0f0;
}

#featured .info a {
    text-decoration: none;
    color: #fff;
}

#featured .info a:hover {
    text-decoration: underline;
}

#featured .ui-tabs-hide {
    display: none;
}

#blok .ui-tabs-hide{
		display: none;
}
	        
