﻿#imgContainer{ padding:0px;}
#bigImage{ padding:0px; margin:0px;}
div.imgContainer{
	float:left;
	position:relative;
}

#list{
	height:100px;
}
#draggable .frame{
    display: none;
    *display : block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
	cursor:move;
    filter: alpha( opacity = 0 );
}
#draggable span,#draggable .ui-resizable-handle{
      position:absolute;
      line-height:0;
      font-size:0;
}
#draggable .t,#draggable .b{
    height:2px;
    width:100%;
    left:0;
    background:url(im/marker-shine.gif) repeat-x left top;
}
#draggable .l,#draggable .r{
    width:2px;
    height:100%;
    top:0;
    background:url(im/marker-shine.gif) repeat-y left top;
}
#draggable .b{
    bottom:0;
}
#draggable .t,{
    top:0;
}
#draggable .l{
    left:0;
}
#draggable .r{
    right:0;

}
#draggable .ui-resizable-handle{
    width:8px;
    height:8px;
    background:url(im/marker-square.gif) no-repeat left top;
    cursor:pointer;
}
#draggable .ui-resizable-n {
    cursor: n-resize;
    top: -3px;
    left: 50%;
    margin-left:-3px;
}
#draggable .ui-resizable-e {
    cursor: e-resize;
    top: 50%;
    margin-top:-3px;
    right: -3px;
}
#draggable .ui-resizable-s{
    cursor: n-resize;
    left: 50%;
    margin-left:-3px;
    bottom: -3px;
}
#draggable .ui-resizable-w{
    cursor: e-resize;
    top: 50%;
    margin-top:-3px;
    left: -3px;
}
#draggable .ui-resizable-ne{
    cursor:sw-resize;
    right:-3px;
    top:-3px;
}
#draggable .ui-resizable-nw{
    cursor:nw-resize;
    left:-2px;
    top:-2px;
}
#draggable .ui-resizable-sw{
    cursor:sw-resize;
    left:-3px;
    bottom:-3px;
}
#draggable .ui-resizable-se{
    cursor:se-resize;
    right:-3px;
    bottom:-3px;
}

#draggable{

    width:100px;
    height:100px;
    cursor:move;
    float:left;
    position:absolute;
	background:url(im/blank.gif) repeat;
}
#draggable #cancel{
cursor:pointer;
float:left;
position:relative;
}
#draggable #friend_list{
background-color:#e0e0e0;
border:#999999;
float:right;
position:relative;
left:110px;
}

#draggable #friend_list checkbox{
border:#CC0066;
margin-top:100px;
cursor:default;
}