/*
 * CSS Document (css_tooltips/tpsy.css)
 * 	Template by dEsTa_cOOL
 *	http://dunia-musik.co.cc/
 */

.tipsy { 
padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat; 
}
.tipsy-inner { 
 padding: 4px 5px; background-color: black; color: white; max-width: 200px; text-align: center; 
}
.tipsy-south { 
background-image: url(gambar/tipsy-south.gif); background-position: bottom center; /*yang kita gunakan (south)*/
}
/* Klo ingin merubah posisi dari South ke ---> North, East, West.
   (Ingat!! Klo ingin merubahnya, rubah variabel South jg yg di css_tooltips, 
    yg sedang di gunakan ke --> yang anda inginkan (Contoh: West ))
*/
.tipsy-north { 
background-image: url(gambar/tipsy-north.gif); background-position: top center; 
}
.tipsy-east { 
background-image: url(gambar/tipsy-east.gif); background-position: right center; 
}
.tipsy-west { 
background-image: url(gambar/tipsy-west.gif); background-position: left center; 
}

