
/* prev, next, prevPage and nextPage buttons */
a.prevScroll, a.nextScroll {
	background:url(/microsites/googleadwords/digitaldesign/images/scrollable_arrows.jpg) no-repeat;
	display:block;
	width:16px;
	height:16px;
	position:absolute;
	z-index:20001;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.nextScroll			{ background-position: 0 -16px; clear:right; margin-top:-90px; margin-left:617px;}
a.nextScroll:hover 	{ background-position:-16px -16px; }
a.nextScroll:active 	{ background-position:-16px -16px; } 


/* left */
a.prevScroll			{ margin-top:55px; margin-left:-10px; } 
a.prevScroll:hover  	{ background-position:-16px 0; }
a.prevScroll:active  	{ background-position:-16px 0; }

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