body {
	background-image: url(images/back.jpg);
}
body, td, th {
	color: #FFFFFF;
}
.panel_text_div {
	background-color: #000000;
	background-image: url(images/box.jpg);
	background-repeat: no-repeat;
	width: 428px;
}
.divblock {
	height: 61px;
	width: 427px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(images/box.jpg);
	background-repeat: no-repeat;
}
div.scrollable {
	/* required settings */ 
    position:relative;
	overflow:hidden;
	/* vertical scrollers have typically larger height than width */ 
    height: 427px;
	width: 427px;
	top: 0px;
}
/* root element for scrollable items */ 
div.scrollable div.items {
	position:absolute;
	/* this time we have very large space for the height */ 
    height:20000em;
	top: 0px;
}
.items {
	position:absolute;
	/* this time we have very large space for height */	
	height:20000em;
	margin-top: 7px;
	padding-left: 5px;
}
/* root element for scrollable */
.vertical {
	/* required settings */
	position:relative;
	overflow:hidden;
	/* vertical scrollers have typically larger height than width */	
	height: 427px;
	width: 427px;
	border-top:0px;
}
/* the action buttons above the scrollable */
#actions {
	width:427px;
	margin:30px 0 10px 0;
}
.disabled {
	visibility:hidden;
}
.nextPage {
	float:right;
}