/*===================================================================

 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: 140px;
	height: 26px;
	overflow: hidden;
	}

ul#css_switch li {
	margin: 0;
	padding: 0;
	width: 30px;
	height: 26px;
	float: left;
	overflow: hidden;
	}

ul#css_switch li.middle {
	width: 30px;
	}

ul#css_switch li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-indent: -100em;
	overflow: hidden;
	}

ul#css_switch li.small a {
	background: url(../img/small_off.gif) no-repeat left center;
	}

ul#css_switch li.middle a {
	background: url(../img/middle_off.gif) no-repeat left center;
	}

ul#css_switch li.large a {
	background: url(../img/large_off.gif) no-repeat left center;
	}