@charset "utf-8";
/*
Name: Waberer
Version: 1.00
Author: ughoo / mecs.gergely @ Habana
Author URI: http://habana.hu
*/

/* carousel */

#carousel {
	position:relative;
	width:980px;
	height: 350px;
	display:block;
	overflow:hidden;
	float:left;
}

/* nivo slider */

#carousel {
	overflow:hidden;
	width:980px;
	/* height:469px; */  /* 2012.10.03*/
	height:350px; 
    padding:0;
    position:relative;
}

.nivoSlider {
	position:relative;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:1; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
	height: 53px;
}

.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	bottom:15px;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.theme-default #slider {
    margin:0px 0px 0px 1px;
    width:980px; /* Make sure your images are the same size */
    /*height:468px;*/ /* 2012.10.03 */
    height:350px; /* Make sure your images are the same size */
	overflow:hidden;
}

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(images/loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	right:25px;
	top:30px;
    margin-left:0px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:18px;
	height:18px;
	background:none #fab93d;
	text-indent:-9999px;
	border:0;
	margin-right:5px;
	float:left;
	border-radius: 3px;
	cursor:pointer;
}
.theme-default .nivo-controlNav a.active {
	background:none #183964;
}

.theme-default .nivo-caption {
    font-family: "DINRegular", Arial, sans-serif;
    position:absolute;
    left: 600px;
    bottom:30px;
    background:transparent none;
	width: 350px; 
	/*height: 310px;*/ /* 2012.10.03 */
	height: 250px;
	text-align:right;
}

.theme-default .nivo-caption h1 {
	text-transform:uppercase;
	font-family: "DINBold", Arial, sans-serif;
	font-size:24px;
	line-height: 28px;
	color:#082347;
	padding-bottom:20px;
}
.theme-default .nivo-caption p {
	font-family: "DINRegular", Arial, sans-serif;
	font-size:14px;
	line-height: 18px;
	color:#000000;
	padding-bottom:17px;
}
.theme-default .nivo-caption .wb_button {
	padding: 10px;
}

#wb_foot {
    height:105px;
}