@charset "utf-8";
/* CSS Document */

/*------ Rounder -------*/
span.roundContain{
	width: 100%;
	height: 8px;
	float: left;
	display: inline;
	font-size:0px;
}
	/*------ Grey Rounder -------*/
	span.roundcTopRG{
		width: 8px;
		height: 8px;
		float: right;
		display:inline;
		background-image:url(../images/topRightGrey.png);
		background-repeat: no-repeat;
	}
	span.roundcBottomRG{
		width: 8px;
		height: 8px;
		float: right;
		display:inline;
		background-image:url(../images/bottomRightGrey.png);
		background-repeat: no-repeat;
	}
	span.roundcBottomLG{
		width: 8px;
		height: 8px;
		float: left;
		display:inline;
		background-image:url(../images/bottomLeftGrey.png);
		background-repeat: no-repeat;
	}
	span.roundcTopLG{
		width: 8px;
		height: 8px;
		float: left;
		display:inline;
		background-image:url(../images/topLeftGrey.png);
		background-repeat: no-repeat;
	}
	/*------ End Grey Rounder -------*/
	/*------ Blue Rounder -------*/
	span.roundcTopRB{
		width: 8px;
		height: 8px;
		float: right;
		display:inline;
		background-image:url(../images/topRightBlue.png);
		background-repeat: no-repeat;
	}
	span.roundcBottomRB{
		width: 8px;
		height: 8px;
		float: right;
		display:inline;
		background-image:url(../images/bottomRightBlue.png);
		background-repeat: no-repeat;
	}
	span.roundcBottomLB{
		width: 8px;
		height: 8px;
		float: left;
		display:inline;
		background-image:url(../images/bottomLeftBlue.png);
		background-repeat: no-repeat;
	}
	span.roundcTopLB{
		width: 8px;
		height: 8px;
		float: left;
		display:inline;
		background-image:url(../images/topLeftBlue.png);
		background-repeat: no-repeat;
	}
	/*------ End Blue Rounder -------*/
/*------ End Rounder -------*/



