a.vb-buttonFrame {	
		display: inline;
		width: inherit;
	}
	
	.vb-clickableFrame {
		border: 2px solid white;
		height: 59px;
		width: 188px;
		border-radius: 10px;
		margin-top: 7px;
		margin-left: 8px;
		position: absolute;
	}
	
	.vb-clickableFrameSmall {
		border: 2px solid white;
		height: 59px;
		width: 161px;
		border-radius: 10px;
		margin-top: 7px;
		margin-left: 8px;
		position: absolute;
	}
	
	.vb-graphicArea, .vb-graphicAreaSmall {		
		top: 0px;
		left: 0px;
		margin: 0px;
		text-align: left;
		position: relative;
		overflow: hidden;
	}
	
	.vb-arrowArea {
		text-align: right;
		padding-top: 20px;
		padding-right: 6px;
	}
	
	.vb-graphicArea img, .vb-graphicAreaSmall img, .vb-arrowArea img {
	   margin: 0px;
	}
	
	
	/* Blue */
	.vb-buttonFrame:hover .vb-blue {
		border: 2px solid #0079b2;
		background-color: #0079b2;		
	}
	
	.vb-blue {
		background-color: #00a1dd;
	}
	
	/* Orange */
	.vb-buttonFrame:hover .vb-orange {
		border: 2px solid #b34d00;
		background-color: #b34d00;		
	}
	
	.vb-orange {
		background-color: #f18028;
	}
	
	/* Green */
	.vb-buttonFrame:hover .vb-green {
		border: 2px solid #5c8e04;
		background-color: #5c8e04;		
	}
	
	.vb-green {
		background-color: #8bbc3f;
	}
	
	/*  Navy */
	.vb-buttonFrame:hover .vb-navy {
		border: 2px solid #003c5d;
		background-color: #003c5d;		
	}
	
	.vb-navy {
		background-color: #10577a;
	}
	
	/*  Pink */
	.vb-buttonFrame:hover .vb-pink {
		border: 2px solid #b70060;
		background-color: #b70060;		
	}
	
	.vb-pink {
		background-color: #e51884;
	}
	
	/*  Gray */
	.vb-buttonFrame:hover .vb-gray {
		border: 2px solid #989ea6;
		background-color: #989ea6;		
	}
	
	.vb-gray {
		background-color: #dee2e9;
	}