/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall
{
	border: none 0 white;
	cursor: url(images/magplus.cur) hand auto;
}
.PopBoxImageLarge
{
	border: none 0 white;
	cursor: url(images/magminus.cur) hand auto;
}
.PopBoxImageShrink
{
	cursor: url(images/magminus.cur) hand auto;
}
.PopBoxImageLink
{
	cursor: hand auto;
}
.PopBoxImageMove
{
	border: none 0 white;
	cursor: hand auto;
}
