body{ 
  margin:0; 
  padding:0; 
  height:100%; 
}

#logo{
  position:fixed;
  left:30px;
  display:block;
  bottom:10px;
  width:116px
  height:29px;
  z-index:2500;
  background-image:url('img/galnorLogo.png');
}

#slide{
  position:fixed;
  z-index:1500;
  width:100%;
  height:100%;
  background-color:#DDDDDD;
  overflow:hidden;
}

#strips_overlay{
  position:fixed;
  top:-50px;
  width:100%;
  height:100%;
  z-index:1000;
  background-image:url('img/overlaypattern.png');
}

#slide_strip{
  color:#FFFFFF;
  font-size:14px;
  position:fixed;
  opacity:0.9;
  bottom:0;
  width:100%;
  height:50px;
  z-index:1000;
  background-image:url('img/bg.png');
}

#info{
  position:fixed;
  left:-860px;
  opacity:0;
  height:50px;
  font-size:12px;
  line-height: 50px;
  text-shadow: #000 1px 1px 0px;
  font-family: arial, helvetica, sans-serif;}
}

#info_wrapper{
  position:fixed;
  left:130px;
  bottom:15px;
  width:100%;
  height:50px;
  overflow:hidden;
}

#slide_strip .bold{
  font-weight:bold;
  padding-left:25px;
}

#slide_strip a{
  color:#FFFFFF;
}

.slide_img{
  position:fixed;
  width:100%;
  height:100%;
  color:#FFFFFF;
}

a.next{
  position:fixed;
  right:10px;
  bottom: 12px;
  display:block;
  width:9px;
  height:26px;
  background-image:url('img/arrowNextInactive.png');
}

a.next hover{
  background-image:url('img/arrowNextActive.png');
}

a.prev{
  position:fixed;
  right:40px;
  bottom: 12px;
  display:block;
  width:9px;
  height:26px;
  background-image:url('img/arrowPrevInactive.png');
}

a.prev hover{
  background-image:url('img/arrowPrevActive.png');
}