/* ---------------------------------------------------------------------------------------------------- */
/* =mobilbonus-tour */
/* ---------------------------------------------------------------------------------------------------- */

/* SITESTYLES */
/* ------------------------------------------------------------------ */

#slide_wrapper {
	position: relative;
	width: 469px;
	height: 263px;
	overflow: hidden;
}

#contentslider {
	position: absolute;
	width: 10000px;
	height: 263px;
}

.content_slide {
	position: relative;
	float: left;
	display: block;
	margin: 0px 8px;
}

.slide_pics {
	float: left;
	width: 175px;
}

.slide_pics img {
	padding-bottom: 10px;
	width: 120px;
}

.slide_text {
	float: left;
	width: 274px;
}

.reg_button {
	position: absolute;
	bottom: 12px;
	right: 0px;
	text-align: center;    
    width: 254px;
}

.go_button {
	position: absolute;
	top: 180px;
	left: 175px;
	line-height: 12px;
}

/* FONTSTYLES */
/* ------------------------------------------------------------------ */

.slide_text h2 {
	margin-bottom: 20px;
}

.slide_text span {
	float: left;
	width: 35px;
	font-size: 38px;
	line-height: 36px;
	min-height: 60px;
}

/* GENERAL */
/* ------------------------------------------------------------------ */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	overflow:hidden;
	font-size: 0;
	line-height: 0;
}