LeftButton
{
	margin: 3px;
	color:#FFFFFF;
	-webkit-border-image: url(images/leftButton.png) 0 5 0 12;

}

.LeftButton
{
	margin: 3px;
	color:#FFFFFF;
	-webkit-border-image: url(images/leftButton.png) 0 5 0 12;

}

.showArrow /*	Add an arrow button to a link */
{  
	margin-right:10px;		
	padding-right:16px;	   /* Distance between the arrow button and a text */
	
	background-image: url(images/chevron.png); 
	background-repeat: no-repeat;
	background-position: right; 
}