.ui-draggable { cursor:move; }

#tip { position:absolute; display:none; height:25px; padding:9px 9px 0px; color:#fff; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; background:#000; background:rgba(0,0,0,.5); }

#tip .arrow { width:0; height:0; line-height:0; border-right:8px solid #000; border-right:8px solid rgba(0,0,0,.5); border-top:8px solid transparent; border-bottom:8px solid transparent; position:absolute; left:-8px; top:9px; }


#targets { display:none; list-style-type:none; position: fixed; top:10px; z-index:99999; }

#targets li { float:left; margin-right:20px; display:block; width:60px; height:60px; background:url(images/iconSprite.png) no-repeat 0 0; position:relative; }

#targets li#Digg { background-position:-60px 0; }

#targets li#Facebook { background-position:-120px 0; }

#targets li#Reddit { background-position:-180px 0; }

#targets li#StumbleUpon { background-position:-240px 0; }

#targets li#Twitter { background-position:-300px 0; }

#targets li span { display:block; position:absolute; bottom:-40px; white-space:pre; color:#fff; }


  
#overlay { background-color:#000; position:fixed; top:0; left:0; width:100%; height:100%; z-index:99997; }

#helper { background-color:#c2c2c2; position:absolute; height:34px; padding:20px 94px 0 16px; color:#fff; font-family:Arial; font-weight:bold; font-size:11px; border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px; border:3px solid #7d7d7d; }

#thumb { width:74px; height:50px; position:absolute; padding: 2px; right:0; top:0; border-left:3px solid #7d7d7d; }



.share { font-weight:bold; position:absolute; font-size:14px; font-family:arial; margin-left:-38px; }