.thumbs-devices-parent{
	position: relative; 
	overflow: hidden; 
	width: 180px; 
	height: 180px;
	cursor:move;
}
#device{
	z-index: 20; 
	left: 0px; 
	position: absolute; 
	top: 0px;
	text-align:center;
}

#diz{
	z-index: 0; 
	position: relative; 
	width: 180px; 
	height: 180px;
}

