/** css

*
div#lscroll {
	position:relative;
	top:0px;
	left:22px;
	width:50px;
	height:20px;
	border:1px solid black;
	float:left;
	cursor:pointer;
}


div#rscroll {
	position:relative;
	top:0px;
	left:240px;
	width:50px;
	height:20px;
	border:1px solid black;
	float:left;
	cursor:pointer;
}

**/

div#lscroll {
	position:relative;
	top:0px;
	left:22px;
	width:50px;
	border:0px solid black;
	float:left;
	cursor:pointer;
}


div#rscroll {
	position:relative;
	top:0px;
	left:240px;
	width:50px;
	border:0px solid black;
	float:left;
	cursor:pointer;
}


div.vscroll {
	position:relative;
	top:0px;
	left:15px;
	width:327px;
	height:70px;
	border:0px solid black;
	overflow:hidden;
}


div#scrollcontent {
	position:relative;
	width:50000px;
	overflow:visible;
	padding:0px;

}

div.scrollitem {
	position:relative;
	float:left;
	width:50px;
	height:50px;
	margin:2px;

	 padding-left:5px;
	 padding-top:1px;
	 padding-right:8px;

}

div.scrollitem:hover {
	/*background:yellow;*/

}


div.scrollitem img {
	width:50px;
	height:50px;
	text-align:center;

}

/*

.r {
 -moz-border-radius: 15px;
  border-radius: 15px;
}
.rt {
 -moz-border-radius: 1em 1em 0 0;
  border-radius: 1em 1em 0 0;
}

*/


#statusbar {

	position:absolute;
	top:5px;
	width:500px;
	height:25px;
	left:5px;
	background:blue;
	color:#fff;
	text-align:center;
	padding:5px;
}


#previewold {
	position:absolute;
	top:310px;
	left:50px;
	border:1px solid black;
	width:300px;
	height:220px;
	padding:5px;

}

#preview {
	position:absolute;
	top:310px;
	left:375px;
	border:1px solid black;
	width:300px;
	height:220px;
	padding:5px;

}

