#wrapper {
  padding: 0px;
  max-width:630px;
  }

p,h3,h4,pre {
  text-align: left;
  max-width: 630px;
  margin: 0 auto 20px;
  }

.rslides {
  margin: 0 auto;
  }

.rslides_container {
  margin-bottom: 0px;
  position: relative;
  float: left;
  width: 100%;
  padding-bottom:0px;
  max-height:480px;
  }

#slider2{
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }
  
.centered-btns_tabs {
  list-style: none;
  background: #1A1A1A;
  font-family: Gill Sans MT, sans-serif;
  font-size: 12px;
  list-style: none;
  margin: 0px auto 50px;
  max-width: 630px;
  padding-top:5px;
  text-align: center;
  width: 100%;
  height:26px;
  }

.centered-btns_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.centered-btns_tabs a {
  width: auto;
  padding: 6px 8px;
  height: auto;
  background: transparent;
  display: inline;
  }

.centered-btns_tabs li:first-child {
  margin-left: 0;
  }

.centered-btns_tabs .centered-btns_here a {
  background: #E00024;
  color: #fff;
 }

.centered-btns_tabs a{
	color:#E00024;
	}
	
.centered-btns_tabs a:hover{
	color:#E00024;
	}

.footer {
  font-size: 11px;
  }


.centered-btns_nav {
  z-index: 3;
  position: absolute;
  top: 45%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }