div#page_setup  {
	position : relative;

	margin : -27px 3px 0 0;
}
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 : url('../img/page_setup.gif') no-repeat 0 0;
}
div#dw800, ul.page_setup li#w800:hover {
background : url('../img/page_setup.gif') no-repeat 0 -20px;
}
ul.page_setup li#w1024 {
background : url('../img/page_setup.gif') no-repeat -20px 0;
}
div#dw1024, ul.page_setup li#w1024:hover {
background : url('../img/page_setup.gif') no-repeat -20px -20px;
}
ul.page_setup li#wLiquid {
background : url('../img/page_setup.gif') no-repeat -40px 0;
}
div#dwLiquid, ul.page_setup li#wLiquid:hover {
background : url('../img/page_setup.gif') no-repeat -40px -20px;
}
ul.page_setup li#large {
background : url('../img/page_setup.gif') no-repeat -60px 0;
}
div#dlarge, ul.page_setup li#large:hover {
background : url('../img/page_setup.gif') no-repeat -60px -20px;
}
ul.page_setup li#normal {
background : url('../img/page_setup.gif') no-repeat -80px 0;
}
div#dnormal, ul.page_setup li#normal:hover {
background : url('../img/page_setup.gif') no-repeat -80px -20px;
}
ul.page_setup li#small {
background : url('../img/page_setup.gif') no-repeat -100px 0;
}
div#dsmall, ul.page_setup li#small:hover {
background : url('../img/page_setup.gif') no-repeat -100px -20px;
}
ul.page_setup li.space {
width : 1px;
}
ul.page_setup li div {
cursor : default;
} 

