 

#tour1, #tour2, #tour3, #tour4, #tour5, #tour6   {
  display: none;
  text-align: justify;
  padding: 10px;
}  

#div2{
     
	border-top-style: inset; 
	border-right-style: inset; 
	border-left-style: inset; 
	border-bottom-style: inset; 
	font:small, 11px;
	
	/*height: 82px;*/
	
	}
 
#Main {
  padding-bottom: 20px;
  padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  color: dimgray;
  font: bold 11px Verdana, Helvetica, sans-serif;
}


#tour7{
background: url(http://www.romehostel.it/content/images/block_top.jpg);

}
.roomtype{
/*background-repeat: repeat-x;*/
color: black;
text-align: justify;
font-style:italic;
color:#0066FF; 

}
a{
display:block;
}

.stepcarousel{
position: relative; /*leave this value alone*/

overflow: scroll; /*leave this value alone*/
width: 210px; /*Width of Carousel Viewer itself*/
height: 650px; /*Height should enough to fit largest content's height*/

}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
padding-top: 60px;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/

padding-left:10px;
padding-right:10px;
padding-top:10px; 
 /*margin around each panel*/
width: 170px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height: 130px;
}

