function buttonHover (item)
{
	item.style.borderColor = '#333333';
}

function buttonExit (item)
{
	item.style.borderColor = '#666666';
}