body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.menu{
position:fixed;
opacity:0.8;
height:540px;
width:200px;
text-align:right;
background-color:#fff;
margin:30px;
padding-top:20px;

}
.menu a {
margin-top:30px;
margin-right:5px;
text-decoration:none;
font-family:Impact;
font-size:26px;
color:#FF00FF;
}
.menu a:hover {
	text-decoration:overline;
}
.noDecoration {
	text-decoration:none !important;
}
.LuOGHI {
background-color:#FFCCFF;
height:40px;
width:40px;
margin-left:-10px;
}

.CreatURE {
background-color:#FF99FF;
height:80px;
width:80px;
margin-left:-5px;
}
.OGGettI {
background-color:#FFCCCC;
height:60px;
width:60px;
margin-left:-15px;
}
.Pr_3_-G {
background-color:#FFCCFF;
height:100px;
width:100px;
margin-left:-10px;
}
.inAniMATI {
background-color:#FF66CC;
height:30px;
width:30px;
margin-left:-5px;
}
.contatti{
background-color:#FF33CC;
height:20px;
width:20px;
}

.main {
padding-left:30px;
width:10240px;
height:600px;
/*overflow:scroll;*/
}
.main scroller {
width:30960px;
height:600px;
border:1px solid green;
display:block;
}
.scroller div {
float:left;
padding-right:60px;
margin-top:14px;
}
.main img {
	display:none;
}
::-webkit-scrollbar
{
  width: 20px;  /* for vertical scrollbars */
  height: 20px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: #FFCCFF;
}

::-webkit-scrollbar-thumb
{
  background: #FF00FF;
}
body{
	scrollbar-face-color: #FF00FF;
	scrollbar-shadow-color: #FFCCFF;
	scrollbar-highlight-color:#FF00FF;
	scrollbar-3dlight-color: #FF00FF;
	scrollbar-darkshadow-color: #FFCCFF;
	scrollbar-track-color: #FFCCFF;
	scrollbar-arrow-color: #FFCCFF;
}
/*@-moz-document url-prefix(http://),url-prefix(https://) {
scrollbar {
   -moz-appearance: none !important;
   background: #FF00FF !important;
}
thumb,scrollbarbutton {
   -moz-appearance: none !important;
   background-color: #FF00FF !important;
}

thumb:hover,scrollbarbutton:hover {
   -moz-appearance: none !important;
   background-color: #FF00FF !important;
}

scrollbarbutton {
   display: none !important;
}

scrollbar[orient="vertical"] {
  min-width: 15px !important;
}
*/