
.bx-wrapper .bx-viewport {
    background: none;
    border: 0;
    box-shadow: none;
    left: -5px;
}

ul.bxslider {
    margin: 0;
    padding: 0;
}
ul.bxslider >  li {
	margin:0 0 0 0;
}

#wars > .bx-controls-direction {
}
#squads > .bx-controls-direction {
}

#wars .bx-wrapper .bx-controls-direction a {
    height: 32px;
    margin-top: -60px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 32px;
    z-index: 9999;
}
#wars > .bx-wrapper .bx-viewport {
	height:120px !important;
}


#squads .bx-wrapper .bx-controls-direction a {
    height: 32px;
    outline: 0 none;
    margin-top: -48px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 32px;
    z-index: 9999;
}

#squads > .bx-wrapper .bx-viewport {
	height:90px !important;
}



.bx-wrapper .bx-prev {
    background: url("images/controls.png") no-repeat scroll 0 -32px rgba(0, 0, 0, 0);
    left: 5px;
    position: absolute;
    top: -15px;
}

.bx-wrapper .bx-next {
    background: url("images/controls.png") no-repeat scroll -43px -32px rgba(0, 0, 0, 0);
    right: 10px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper { margin: 0;}

.bx-wrapper .bx-pager {
 /*  display:none; */
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 0;
    position: absolute;
    width: 100%;
}