﻿.buttons-panel-container
{
	width: auto;
	height: 17px;
}

.buttons-panel-button
{
	display: block;
	width: auto;
	height: 17px;
	float: left;
	padding: 0 4px;
}

a.buttons-panel-button
{
	background: #ccc none no-repeat fixed 0 0;
	color: #333;
	text-decoration: none;
}

a.buttons-panel-button:hover,
a.buttons-panel-button-selected
{
	background: #333 none no-repeat fixed 0 0;
	color: #ccc;
}