#drag-dummy {
	margin				:	0.5em 0;
	box-shadow			:	0 0 0 2px rgba(0,0,0,0.3) inset;
	background-color	:	rgba(0,0,0,0.1);
	border-radius		:	5px;
}

#drag-overlay {
	position			:	absolute;
	top					:	0;
	left				:	0;
	width				:	100%;
	height				:	100%;
	opacity				:	0.2;
	background-color	:	#00f;
	z-index				:	9999999;
	cursor				:	pointer;
}

.dragged{
	/* box-shadow: 0 0 0.25em rgba(0,0,0,0.7); */
}

.sky .star{
	background-size		:	100%;
	background-repeat	:	no-repeat;
	background-position	:	50% 50%;
	cursor				:	pointer;
}

.sky .star.on{
	background-image	:	url('images/jqm-widgets/star_on.png');
}

.sky .star.off{
	background-image	:	url('images/jqm-widgets/star_off.png');
}
