body{
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400; 
	font-size:22px;
	overflow: hidden;
	margin:0px 0px;
	padding: 0px 0px;
	text-shadow: 1px 1px 5px #000;
}
h3 {
	font-weight: 400;
}
a {
	color:#fff;
	text-decoration:none;
}
.kwicks {
	display: block;
	list-style-type: none;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	width: 700px;
	height: 500px;
}
.kwicks > li {
    height: 500px;
}
.kwicks > * {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.kwicks.kwicks-processed > * {
	margin: 0;
	position: absolute;
}
.kwicks-horizontal > * {
	float: left;
}
.kwicks-horizontal > :first-child {
	margin-left: 0;
}
.kwicks-vertical > :first-child {
	margin-top: 0;
}
#panel-1 { 
	background: url(1.jpg) center;
}
#panel-2 { 
	background: url(3.jpg) top ;
}
#panel-3 { 
	background: url(2.jpg) top;
}
.titeltext { 
    top: 55px;
    display: block;
    left: 0;
    line-height: normal;
    padding: 16px 20px;
    position: absolute;
    width: 400px;
    z-index: 2;
}
.linktext {
	background: rgba(255,255,255,0);
	bottom:0;
	display:block;
	left: 0;
	line-height: normal;
	padding: 46px 20px;
	position: absolute;
	width:700px;
	z-index: 3;
	transition: all 0.6s 0.1s; /* explorer 10 */
    -webkit-transition: all 0.6s 0.1s; /* chrome & safari */
    -moz-transition: all 0.6s 0.1s; /* firefox */
    -o-transition: all 0.6s 0.1s; /* opera */
}
.linktext:hover {
	background: rgba(255,255,255,0.3);
}

