/* #content { width:440px; }
#content img { float:right; margin-left:20px; } */

.ui-draggable { cursor:move; }
#tip { position:absolute; display:none; height:25px; padding:10px 8px 0px 32px; color:#fff; font-family: Times new roman,"Times New Roman",Times,  serif; font-size:12px; font-weight:normal;font-style: italic; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; background:#000; background:rgba(0,0,0,.8); z-index: 9999;background-image: url(arrow.png);background-repeat: no-repeat;background-position: 4px 6px;}

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

#targets { background-image:url(bkground.png); width:285px; height:300px; display:none; list-style-type:none; position:fixed; top:50px; z-index:99999;}
#targets li { float:left; margin-right:21px; margin-top: 40px; display:block; width:61px; height:62px;  position:relative;left: 38px; }
#targets li#twitter { background:url(iconSpritet.png) no-repeat 0 0;}
#targets li#delicious { background:url(iconSprited.png) no-repeat 0 0;}
#targets li#facebook {background:url(iconSpritef.png) no-repeat 0 0;}

#targets li#twitter.li_hover { background:url(iconSpritet_over.png) no-repeat 0 0;}
#targets li#delicious.li_hover {background:url(iconSprited_over.png) no-repeat 0 0; }
#targets li#facebook.li_hover { background:url(iconSpritef_over.png) no-repeat 0 0; }


#targets li span { display:block; position:absolute; top:-32px; white-space:pre; color:black;font-size: 12px;text-transform: uppercase;font-weight: normal; }
#targets li#twitter span { left:82px; }
#targets li#delicious span { left:0px; }
#targets li#facebook span { left:-82px; }

#overlay { background-color:#000; position:fixed; top:0; left:0; width:100%; height:100%; z-index:99997; }
#helper {  position:absolute; height:46px; width:180px;padding:15px 70px 0 10px; color:#000; font-family:Arial, Verdana, sans-serif; font-weight:normal;text-transform:uppercase;font-size:12px;  border:2px solid #9f9265;background: url(helper_back.png) repeat-x;border-left: 0;}
#helper .arrow { width: 36px;height: 65px;background: url(helper_arrow.png) no-repeat;float: left;margin-top:-17px;margin-left: -42px;}

#thumb { width:50px; height:50px; position:absolute; right:0; top:0; border-left:1px solid #d2d2d2; margin: 5px; padding-left: 5px;}

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