
#wrapper {
    margin: 0 auto;
}

#slider .scrollButtons {
    position: absolute;
    bottom: -15px;
    cursor: pointer;
    z-index: 100;
}

#slider .scrollButtons.left
{
	width: 32px;
	height: 32px;
	left: 15px;
	bottom: 5px;
	background-image: url(images/prev-horizontal12.png);
	background-repeat: no-repeat;
        background-position: 0px 0px;
	display: none;
}

#slider .scrollButtons.left:hover
{
        background-position: -32px 0px;
}

#slider .scrollButtons.right {
        right: 15px;
        bottom: 5px;
        width: 32px;
        height: 32px;
        background-image: url(images/next-horizontal12.png);
	background-repeat: no-repeat;
        background-position: 0px 0px;
}

#slider .scrollButtons.right:hover {
        background-position: -32px 0px;
}



