
.kwicks {
    list-style: none;
    position: relative;
    margin-left: -33px;
    padding: 0;
    width:880px;
    height:202px;
    z-index:2;
	background-color:#000;
}
.kwicks li {
    display: block;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    width: 440px;
    height: 202px;
    z-index:2;
    cursor:pointer;
}
.kwicks li a {
	background-repeat:no-repeat;
	height: 202px;
	outline:none;
	border:none;
	display:block;
	z-index:100;
	cursor:pointer;
}

.kwicks li h3 {
	position: absolute;
	width: 200px;
	padding-right:50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C90;
	outline:none;
	z-index:0;
	margin-left:432px;
	cursor:pointer;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
	text-align:right;
}
.kwicks li a:hover {
}

#kwick_1, #kwick_2, #kwick_3, #kwick_4{
    margin: 0pt;
    overflow: hidden;
    position: absolute;
    display: block;
    width: 440px;
	border: none;
}
#kwick_1 {
    left: 0px;
}
#kwick_2 {
    right: 0px;
}


#kwick_1 a {
    background-position:0px 0px;
}
#kwick_1 a:hover, #kwick_2 #aktiv {
    background-position:0px 0px !important;
}
#kwick_2 a {
    background-position:0px -202px;
}
#kwick_2 a:hover, #kwick_2 #aktiv {
    background-position:0px -202px!important;
}

