﻿.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 540px; /*width of featured content slider*/
height: 490px;
float:left;
border:2px #CCCCCC solid;
margin-top:8px;
margin-bottom:20px;

}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
padding: 0px;
background-color:#ffffff;
width: 530px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height:490px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
text-align: left;
margin-bottom:20px;
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
}

.pagination{
width: 950px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
background-color:#ffffff;
height:492px;
float:left;
margin-top:8px;
margin-bottom:20px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #292929;
background-color:#ffffff;
}

.pagination a.selected{
color: #292929;
text-decoration:underline;

}

.pagination a:hover{
color: #292929;
text-decoration:underline;

}

.pic{
	width:640px;
	height:250px;
	float:left;
}
.text{
	width:320px;
	height:230px;
	float:right;
	text-align:left;
	padding:10px 20px 10px 20px;
	text-align:justify;
}
.referenzen_logo_left{
	width:203px;
     text-align: left;
}
.referenzen_logo_right{
	width:203px;
    text-align: right;
}
.floating_pagination1{
	float:left;
	width:203px;
}     
.floating_pagination2{
	float:right;
	width:203px;
}

