.img-content {
  color:#333333;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:16px;
  width: 660px;
}

.album-name {
  color:#555555;
  font-size:14px;
  font-weight:bold;
  border-bottom:1px #cccccc dotted;
  padding-bottom:5px;
  margin:6px;
}
  
.top-name {
  color:#AACBF2;
  float:left;
  text-align:left;
  width:140px;
}

.border {
  margin:5px auto;
  background-color:#FFFFFF;
  border:1px solid #CCCCCC;
  padding:0px;
}

.top-data {
  background-color:#EAF2FB;
  border:1px solid #DAE7F6;
  float:left;
  text-align:left;
  width: 133px;
  padding: 0px 2px;
}

.bottom-data {
  border-top:none;
  width:136px;
  background-color:#EAF2FB;
  border:1px solid #DAE7F6;
  border-top: 0px;
  float:left;
  text-align:left;
}
     
.top-data span, .top-name span {
  float:right;
  padding:0;
}

.thumb {
  float:left;
  margin:12px;
  width:140px;
  overflow:hidden;
  _display:inline;
}

.thumb-img 
{
  cursor:pointer;
  height:110px;
  width:130px;
}

.videothumb
{
    background: url(/images/video.gif) no-repeat center center;
    width: 121px;
    height: 121px;
}

.videothumb a { display:block; text-align:center;} 

table.thumb-img { cursor:auto;}
.thumb-img td { padding:2px;height:90px;width:130px;}
.small {
  border:1px solid #BBDAE6;
  margin:0;
  padding:2px;
}

.normal-cursor {cursor:auto}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
    font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip, a.tt:hover span.left-tooltip{
    display:block;
    position:absolute;
    top:15px; left:-7px;
    padding: 0px 0 0 0;
    width:280px;
    color: #993300;
    text-align: left;
    filter: alpha(opacity:100);
    KHTMLOpacity: 1.0;
    MozOpacity: 1.0;
    opacity: 1.0;
    cursor:help;
    font-size:12px;
}
a.tt:hover span.left-tooltip {
    top:10px; left:-250px;
}   
a.tt:hover span.top{
    display: block;
    padding: 30px 8px 0;
    background: url(http://imageshack.us/images/blue/bubble.png) no-repeat top;
}
a.tt:hover span.left-top{
    display: block;
    padding: 30px 8px 0;
    background: url(http://imageshack.us/images/blue/bubble2.png) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
    display: block;
    padding: 0 8px;
    background: url(http://imageshack.us/images/blue/bubble_filler.png) repeat bottom;
}
a.tt:hover span.bottom{
    display: block;
    padding:3px 8px 10px;
    color: #548912;
    background: url(http://imageshack.us/images/blue/bubble.png) no-repeat bottom;
}


