.bodybox {
border: 1px solid #041F4C;
position: relative;
background-image: url('/src/img/oldpaper.jpg');
background-repeat: repeat-x;
background-color: #092D6B;
width: 560px;
overflow: hidden;
}

.bodyinset {
xxborder: 1px solid #003366;
border: 3px solid gold;
margin: 10px;
min-height: 790px;
background-color: #fefebe;
color: white;
width: 534px;
overflow: hidden;
}

#booking {
position: relative;
width: 183px;
height: 102px;
border: 0px solid yellow;
backgroung-image: url('/src/img/stampBG.jpg');
}
#bookinginner {
border: 0px solid orange;
position: absolute;
margin: 10px 0px 0px 17px;
width: 160px;
height: 80px;
}
.PanelCopyright {
text-align: center;
font-family: times new roman, times;
color: #0b316e; font-weight:normal;
}

.PanelCopyright a:link {color: #0b316e; text-decoration: underline; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
.PanelCopyright a:visited {color: #0b316e; text-decoration: underline; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
.PanelCopyright a:hover {color: #fdc818; text-decoration: none; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
.PanelCopyright a:active {color: #0b316e; text-decoration: underline; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}


li {
color: #000000; 
font-size:14px;
}

#container {
  position: relative;
  width: 440px;
  height: 109px;
  overflow: hidden;
  border: 0px solid red;
  overflow:hidden;
}



#scroller {
  width: 608px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}


#scrollerRec { 
overflow:hidden;
width: 760px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}

#scrollergallery { 
overflow:hidden;
width: 480px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}

.content {
  width: 120px;
  height: 100px;
  float: left;
  margin-left: 11px;
  margin-right: 11px;
  padding: 5px;
  border: 0px solid #EFEFEF;
  font-size: 11px; color:#FFFFFF; overflow:hidden;
}

.scrollNav, .scrollNav a:link, .scrollNav a:visited  {
  font-size: 11px;
  color:#ffd700;
  font-weight: bold; text-decoration:none; overflow:hidden;
}

<!--[if IE]>

#scroller{
  width: 700px; /* = width + margin left + margin right from the content rule + border*2 from the container rule*/
}

<! [endif]-->



