/* ******** ID per Rotate for java ********** */
#rent  { position       : relative;
         border-style	: solid;
	 border-width	: 0px 1px 1px 1px;
	 border-color	: #0033CC;

}
#column { border-style	: solid;
	 border-width	: 0px 1px 1px 1px;
	 border-color	: #0033CC;

}
#column2{ border-style	: solid;
 	  border-width	: 0px 1px 1px 1px;
	  border-color	: #0033CC;
}

#column3{ border-style	: solid;
 	  border-width	: 0px 1px 1px 1px;
	  border-color	: #0033CC;
}

#ajaxticker1{
              width: 160px;
              height: 100px;
              border: 1px ridge black;
              padding: 5px;
              background-color: #FEEEB8;
            }
#ajaxticker1 div{ background-color: #FEEEB8;}  
/*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. 
  Style inner DIV with same color as outer DIV*/
/*.someclass { //class to apply to your scroller(s) if desired }*/


/* ************* Picture Popup  ************* */
.pic  a.p1, .pic  a.p1:visited  {top: 0; left: 0; text-decoration: none;}
.pic  a.p1:hover                {background-color: #fbf6e5; text-decoration: none; z-index: 100;}
.pic  a.p1:hover .large         {position: absolute; top: -210px; left: 140px; width: 250px; height: 198px; z-index: 100;}
.pic  a.p1:hover .llarge        {position: absolute; top: -210px; left: 140px; width: 500px; height: 376px; z-index: 100;}
.pic  a.p1:hover .med           {position: absolute; top: -6px; left: -7px; width: 140px; height: 105px; z-index: 100;}
.pic  a.p1:hover .medff         {position: absolute; top: -6px; left: +2px; width: 140px; height: 105px; z-index: 100;}
.pic  a.p1:hover .medlg         {position: absolute; top: -260px; left: -20px; width: 310px; height: 213px; z-index: 100;}

/* =========== 2nd part to pictures =============*/
.pic            {position: relative; top:  1px; left: 1px;}
.pic  a .large  {position: absolute; top: -1px; left: -1px; height: 1px; width: 1px;}
.pic  a .llarge {position: absolute; top: -1px; left: -1px; height: 1px; width: 1px;}
.pic  a .med    {position: absolute; top: -1px; left: -1px; height: 1px; width: 1px;}
.pic  a .medff  {position: absolute; top: -1px; left: -1px; height: 1px; width: 1px;} /* align firefox */
.pic  a .medlg  {position: absolute; top: -1px; left: -1px; height: 1px; width: 1px;} 

a.tooltip {			/* Font settings for tooltip bubble */
  position			: relative;
  z-index			: 24
}
a.tooltip div.bubble {
  display			: none
}
a.tooltip:hover {
  position			: relative;
  color				: #aaaaff;
  z-index			: 25
}
a.tooltip:hover div.bubble {
  display			: block;
  text-align			: justify;
  padding                       : 5px;
  background-color              : #FFFFFF;
  z-index                       : 100
}
a.tooltip:hover div.top {
  display			: block;
  padding			: 22px 25px 0;
  background			: url(../images/bubble.gif) no-repeat top
}
a.tooltip:hover div.middle {	/* Stretch if nessecary */
  display			: block;
  padding			: 0 25px; 
  background			: url(../images/bubble_fill.gif) repeat bottom
}
a.tooltip:hover div.bottom {
  display			: block;
  padding			: 3px 25px 0;
  background			: url(../images/bubble.gif) no-repeat bottom
}

/* ================== End ================================*/

/**/
/**/