@charset "utf-8";
/* this makes it possible to add next button beside scrollable */

div.scrollable {
	float:left;	
}

div.scrollable1 {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:276px;
	height:14px;
	float:left;
	
	cursor:pointer;
	font-size:1px;
	background-image: url(../img/control.png);
	background-repeat: no-repeat;
}

a.prev1, a.next1, a.prevPage1, a.nextPage1 {
	display:block;
	width:230px;
	height:14px;
	float:left;
	
	cursor:pointer;
	font-size:1px;
	background-image: url(../img/control.png);
	background-repeat: no-repeat;
}

/* mouseover state */


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../img/control.png);
	clear:right;
	background-position: right;
}
a.next1, a.nextPage1 {
	background-image:url(../img/control.png);
	clear:right;
	background-position: right;
}


#notiafi {
	display: block;
	background-color: #F60;
	color: #FFF;
}
