.bodybox {
border: 3px solid #a65c27;
position: relative;
background-image: url('/src/img/oldpaper.jpg');
width: 560px;
overflow: hidden;
}

.bodyinset {
border: 3px solid #a65c27;
margin: 10px;
min-height: 790px;
background-color: #472511;
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: #c8bca6; 
}

.panelcopyright a:link {color: #c8bca6; text-decoration: none;}
.panelcopyright a:visited {color: #c8bca6; text-decoration: none;}
.panelcopyright a:hover {color: #c8bca6; text-decoration: none;}
.panelcopyright a:active {color: #c8bca6; text-decoration: none;}

#promocode {
position: relative;
top: -120px;
left: 10px;
background: white;
border: 4px solid #c96;
padding: 4px;
visibility: hidden;
}

li {
color: #ffffff; 
font-size:14px;
}

#container {
  position: relative;
  width: 440px;
  height: 100px;
  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:#eecfbd;
  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]-->



