.sliderwrapper{
	position: relative; /* Do not change this value */
	width: 100%;
	height: 230px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	margin-top: 5px;
}



.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: url(../images/analyst-bg.gif);
	padding: 10px;
	width: 95%;
	padding: 5px;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}
	
.sliderwrapper .contentdiv img {
float:left;
margin: 5px 0px;
}

.pagination{
width: 100%; 
text-align: center;
margin-bottom: 10px;
}

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

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

