/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall
{
	/*	border: none 0px #ffffff;*/
	cursor: url("../2008/library/images/gallery/script/magplus.cur"), pointer;
	float: none;
	margin-right: 10px;
	background: #fff;
	border-color: #000;
	border-style: solid;
	border-width: 2px;
	padding: 2px;
}
.PopBoxImageLarge
{
	background: #fff;
	border-color:  #000;
	border-style: solid; 
	border-width: 5px;
	padding: 3px;
	cursor: url("../2008/library/images/gallery/script/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("../2008/library/images/gallery/script/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}
