
/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
	text-decoration:none;
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:25px;
	height:262px;
	background:url(http://www.megasport.pt/images/hover.jpg) no-repeat;
	float:left;
	margin:0px;
	cursor:pointer;
	text-decoration:none;
}

/* mouseover state */
a.prev:hover, a.prevPage:hover {
	background:url(http://www.megasport.pt/images/hover2.jpg) no-repeat;
	text-decoration:none;
}

/* mouseover state */
a.next:hover, a.nextPage:hover {
	background:url(http://www.megasport.pt/images/hover2_dir.jpg) no-repeat;
	text-decoration:none;
}

/* disabled navigational button */
a.disabled {
	/*visibility:hidden !important;		*/
	background:url(http://www.megasport.pt/images/hover_esq_off.jpg) no-repeat;
	text-decoration:none;
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(http://www.megasport.pt/images/hover_dir.jpg);
	clear:right;	
	text-decoration:none;
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	width:200px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
}


div.navilar {
	
	width:200px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
}
div.naviblue {
	
	width:200px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(http://www.megasport.pt/images/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}
div.navilar a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(http://www.megasport.pt/images/navigator_lar.png) 0 0 no-repeat;     
	cursor:pointer;	
}
div.naviblue a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(http://www.megasport.pt/images/navigator_blue.png) 0 0 no-repeat;     
	cursor:pointer;	
}
/* mouseover state */
div.navi a:hover 
{
    height:8px;
	background-position:0 -8px;      
}
div.navilar a:hover 
{
    height:8px;
	background-position:0 -8px;      
}
div.naviblue a:hover 
{
    height:8px;
	background-position:0 -8px;      
}
/* active state (current page state) */
div.navi a.active 
{
    height:8px;
	background-position:0 -16px;     
} 	
div.navilar a.active 
{
    height:8px;
	background-position:0 -16px;     
} 	
div.naviblue a.active 
{
    height:8px;
	background-position:0 -16px;     
} 	

