div#page_setup
{
	position: absolute;
	top: 4px;
	left: 43%;
}
ul.page_setup
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.page_setup li
{
	float: left;
	margin: 0 2px;
	padding: 0;
	cursor: pointer;
	width: 20px;
	line-height: 20px;
}
ul.page_setup li#w800
{ background-image: url(../img/page_setup.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; }
div#dw800, ul.page_setup li#w800:hover
{ background-image: url(../img/page_setup.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 -20px; }
ul.page_setup li#w1024
{ background-image: url(../img/page_setup.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: -20px 0; }
div#dw1024, ul.page_setup li#w1024:hover
{ background-image: url(../img/page_setup.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: -20px -20px; }
ul.page_setup li#wLiquid
{ background-image: url(../img/page_setup.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: -40px 0; }
div#dwLiquid, ul.page_setup li#wLiquid:hover
{ background-image: url(../img/page_setup.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: -40px -20px; }
ul.page_setup li#large
{ background-image: url(../img/page_setup.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: -60px 0; }
div#dlarge, ul.page_setup li#large:hover
{ background-image: url(../img/page_setup.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: -60px -20px; }
ul.page_setup li#normal
{ background-image: url(../img/page_setup.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: -80px 0; }
div#dnormal, ul.page_setup li#normal:hover
{ background-image: url(../img/page_setup.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: -80px -20px; }
ul.page_setup li#small
{ background-image: url(../img/page_setup.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: -100px 0; }
div#dsmall, ul.page_setup li#small:hover
{ background-image: url(../img/page_setup.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: -100px -20px; }
ul.page_setup li.space
{
	width: 1px;
	cursor: default;
}


