
/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:12px;
	height:21px;
	float:left;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(/SWP/SWP2/images/buttons/arrow1.gif);
/*	clear:right;	*/
}
a.nextItemPromoComp {
	background-image:url(/SWP/SWP2/images/buttons/arrow2.gif);
	display:block;
	width:21px;
	height:12px;
	float:left;
	cursor:pointer;	
}

/*---------------------CSS for rightBarNews-----------*/
/* this makes it possible to add next button beside scrollable */
div.scrollableRightBar {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.nextItemRightBar, a.nextPageRightBar, a.prevItemRightBar {
	display:block;
	width:21px;
	height:12px;
	float:left;

	cursor:pointer;
}

/* mouseover state */
a.nextItemRightBar:hover, a.nextPageRightBar:hover {
/*	background-position:0px -18px;		*/
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.nextItemRightBar, a.nextPageRightBar, a.prevItemRightBar {
	background-image:url(/SWP/SWP2/images/buttons/arrow2.gif);
}



/*********** navigator ***********/


/* position and dimensions of the *gator */
div.navi {
	margin-left:370px;
	width:200px;
	height:20px;
	display:block;
}


/* items inside navigator */
div.navi a {
	width:6px;
	height:6px;
	float:left;
	margin:3px;
    background:url(/SWP/SWP2/images/icons/dot-empty.gif) 0 0 no-repeat;    
	display:block;
}

/* mouseover state */
div.navi a:hover {
    background:url(/SWP/SWP2/images/icons/dot-full.gif) 0 0 no-repeat;    
}

/* active state (current page state) */
div.navi a.active {
    background:url(/SWP/SWP2/images/icons/dot-full.gif) 0 0 no-repeat;    
} 	
