#sortable { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 947px; 
}

#sortable li { 
	margin: 4px  12px; 
	padding: 5px 2px; 
	float: left; 
	width: 202px; 
	height: 185px;
	font-size: 16px; 
	text-align: center; 
	background-color:#CCCCCC;
	
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(85,85,85,1.0);
}

#sortable li .cover-caption {
    min-height: 25px;
    font-weight: bold;
	color:rgba(0,0,0,1.0);
}