


.flexticker{
/* Typical fixed height and fixed width example */
width: 430px;
height: 110px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/

background-color:white;
margin: auto;
padding: 15px;
padding-top: 0px;
padding-left: 0;
margin-left: 10px;
margin-top: 0px;
}

/* hesido: notice the addition of emptyspace holder, it should slightly be bigger than the containing div */
/* and it should only be that big when fleXcroll is active for better degradation */
/* version 1.9.1 and up adds flexcrollactive class, but the script should work with 1.8.9 and up */
#mycustomticker .emptyspace {
	height: 100px;
	}
#mycustomticker .emptyspace2 {
	height: 100px;
	}

/* you may optionally want to hide the scrollbars */
#mycustomticker .vscrollerbase {
	visibility: hidden !important;
}