/*preload classes*/ 
.svw {width: 50px; height: 20px;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
padding-right: 5px;
} 
.stripViewer ul li img {  
text-align: center; 
} 
.stripTransmitter { 
overflow: hidden;
width: 944px; 
background-color: #a09600;
height: 8px;
line-height: 8px;
font-size: 8px;
} 
.stripTransmitter ul { 
margin: 0 auto; 
padding: 0; 
list-style-type: none; 
line-height: 1em;
} 
.stripTransmitter ul li{ 
width: 8px; 
padding-left: 1px; 
display: inline;
background-color:#250324;
position:relative;
top:-3px;
} 
.stripTransmitter ul li a img {
height: 9px;
width: 7px;
}
.stripTransmitter ul li.lastchild_pad {  
padding-right: 1px; 
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
background: #cd0067; 
color: #fff; 
text-decoration: none; 
display: inline; 
font-size: 8px
padding: 0 3px;
outline: none;
} 
.stripTransmitter a:hover, a.current{ 
background: #cccd33; 
color: #cd0067; 
} 
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
} 
#box1{ border: 0px solid #f00; width: 940px; height: 380px; position: absolute; z-index: 1000; background-image: url(../gfx/blank.png) }
#mg {width: 944px; overflow: hidden; height: 394px; background-color: #2b052a; border-top: 1px solid #333; border-bottom: 1px solid #333; padding-bottom: 0px;}

#gmap{
height:300px;
width:500px;
}

#modalOverlay {
  background-color:#000;
}

#modalContainer {
  height:300px;
  width:500px;
  background-color:#fff;
  border:3px solid #ccc;
}

#modalContainer a.modalCloseImg {
  background:url(../gfx/x.png) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-14px;
  right:-18px;
  cursor:pointer;
}


