#imPage {
	position: relative; 
	/*height: 410px; */
	height: 730px;
	/*background-image: url(../images/backgndhome.jpg); */
	background-position: bottom right; 
	background-repeat: no-repeat; 
}

#mainnews {
	position: absolute;
	top: 350px;
	left: 30px;
	font-size: 11px; 
	vertical-align: top; 
	line-height: 16px;
	font-family: Tahoma;
	text-align: right;
	margin-top: 20px;
	margin-right: 10px;
}

a, a:visited {
   color: #FE8F00;
   text-decoration: none;
}
a:hover {
   color: #FE8F00;
   font-weight: bold;
   text-decoration: none;
}

div#productScroller {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 629px;
	height: 303px;
	margin-left: -315px;
/*	margin-top: -152px; */
	margin-top: -330px;
}
ul#mainScroller {
	position: absolute;
	margin: 0;
	padding: 0;
	display: block;
}
ul#mainScroller li {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
	position: relative;
	float: left;
	width: 629px;
}
a.miniScrollPage {
	float: left;
	position: relative;
	margin-left: 10px;
	width: 203px;
	height: 303px;
	background: url(./Casella.jpg) no-repeat top left;
	font: 13px Tahoma; 
	color: #404040;
	text-align: center;
	font-weight: bold;
}
a.miniScrollPage:hover {
	background-image: url(./CasellaSel.jpg);
	color: #3c5f97;
}
a.miniScrollPage:first-child {
	margin-left: 0;
}

a.miniScrollPage span {
	position: absolute;
	bottom: 15px;
	left: 12px;
	right: 12px;
	height: 35px;
}
a.miniScrollPage img {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 133px;
	left: 102px;
	margin-top: -106px;
	margin-left: -89px;
	width: 175px;
	height: 212px;
	border: 0;
}

#prevBtn a {
	padding: 0;
	position: absolute;
	top: 50%;
	right: 50%;
	margin-right: 315px;
/*	margin-top: -20px;*/
	margin-top: -200px;
	background: url(./Prev.jpg) no-repeat top left;
	width: 40px;
	height: 40px;
}

#nextBtn a {
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 315px;
/*	margin-top: -20px;*/
	margin-top: -200px;
	background: url(./Next.jpg) no-repeat top left;
	width: 40px;
	height: 40px;
}

