/*===================================================================

 about this template
 http://hyper-text.org/archives/2007/10/css_switch.shtml

===================================================================*/

/*----------------------------------------
 __CSS_switch
----------------------------------------*/

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.liquid {
	width: 27px;
	}

ul#css_switch li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-indent: -100em;
	overflow: hidden;
	}

ul#css_switch li.fixed a {
	background: url(../img/fx_off.gif) no-repeat left center;
	}

ul#css_switch li.liquid a {
	background: url(../img/lq_off.gif) no-repeat left center;
	}

ul#css_switch li.elastic a {
	background: url(../img/el_off.gif) no-repeat left center;
	}