/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 317px;
	height: 20px;
	/* Klick-"Emulation" - Cursormanipulation*/
	cursor: pointer;
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

#kwick_1 a, #kwick_2 a, #kwick_3 a {font-size:2.5em;position:relative;top:290px;text-transform:uppercase}
#kwick_1 a:hover, #kwick_2 a:hover, #kwick_3 a:hover {background-color:transparent;width:100%;text-decoration:none}
#kwick_1 span, #kwick_2 span, #kwick_3 span {display:none}
#kwick_1.active span, #kwick_2.active span, #kwick_3.active span {display:block;position:relative;top:295px;color:#333;font-size:1.35em;background-color:transparent}
#kwick_1 { 
	background: transparent url(/fileadmin/noweda/img/layout/noweda_home_v2.jpg) no-repeat top left; 
	height: 360px;
}
#kwick_2 {
	background: transparent url(/fileadmin/noweda/img/layout/apotheken_01_v2.jpg) no-repeat top left;
	height: 360px;
}
#kwick_3 {
	background: transparent url(/fileadmin/noweda/img/layout/verbraucher_01_v2.jpg) no-repeat top left;
	height: 360px;
}
.kwicks.horizontal #kwick_4 {
	margin-right: 0; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_4 {
	margin-bottom: 0; /* cancel margin on last kiwck (if you set a margin above) */
}

