#content
{
	border: none;
	width: 910px;
	padding: 0px;
	background-color: #CCCCCC;
	padding: 19px;
	padding-right: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	position: relative;
}

#collectionContainer
{
	width: 910px;
	height: 456px;
	overflow: hidden;
	position: relative;
}

#imgSlide
{
	height: 456px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1800px;
}

div.pag1
{
	width: 910px;
	height: 456px;
	overflow: hidden;
	float: left;
}

div.pag2
{
	height: 456px;
	overflow: hidden;
}

div.colonna
{
	width: 113px;
	height: 456px;
	overflow: hidden;
	float: left;
}

div.imgBox
{
	width: 95px;
	margin-right: 18px;
	margin-bottom: 18px;
	height: 134px;
	float: left;
}

div.imgContainer
{
	background-color: white;
	padding: 8px;
	width: 79px;
	height: 118px;
}

div.imgContainer:hover, div.imgContainer.selImgContainer
{
	border: 1px solid #CC0000;
	padding: 7px;
}

div.imgContainer a
{
	display: block;
	cursor: pointer;
	height: 118px;
	width: 79px;
}

div.nextCol
{
	position: absolute;
	right: 3px;
	top: 230px;
	background-image: url("../immagini/grafica/collection/next_off.png");
	width: 12px;
	height: 15px;
}

div.nextCol:hover
{
	background-image: url("../immagini/grafica/collection/next_on.png");
}

div.prevCol
{
	position: absolute;
	left: 3px;
	top: 225px;
	background-image: url("../immagini/grafica/collection/prev_off.png");
	width: 12px;
	height: 15px;
}

div.prevCol:hover
{
	background-image: url("../immagini/grafica/collection/prev_on.png");
}
