* { margin: 0; padding: 0; }

.hide { display: none; }

.container {
width: 838px;
text-align: left;
margin: 10px 0 5px 0;
position: relative;
}

em, q {
font-weight: bold;
font-style: normal;
}

code {
font-family: monospace;
}
a img { border: 0; }
/* The toolbar for the content box */
#toolbar li {
  display: none;
}


/* The slide-y content box thingy */

#frame {
  overflow: hidden;
  margin: 0;
  width: 800px;
}

.button a:hover {
  background: none;
}

div.button#left {
  background: none;
  z-index: 500;
}
div.button#right {
  background: none;
  z-index: 500;
}

#scroller {
  width: 900px;
  height: 100%; /* 270 */
  margin: 0;
  margin-left: 33px;
  overflow-x: hidden;
  overflow-y: hidden;
}

#scroller_content {
  width: 50000px;
}
	
.section {
  width: 900px;
  
  background-color: #;
  float: left;
}
.section:focus {
  color: #e00034;
}
.section:active {
  color: #e00034;
}
#scroller_button_left{
  display: inline-block; float: left; 
  margin-top: -360px; 
  background-color: #; height:32px; width: 32px; background-image: url('../../file/img/button_left.gif');
  z-index: 2;
  cursor: pointer;
}
#scroller_button_right{
  display: inline-block; float: left; 
  margin-top: -360px; 
  margin-left: 935px; background-color: #; height:32px; width: 32px; background-image: url('../../file/img/button_right.gif');
  z-index: 2;
  cursor: pointer;
}
.scroller_link{
  font-weight: normal;
  
  margin-top: 7px;
  margin-left: 10px; 
  margin-right: 10px;
  display: inline-block;
  float: left;
  cursor: pointer;
  
  font-size: 11px;
  letter-spacing: -0px;
  color: #000;
}

/* Contents and tabs ---------------------------------------------------------------------------- */
.scroller_content_header{
  color: #000; 
  font-size: 18px; 
  letter-spacing: 0px; 
  margin-top: 0px;
}
.scroller_content_pre{
  
  color: #62acff; 
  font-size: 12px;
  border-bottom: 0px solid #ccc;
  margin-top: 0px;
  padding-bottom: 5px;
}
.scroller_content_description{
  margin-top: 10px; color: #444; 
  font-size: 12px; 
  font-weight: normal; 
  text-align: justify;
  line-height: 17px;
}

.scroller_image{
  margin-left: 0px;
  margin-bottom: 0px;
  background-color: #;
}

/* Other ---------------------------------------------------------------------------------------- */

#continue{
  cursor:pointer; font-weight: bold;
  color: #000;
  border-bottom: 1px solid #ccc;
  padding: 3px;
  margin-bottom: 10px;
}

#hidden_grid{
  width: 850px;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  text-align: justify;
} 

#continue:hover{
  color: #62acff;
}
