div#feature_list h3 {
    margin: 0;
    padding: 7px 0 0 0;
    font-size: 16px;
    text-transform: uppercase;
}

div#feature_list {
    position: absolute;
    width: 845px;
    height: 260px;
    overflow: visible;
    position: relative;
}

div#feature_list ul {
    position: absolute;
    top: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

div#feature_list ul#tabs {
    position: absolute;
    left: 105px;
    top: 250px;
    z-index: 2;
    width: 120px;
    height: 20px;
    overflow: visible;
    background: url(../img/layout/feature-lilst-tabs-background.png);
}

ul#tabs li {
    font-size: 12px;
    font-family: Arial;
    float: left;
    width: 20px;
    height: 15px;
}

ul#tabs li a {
    color: #222;
    text-decoration: none;
    display: block;
    height: 15px;
    width: 15px;
    float: left;
    outline: none;
    background: url('../img/layout/kolecko-inactive.png') no-repeat;
}

ul#tabs li a:hover {
    text-decoration: none;
}

ul#tabs li a.current {
    display: block;
    background: url('../img/layout/kolecko-active.png');
    float: left;
    color: #FFF;
}

ul#tabs li a h3 {
    font-weight: bold;
}

ul#tabs li a.current:hover {
    text-decoration: none;
    cursor: default;
}

ul#output {
    right: 0;
    width: 845px;
    height: 260px;
}

ul#output li {
    position: absolute;
    width: 845px;
    height: 260px;
    position: absolute;
    left: 27px;
    top: 27px;
}

ul#output div.description {
    background: url(../img/layout/slideshow-detail-background.png);
    width: 200px;
    height: 210px;
    position: absolute;
    top: 0;
    left: 0;
	padding: 25px;
}

ul#output div.description h2 a{

	font-family: "Georgia", Serif;
	font-size: 24px; color: white;
	text-decoration: underline;
}

ul#output div.description h2 a:hover{text-decoration: none;}
ul#output div.description p {font-size: 13px; color: white; font-family: "Georgia", Serif; margin-top: 10px;}
ul#output div.description a.findMore {

	font-size: 13px;  position: absolute; top: 170px; left: 125px;
	background: black; color: white; padding: 5px 10px; 
	text-decoration: none;
	}
ul#output div.description a.findMore:hover {
	background: white; color: black;
}

ul#output li a {
}

ul#output li a:hover {
}