/* css for drag stuff */ 
/**********************/
.mainContainers{float:left; width:240px; margin-bottom:30px;}

ul.sortable li {
	position: relative;
	background-color:white;
}

ul.boxy {   
	list-style-type: none;
	/*background-image:url(/images/stagsdrag.jpg);
	background-repeat:no-repeat;*/
}
ul.boxy li {
	cursor:move;
	padding:5px;    
}

/**********************/
/**********************/