.sliderwrapper{
	position: relative; /* Do not change this value */
	width: 99%;
	height: 100px;
	overflow: hidden;
	margin-top: 10px;

}



.sliderwrapper .contentdiv{
	position: absolute; /* Do not change this value */
	visibility: hidden; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background: white url(../images/casestudy-bg.jpg);
	width: 95%;
	height: 100%;

	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}
	
.sliderwrapper .contentdiv img {
float:right;
margin: 2px;
}
.sliderwrapper .contentdiv p {
line-height:120%;
margin:0px;
		padding: 5px 25px 5px 5px;
}	

.pagination{
width: 100%; 
text-align: center;
padding: 10px 5px;
}

.pagination a{
padding: 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background: #00cccc;
}

