/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("http://www.riprockwellnation.com/client/LVD/web/images/magplus.cur"), pointer;
}
.PopBoxImageSmallFinishes {
	border: none 0px #ffffff;
	cursor: url("http://www.riprockwellnation.com/client/LVD/web/images/magplus.cur"), pointer;
	margin-top: 10px;
	margin-right: 20px;
}
.PopBoxImageSmallFinishes2 {
	border: none 0px #ffffff;
	cursor: url("http://www.riprockwellnation.com/client/LVD/web/images/magplus.cur"), pointer;
	margin-top: 20px;
	margin-right: 20px;
}
.PopBoxImageSmallLeft
{
	border: none 0px #ffffff;
	cursor: url("http://www.riprockwellnation.com/client/LVD/web/images/magplus.cur"), pointer;
	float: left;
	margin-right: 10px;
}
.PopBoxImageSmallRight
{
	border: none 0px #ffffff;
	cursor: url("http://www.riprockwellnation.com/client/LVD/web/images/magplus.cur"), pointer;
	float: right;
	margin-left: 10px;
}
.PopBoxImageSmallRightFrame
{
	cursor: url("http://www.riprockwellnation.com/client/LVD/web/images/magplus.cur"), pointer;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 2px solid #c5b82c;
}
.PopBoxImageLarge
{
	border: none 0px #ffffff;
	cursor: url("http://www.riprockwellnation.com/client/LVD/web/images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}
.PopBoxImageSmallbadge {
	border: none 0px #ffffff;
	cursor: url("http://www.riprockwellnation.com/client/LVD/web/images/magplus.cur"), pointer;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.PopBoxImageSmallbadgeLeft {
	border: none 0px #ffffff;
	cursor: url("http://www.riprockwellnation.com/client/LVD/web/images/magplus.cur"), pointer;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
}
