#banners {
  width:98vw;
  height:41.25vw;
}
#content .bodytext .posts_pagingx a {
	display: none;
}
/* Let's get this party started */
::-webkit-scrollbar {
    width: 5px;
	height: 5px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #fcb131; 
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #fcb131; 
}

#h1maintitle {
	margin-top: 10px;
}