/*------------------ Java Home Page Scroller -------------------------*/
<style type="text/css" media="all">



.nextPrevButtons{
/*visibility:hidden;*/
display:none;
}

/*Buttons*/
a.HP_prev  {
background: url(HomepageSLIDER_sprite.png) no-repeat transparent;
width: 45px;
height: 40px;
display: block;
position: relative;
top: -160px;
float:left;
}
a.HP_next {
background: url(HomepageSLIDER_sprite.png) no-repeat transparent;
width: 45px;
height: 40px;
display: block;
position: relative;
top: -160px;
float:right;
	
}
a.HP_prev {			left: -8px;
					background-position: 0 0; }
a.HP_prev:hover {		background-position: 0 -50px; }
a.HP_prev.disabled {	background-position: 0 -100px !important;  }
a.HP_next {			right: -8px;
					background-position: -50px 0; }
a.HP_next:hover {		background-position: -50px -50px; }
a.HP_next.disabled {	background-position: -50px -100px !important;  }
a.HP_prev.disabled, a.HP_next.disabled {
cursor: default;
}

a.HP_prev span, a.HP_next span {
display: none;
}
.pagination {
text-align: center;
}
.pagination a {
background: url(HomepageSLIDER_sprite.png) 0 -300px no-repeat transparent;
width: 15px;
height: 15px;
margin: 0 5px 0 0;
display: inline-block;
}
.pagination a.selected {
background-position: -25px -300px;
cursor: default;
}
.pagination a span {
display: none;
}
.clearfix {
float: none;
clear: both;
}
