#racedetailshovershow > div:first-child,
#sponsorshovershow > div:first-child,
#locationhovershow > div:first-child,
#pictureshovershow > div:first-child  {
   top: 0px;
   left: 0px;
   padding: 0px;
   margin: 0px;
   position: relative;
   display: block;
   height: 37px;
   background-repeat: no-repeat;
}

#racedetailshovershow > div:first-child  {
   background-image: url(sg_home_media/racedetailshovershow.png);
   width: 207px;
}

#pictureshovershow > div:first-child  {
   background-image: url(sg_home_media/pictureshovershow.png);
   width: 120px;
}

#sponsorshovershow > div:first-child  {
   background-image: url(sg_home_media/sponsorshovershow.png);
   width: 270px;
}

#locationhovershow > div:first-child  {
   background-image: url(sg_home_media/locationhovershow.png);
   width: 222px;
}

.page_content_bkg  {
   position: absolute;
   z-index: 1;
}

