/*
	jquery.ui.marble.css
*/

.ui-marble
{
	background-repeat:		repeat	!important;
	background-attachment:	scroll	!important;
/*	background-position is set by jquery.ui.marble.js	*/
	border-style:				outset	!important;
}

.ui-marble-default
{
	background-image:			url(images/white_marble_75.png)	!important;
}

.ui-state-active
{
	border-style:				inset	!important;
}

