#conteiner{
	background-color: #000;
	display:table;
}
#resizeMe
{
	position: absolute; 
	cursor: move;
	vertical-align:middle;
	background-position: -190px -20px ; 
	background-repeat: no-repeat;
	border:1px solid blue;
}
#resizeSE
{
	position: absolute;
	width: 20px !important;
	height: 20px !important;
	background-color: #333;
	border: 1px solid red;
	overflow: hidden;
	background: url(../images/croparrow.gif) no-repeat;
}
#resizeSE{
	bottom: -1px;
	right: -1px;
	cursor: se-resize;
}

#container
{
}

#srcImage
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    opacity: 0.5;
}

#foncontainer
{
	position: absolute;
	top: 50px;
	left: 50px;
	width: 650px;
	height: 450px;
	background-color: #000;
}

.spin
{
	background-position: center center;
	background-image: url(../images/spinner.gif);
	background-repeat: no-repeat;
	background-color: White;
}