.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 460px; /*width of featured content slider*/
height: 930px;
background: #f4f4f4;  /*BORDER OF CONTENT #f4f4f4*/
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
margin: 40px /*TOP MARGIN*/ 40px 20px 5px /*LEFT MARGIN*/;
width: 600px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */  /*WIDTH OF CONTENT*/
height: 880px;

filter:progid:DXImageTransform.Microsoft.alpha(opacity=500);
-moz-opacity: 1;
opacity: 1;
background: #f4f4f4;  /*CONTENT #f4f4f4*/
overflow: auto;

}

.pagination{
width: 320px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
}

.pagination a{
	display: block;
	width: 184px;
	height: 48px;
	margin-bottom: 15px;
	text-decoration: none; 
	outline: none;
}

.pagination .home {
	background: url(images/buttons/white/btn_w_home.png) no-repeat;
}

.pagination .news {
	background:url(images/buttons/white/btn_w_news.png) no-repeat;
}

.pagination .senior {
	background: url(images/buttons/white/btn_w_senior.png) no-repeat;
}

.pagination .matches {
	background: url(images/buttons/white/btn_w_fixtures.png) no-repeat;
}

.pagination .table {
	background: url(images/buttons/white/btn_w_table.png) no-repeat;
}

.pagination .youths {
	background: url(images/buttons/white/btn_w_youths.png) no-repeat;
}

.pagination .nursery {
	background: url(images/buttons/white/btn_w_nursery.png) no-repeat;
}

.pagination .photo {
	background: url(images/buttons/white/btn_w_photo.png) no-repeat;
}

.pagination .naxxarin {
	background: url(images/buttons/white/btn_w_naxxarin.png) no-repeat;
}

.pagination .contact {
	background: url(images/buttons/white/btn_w_contact.png) no-repeat;
}

.pagination .links {
	background: url(images/buttons/white/btn_w_links.png) no-repeat;
}

.pagination .links {
	background: url(images/buttons/white/btn_w_links.png) no-repeat;
}

.pagination a:hover, .pagination a.selected{
color: #000;
/*background-color: #BBBBBB;f4f4f4*/
}



#slider4{
	width:610px;
}

#paginate-slider4{
	margin:0 auto;
	width:186px;
}

#paginate-slider4 a img{
	display: block;
	width: 230px;
	height: 60px;
	border: none;
	margin-bottom: 2px;
}

#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
	border: none;
}


#paginate-slider4 a.home{
	background: url(images/buttons/white/btn_w_home.png) no-repeat;
}

#paginate-slider4 a.home.selected{
	background: url(images/buttons/red/btn_r_home.png) no-repeat;
}

#paginate-slider4 a.news{
	background:url(images/buttons/white/btn_w_news.png) no-repeat;
}

#paginate-slider4 a.news.selected{
	background:url(images/buttons/red/btn_r_news.png) no-repeat;
}

#paginate-slider4 a.senior{
	background: url(images/buttons/white/btn_w_senior.png) no-repeat;
}
#paginate-slider4 a.senior.selected{
	background: url(images/buttons/red/btn_r_senior.png) no-repeat;
}

#paginate-slider4 a.matches{
	background: url(images/buttons/white/btn_w_fixtures.png) no-repeat;
}
#paginate-slider4 a.matches.selected{
	background: url(images/buttons/red/btn_r_fixtures.png) no-repeat;
}

#paginate-slider4 a.table{
	background: url(images/buttons/white/btn_w_table.png) no-repeat;
}
#paginate-slider4 a.table.selected{
	background: url(images/buttons/red/btn_r_table.png) no-repeat;
}

#paginate-slider4 a.youths{
	background: url(images/buttons/white/btn_w_youths.png) no-repeat;
}
#paginate-slider4 a.youths.selected{
	background: url(images/buttons/red/btn_r_youths.png) no-repeat;
}

#paginate-slider4 a.nursery{
	background: url(images/buttons/white/btn_w_nursery.png) no-repeat;
}
#paginate-slider4 a.nursery.selected{
	background: url(images/buttons/red/btn_r_nursery.png) no-repeat;
}

#paginate-slider4 a.photo{
	background: url(images/buttons/white/btn_w_photo.png) no-repeat;
}
#paginate-slider4 a.photo.selected{
	background: url(images/buttons/red/btn_r_photo.png) no-repeat;
}

#paginate-slider4 a.naxxarin{
	background: url(images/buttons/white/btn_w_naxxarin.png) no-repeat;
}
#paginate-slider4 a.naxxarin.selected{
	background: url(images/buttons/red/btn_r_naxxarin.png) no-repeat;
}

#paginate-slider4 a.contact.selected{
	background: url(images/buttons/red/btn_r_contact.png) no-repeat;
}

#paginate-slider4 a.links.selected{
	background: url(images/buttons/red/btn_r_links.png) no-repeat;
}