
.ScrollTekstContainer {
	position:relative;	
	background-color:#878787;	
	width:817px;
	height:280px;
	margin-bottom:13px;
}

.ScrollTekstContainer h2 {
	height:43px;
	line-height:43px;
	padding-left:15px;
	color:#fff;
}

.ScrollTekstPadding {
	position:relative;
	margin:15px;
	
}

.ScrollTekstInnerPadding {
	position:relative;
	overflow:hidden;
	width:722px;
	margin-left:33px;	
	margin-right:33px;	
}

.ScrollTekst {
	position:relative;
}

.ScrollTekstItems {
	float:left;	
	width:233px;
	height:203px;
	margin-right:17px;
	overflow:hidden;
	text-align:justify;
}

.ScrollTekstItems img {
	margin-bottom:15px;
}

.ScrollTekstItems h3.Color1,
.ScrollTekstItems h3.Color2,
.ScrollTekstItems h3.Color3 {
	padding-top:5px;
	padding-bottom:12px;
	font-size:24px;
	font-weight:bold;	
	color:#7ed3f7;
}

.ScrollTekstItems h3.Color1,
.ScrollTekstItems .TextColor1 {
	color:#fecb00;
}

.ScrollTekstItems h3.Color2 {
	color:#fff;
}

.ScrollTekstItems h3.Color3,
.ScrollTekstItems .TextColor3 {
	color:#7ed3f7;
}

.ScrollTekstItems .TextColor1,
.ScrollTekstItems .TextColor2,
.ScrollTekstItems .TextColor3 {
	line-height:14px;
}


.ScrollTekstLeftButton {
	position:absolute;
	display:none;
	top:72px;
	left:0px;
	background-image:url('/images/PreviousBlack.png');	
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	cursor:hand;
	cursor:pointer;
}

.ScrollTekstRightButton {
	position:absolute;
	top:72px;
	right:0px; 
	background-image:url('/images/NextBlack.png');	
	background-repeat:no-repeat;
	width:20px;
	height:20px;	
	cursor:hand;
	cursor:pointer;
}

