﻿#dragBox
{
	border: solid 1px #00A000;
	margin: 0px;
	width: 500px;
	height: 335px;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	/*background-image: url(/images/loading.gif);*/
	background-position: center center;
	background-repeat: no-repeat;
}

.dragBoxOver
{
	cursor: move;
}

.dragBoxClick
{
	cursor: url("/images/empty.gif"), move
}

#dragItem
{
	border: solid 1px #FFFFFF;
	/*background-image: url(temp3.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
	/*width: 892px;
	height: 899px;*/
	width: 1024px;
	height: 2315px;
}


#out
{
	width: 400px;
	border: solid 1px #FFFFFF;
}

#grab
{
	width: 16px;
	height: 16px;
	top: 0px;
	left: 0px;
}

.dragit
{
	position: absolute;
	width: 16px;
	height: 16px;
	display: block;
	background-color: transparent;
	background-image: url(/images/grab.gif);
	background-repeat: no-repeat;
}

.letgo
{
	width: 16px;
	height: 16px;
	position: absolute;
	display: none;
}


#enlarge
{
    position: absolute;
    width: 345px;
    display: none;
}

#enlarge img
{
    float: right;
}