﻿div.imgContainer{
	float:left;
	position:relative;
}
a{
	background:#0099CC none repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
	float:left;
	margin:2px;

}
.photo-marker{
    top:0;
    left:0;
    width:100px;
    height:100px;
    cursor:move;
    float:left;
    position:absolute;
}
.photo-marker .frame{
    display: none;
    *display : block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha( opacity = 0 );
}
.photo-marker span,.photo-marker .ui-resizable-handle{
      position:absolute;
        line-height:0;
    font-size:0;
}
.photo-marker .t,.photo-marker .b{
    height:2px;
    width:100%;
    left:0;
    background:url(marker-shine.gif) repeat-x left top;
}
.photo-marker .l,.photo-marker .r{
    width:2px;
    height:100%;
    top:0;
    background:url(marker-shine.gif) repeat-y left top;
}
.photo-marker .b{
    bottom:0;
}
.photo-marker .t,{
    top:0;
}
.photo-marker .l{
    left:0;
}
.photo-marker .r{
    right:0;
}
.photo-marker .ui-resizable-handle{
    width:8px;
    height:8px;
    background:url(marker-square.gif) no-repeat left top;
    cursor:pointer;
}
.photo-marker .ui-resizable-n {
    cursor: n-resize;
    top: -3px;
    left: 50%;
     margin-left:-3px;
}
.photo-marker .ui-resizable-e {
    cursor: e-resize;
    top: 50%;
    margin-top:-3px;
    right: -3px;
}
.photo-marker .ui-resizable-s{
    cursor: n-resize;
    left: 50%;
    margin-left:-3px;
    bottom: -3px;
}
.photo-marker .ui-resizable-w{
    cursor: e-resize;
    top: 50%;
     margin-top:-3px;
    left: -3px;
}
.photo-marker .ui-resizable-ne{
    cursor:sw-resize;
    right:-3px;
    top:-3px;
}
.photo-marker .ui-resizable-nw{
    cursor:nw-resize;
    left:-2px;
    top:-2px;
}
.photo-marker .ui-resizable-sw{
    cursor:sw-resize;
    left:-3px;
    bottom:-3px;
}
/*http://www.codefans.net*/
.photo-marker .ui-resizable-se{
    cursor:se-resize;
    right:-3px;
    bottom:-3px;
}