/* CSS Document */

ol {
	color: #FFF;
	height: 20px;
	width: 550px;
	margin: 0 auto; }

ol li{
	display: block;
	height: 20px;
	padding-right: 5px;
	margin-left: 5px;
	height: 20px;
	color: #FFF;
	float:left;
	list-style: none;
	line-height: 20px;}

ol li a{
	display: block;
	height: 20px;
	text-align: center;
	color: #FFF;
	list-style: none;
	line-height: 20px;}

ol li a:focus, .prevBtn a:focus, .nextBtn a:focus{outline:none;}

.graphic, .prevBtn, .nextBtn{margin:0;padding:0;display:block;overflow:hidden;text-indent:-8000px;}
.prevBtn, .nextBtn {display:block;width:30px;height:77px;position:absolute;left:-30px;top:71px;z-index:1000; cursor:pointer;}	
.nextBtn{left:696px;}											
pre {white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }