body,
html {
    margin:0;
    padding:0;
    /**/
}
body {
    min-width:860px;
    margin: 0px auto;
    background: url("../img/sfondo.png") repeat;
    font-family : arial, helvetica, sans-serif;
    font-size: 10pt;
}

#movie-box
{
background: url("../img/body.png") no-repeat;
width: 665px;
height: 626px;
}

#HTML_AJAX_LOADING
{
top: 300px;
left: 304px;
width: 32px;
height: 32px;
position:relative;
z-index:2;
background: url("../img/ajax-loader.gif") no-repeat;
}

#movie
{
top: 45px;
left: 24px;
width: 618px;
height: 450px;
position:relative;
z-index:3;
}

/* outmost wrapper element, containing all elements  */
#scrollable {
	background:url(../img/corpo_scroll.png) 0 0 no-repeat;
	width:665px;
	height:90px;
    z-index:20;
}

/* container for the scrollable items */
div.items {
	height:90px;
	float:left;
	width:596px !important;
    z-index:3;
    margin-left:8px;
    /*background-color:#ffffff;*/
}

/* single item */
div.items a {
	display:block;
	float:left;
	width:103px;
	height:75px;
    padding-left:8px;
    padding-right:8px;
    margin-top:8px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
    z-index:4;
}

/* next / prev buttons */
a.prev {
	background:url(../img/freccia_sx_1.png) no-repeat;
	display:block;
	width:16px;
	height:24px;
	float:left;
	margin-left:10px;
    margin-top:30px;
	cursor:pointer;
}

a.next {
	background:url(../img/freccia_dx_1.png) no-repeat;
    display:block;
	width:16px;
	height:24px;
    float:right;
    margin-top:30px;
    margin-right:10px;
    
	cursor:pointer;
}

a.prev:hover {
	background:url(../img/freccia_sx_2.png) no-repeat;
}

a.next:hover {
	background:url(../img/freccia_dx_2.png) no-repeat;
}


/* navigator */
div.navi {
	/**/position:relative;
	top: -14px;
	left:360px;
	margin-left:-50px;
	width:80px;
	height:0px;
}


/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../img/pallino_1.png) 0 0 no-repeat;
	cursor:pointer;
}

div.navi span:hover {
	background:url(../img/pallino_2.png) 0 0 no-repeat;
}

div.navi span.active {
	background:url(../img/pallino_3.png) 0 0 no-repeat;
}

div.footer {
    margin-top:3px;
	background:url(../img/footer.png) 0 0 no-repeat;
	width:848px;
	height:24px;
}

