.buttonscontainer {width: 200px;}

.buttons a {
	color: #FFFFFF;
	background-color: #000000;
	padding: 2px;
	padding-left: 3px;
	display: block;
	font: 14px Trebuchet MS, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #1BADBC;
}

.buttons a:hover {
	text-decoration: none;
	color: #FFFFFF;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF0000;
}

.buttonscontainer .buttons .pageslct {
	color: #FF0000;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}

