﻿.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 950px; /*width of featured content slider*/
height: 250px;
margin:0 auto;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background-color:#ffffff;
width: 950px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
}

.pagination{
width: 950px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color:#ffffff;
padding: 0px 0px 5px 0px;
margin:0 auto;
}

.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:270px;
	height:210px;
	float:right;
	text-align:left;
	padding:30px 20px 10px 20px;
	text-align:justify;
	background-color:#f0f8c3;
}
.boldig{
	font-weight:bold;
	color:#e45405;
	font-size:medium;
}
