body#body {
	background: url(bg.jpg) no-repeat center top !important;}




	body#body.not-front {
    background: url(bg-header.jpg) repeat-x left top !important;
}



.arrows {
    background: url(both.png) no-repeat 0 0 !important;

}


.backward {
    background: url(arrow-left.png) no-repeat 0 0 !important; 

}

.forward {
    background: url(arrow-right.png) no-repeat 0 0 !important;
}

.forward:hover {
    background: url(arrow-right-hover.png) no-repeat 0 0 !important;
}

.backward:hover {
    background: url(arrow-right-hover.png) no-repeat 0 0 !important; 
	transform: rotate(180deg); /* Equal to rotateZ(45deg) */
}