.draggable { 
	width: 90px; 
	height: 90px; 
	padding: 0.5em; 
	float: left; 
	margin: 0 10px 10px 0; 
	cursor: pointer;
}

.container {
	float: left;
	width: 270px;
	height: 228px;
margin: 20px 25px 70px 0px;
}

.container .content {
	display: none;
}

#containment-wrapper { 
	width: 862px; 
	height:553px; 
	padding: 10px;
	background: url('/wp-content/themes/PixelResort/images/services/bg.png') top left no-repeat;
	clear: both;
	margin: 10px 0px 0px 0px;
}

#icons {
	background: url('/wp-content/themes/PixelResort/images/services/icons.png') top left no-repeat;
	width: 46px;
	height: 50px;
	border: none;
	position: relative; top: 325px; left: 330px;
	float: left;
	z-index: 10;
}

#interface {
	background: url('/wp-content/themes/PixelResort/images/services/interface.png') top left no-repeat;
	width: 68px;
	height: 38px;
	border: none;
	position: relative; top: 160px; left: 400px;
	float: left;
	z-index: 10;
}

#type {
	background: url('/wp-content/themes/PixelResort/images/services/type.png') top left no-repeat;
	width: 64px;
	height: 58px;
	border: none;
	position: relative; top: 145px; left: 155px;
	float: left;
	z-index: 10;
}

#droppable {
width: 119px;
height: 90px;
position: relative; top: 10px; left: 357px;
}

div.hovering {
background: url('/wp-content/themes/PixelResort/images/services/active-volcano.png') center center no-repeat;	
z-index: 0;
}

img#smoke {
	position: relative; top: 39px; left: 168px;
	visibility: hidden;
	z-index: 10;
}

img#sky1, img#sky2, img#sky3, img#sky4, img#sky5 {
	position: absolute; top: 0px; left: 0px;
	z-index: 50;
	cursor: pointer;
	display: none;
}