
.highslide {
	cursor: url(graphics/zoomin.cur), pointer;
    outline: none;}

.highslide-active-anchor img {
	visibility: hidden;}

.highslide img {
	border: 0px solid gray;}

.highslide:hover img {
	border: 0px solid white;}

.highslide-wrapper {
	background: clear;}

.highslide-image {
    border: 0px solid white;}

.highslide-image-blur {}

.highslide-caption {
	display: none;
	border: 2px solid white;
	border-top: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	padding: 0px;
	background-color: white;}

.highslide-loading {
    display: block;
	color: WHITE;
	font-size: 8pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
    text-decoration: none;
	padding: 0px;
	border: 0px solid black;
    background-color: white;
    
    padding-left: 0px;
    background-image: url(graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 32px 1px;}

a.highslide-credits,
a.highslide-credits i {
    padding: 0px;
    color: silver;
    text-decoration: none;
	font-size: 10px;}

a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;}

a.highslide-full-expand {
	background: url(graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 100px 0px 0;
	width: 34px;
	height: 34px;}

hs.position = function(el)   {
   var parent = el;   
   var p = { x: parent.offsetLeft, y: parent.offsetTop };
   

   while (parent.offsetParent)   {
      parent = parent.offsetParent;
      p.x += parent.offsetLeft;
      p.y += parent.offsetTop;
      if (parent != document.body && parent != document.documentElement) {
         p.x -= parent.scrollLeft;
         p.y -= parent.scrollTop;
      }
   }
   return p;
}


/* These must always be last */
.highslide-display-block {
    display: block;}

.highslide-display-none {
    display: none;}









body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-image: url(\);
	background-repeat: no-repeat
	font: 1em helvetica, arial;
	font-weight: bold;
	text-align: left;}

.style1 {
	font-family: arial;
	font-size: 9px;
	color: #000000;}

.style3 {color: #FFFFFF}

a:link {
	color: #000000;}

a:visited {
	color: #333333;}

a:hover {
	color: #333333;}

a:active {
	color: #000000;}

a {
	font-family: arial;
	font-size: 9px;}

* {
    font-family: arial;
    font-size: 10pt;}










