/* set div */
	#subButtons {
		clear: both;
		margin-left: 50px;
		padding-top: 125px;
	}
/* ENd set div */

/* BTN */
	#subButtons a {
		float: left;
		display: block;
		margin-right: 5px;
		padding-top: 2px;
		width: 55px;
		height: 19px;
		text-align: center;
		background: transparent url(../images/crs/btnSubAltBG.png) 0 0 no-repeat;
		font-weight: bold;
		font-size: 1em;
	}
/* ENd BTN */