#imageCropBlockLeft, #imageCropBlockRight, #imageCropBlockTop, #imageCropBlockBottom {
	background-color:#555;

	}

.imageSwitchBlockImageStatic {
	opacity:.6;
	filter:alpha(opacity=60);
	-moz-opacity:.6;
	
}

/* The reason for this class is to make dragging the image smoother on firefox */
.imageSwitchBlockImageMoving {
   	opacity:.6;
	filter:alpha(opacity=60);
	-moz-opacity:.6;
}
	
#imageCropBlockLeft {
	top:0px;
	left:0px;
	position:absolute;
	}
	
	
#imageCropBlockRight {
	top:0px;
	right:0px;
	position:absolute;
	}
	
	
#imageCropBlockTop {
	top:0px;
	left:0px;
	position:absolute;
	}
	
	
#imageCropBlockBottom {
	bottom:0px;
	left:0px;
	position:absolute;
	}
	
#imageCropBox {
	border:1px dashed #aaa;
	top:0px;
	left:0px;
	position:absolute;
}

#imageCropImageMouseHandler {
	position:absolute;
	cursor:move;
	background-color:#fff;
}

.hideImageCropImageMouseHandler {
	opacity:0;
	filter:alpha(opacity=5);
	-moz-opacity:0;
}

.showImageCropImageMouseHandler {
	opacity:.3;
	filter:alpha(opacity=30);
	-moz-opacity:.3;
}

#imageSwitchEditImage{
	position:absolute;
}


/* The slider */
#imageCropControlBox {
	position:absolute;
	top:20px;
	left:730px;
	background-color:#fff;
	border:1px solid #3E5F8F;
	height:168px;
	width:168px;
}

#imageSwitchSliderBox {
	margin:7px;
	height:32px;
	position:relative;
}	

#imageSwitchSliderMinus {
   position:absolute;
   top:7px;
   left:5px;
}

#imageSwitchSliderHolder {
   position:absolute;
   top:0px;
   left:20px;
}

#imageSwitchSliderPlus {
   position:absolute;
   top:7px;
   left:132px;
}

#imageSwitchContolBoxHeader{
	width:164px;
	background-color:#3E5F8F;
	color:#fff;
	text-align:center;
	font-size:12px;
	padding:2px;
	cursor:move;
}


/* Direction Buttons */

#imageSwitchMoveControls {
	position:absolute;
	top:68px;
	left:3px;
}


#imageSwitchMoveUp {
	position:absolute;
	top:3px;
	left:30px;
}

#imageSwitchMoveDown {
	position:absolute;
	top:43px;
	left:30px;
}

#imageSwitchMoveLeft {
	position:absolute;
	top:23px;
	left:10px;
}

#imageSwitchMoveRight {
	position:absolute;
	top:23px;
	left:50px;
}


/* Approve Button */

#imageSwitchApprove {
	position:absolute;
	top:82px;
	left:100px;
	cursor:pointer;
}

/* Choose other text */

#imageSwitchChooseOther {
	position:absolute;
	top:142px;
	left:10px;
	cursor:pointer;
}

#imageSwitchChooseOther p {
	font-size:9px;
	width:150px;
}
