@charset "utf-8";
#scrapbooklist {
	margin: 0px;
	padding: 0px;
}
#scrapbook_div #scrapbooklist ul {
float:left;
	 
}
#scrapbook_div #scrapbooklist li {
position:relative;
float:left;
}


#scrapbook_div {
	width: 50700px;
	height: 612px;
	border-top-width: 0px;
	border-top-style: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000000;
	
}
body {
	color: #0033FF;
	/*or: #FFFFFF;*/
	/*background-color: #000000;*/
}
#arrows {
	position: fixed;
	top: 630px;
	width: 90px;
	height: 30px;
	cursor: pointer;
		left: 650px; 
}

#arrows ul {	
	margin: 0;
	padding: 0;
	list-style:none;
}

#arrows ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 40px;
	height: 30px;
}

#arrows ul li a{
	margin-right: 5px;
	float: left;
	display: block;
	width: 40px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}

#arrows ul #left a {
	background-color: transparent;
	background-image: url(../img/leftbig-b.png);
	background-repeat: no-repeat;
}
#arrows ul #right a{background: transparent  url(../img/rightbig-b.png) no-repeat;}
