
/*****************
  Main page
 *****************/
.pagecontent #slider1         { width: 750px; height: 480px; list-style: none; }
.pagecontent #slider2         { width: 750px; height: 480px; list-style: none; }

.main-copy img { MARGIN: 0px; }
h3 {text-align:center}

/******************
  tooltips (Jatt)
 ******************/
.tooltip { cursor: pointer; }
#tooltip {
 min-width: 100px;
 color: #dddddd;
 background: #444;
 border: 1px solid #777;
 padding: 8px;
 display: none;
 opacity: 0.9;
 filter: alpha(opacity=90);
 text-align: left;
 border-radius: .5em;
 -moz-border-radius: .5em;
 -webkit-border-radius: .5em;
 z-index: 1000;
}
#tooltip .body {
 display: block;
 text-align: center;
}