/************************************************************************************
 * all lists
 ************************************************************************************/
#lists {
	width:864px;
	margin:0px auto;
	overflow:hidden;
	}
	#lists ul {
		float:left;
		margin:20px;
		background-color:#222;
		}
		#lists ul li {
			margin:2px;
			padding:4px;
			font-size:1em;
			text-align:center;
			list-style-type:none;
			background-color:#444;
			line-height:20px;
			}
			#lists ul li span {
				cursor:move;
				display:block;
				border:solid 1px;
				}
				
/************************************************************************************
 * custom lists
 ************************************************************************************/
	#list-1 { width:820px; }
	#list-1 li {
		float:left;
		width:39px;
		height:75px;
		}
		
	#list-2 { width:250px; height:360px; overflow:scroll; }
	#list-2 li {
		float:left;
		width:220px;
		}
			
	#list-3 { width:524px; }
	#list-3 li {
		float:left;
		width:75px;
		height:78px;
		}
		