#container { -webkit-transform: scale(0.94) translate(-13px, 0); }

.box.vertical #body-content { width: 905px; }

.box.horizontal#scrollbar { margin-top: 10px; }

.box.horizontal#buttons { display: block; clear: both; width: 1000px; height: 60px; margin-top: 10px; }
.box.vertical#buttons { float: right; display: inline; width: 60px; height: 525px; margin-top: -525px; margin-right: 20px; }

#btn-minus, #btn-plus { background-repeat: no-repeat; cursor: pointer; }

.box.horizontal#btn-minus, .box.horizontal#btn-plus { display: inline; width:195px; height: 60px; }
.box.horizontal#btn-minus { float: left; background-position: left; background-image: url(/Assets/Images/scroll-left.png) }
.box.horizontal#btn-plus { float: right; background-position: right; background-image: url(/Assets/Images/scroll-right.png) }

.box.vertical#btn-minus, .box.vertical#btn-plus { width: 60px; height: 195px }
.box.vertical#btn-minus { background-position: top; background-image: url(/Assets/Images/scroll-up.png) }
.box.vertical#btn-plus { margin-top: 135px; background-position: bottom; background-image: url(/Assets/Images/scroll-down.png) }

.box.horizontal#footer { margin-top: 105px; }
