.ui-layout-toggler-west-open, .ui-layout-toggler-east-closed {
	background: transparent url(images/toggle-lt.gif) no-repeat scroll right center;
}

.ui-layout-toggler-west-closed, .ui-layout-toggler-east-open {
	background: transparent url(images/toggle-rt.gif) no-repeat scroll right center;
}

.ui-layout-toggler-north-open, .ui-layout-toggler-south-closed {
	background: transparent url(images/toggle-up.gif) no-repeat scroll right center;
}

.ui-layout-toggler-north-closed, .ui-layout-toggler-south-open {
	background: transparent url(images/toggle-dn.gif) no-repeat scroll right center;
}