/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall
{
	border: 0px #ffffff none;
	cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: 1px #000000 solid;
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}
.times-titoli {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #a8a7a8;
	text-decoration: none;
}
