.sliderwrapper{
	height: 440px;
	padding: 15px 5px 0px 20px;
	position: relative; 
	overflow: hidden;
	width:965px;
	
	float:left;
	background-image: url('Images/intro.png');
	background-repeat:no-repeat;
	
}

.pagination
{
	
	/*width: 100px; Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	width:160px;
	text-align: right;
	border-width: 0 1px; /*Left/ right border width of pagination DIV.*/
	padding: 2px 0px 3px 0;
	float:right;
}

.pagination a{
	color: #00007D;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    margin: 0 5px 0 0;
    padding-top: 4px;
    text-align: center;
    text-decoration: none;
    width: 20px;
    float:left;
}

.pagination a:hover, .pagination a.selected{
	color: White;	
	background-image: url('Images/nav_on.gif');
}