// Buttons hover and click effects

function hoverSmall57(obj) {
	obj.style.backgroundImage='url(/images/style_review/buttonSmallActivated_57.gif)';
	obj.style.cursor='pointer';
}
function downSmall57(obj) {
	obj.style.backgroundImage='url(/images/style_review/buttonSmallSelected_57.gif)';
} 
function outSmall57(obj) {
	obj.style.backgroundImage='url(/images/style_review/buttonSmall_57.gif)';
}
