
ul#css_switch {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1;
	list-style: none;
	width: 79px;
	height: 21px;
	overflow: hidden;
	}

ul#css_switch li {
	margin: 0;
	padding: 0;
	width: 26px;
	height: 21px;
	float: left;
	overflow: hidden;
	}

ul#css_switch li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-indent: -100em;
	overflow: hidden;
	}

ul#css_switch li.s a {
	background: url(../img/s.gif) no-repeat left center;
	}

ul#css_switch li.m a {
	background: url(../img/m.gif) no-repeat left center;
	}

ul#css_switch li.l a {
	background: url(../img/l.gif) no-repeat left center;
	}