﻿html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
#slider {
    width: 899px; /*  important to be same as image width */
    height: 430px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin:0;
	padding:0;
}
#sliderContent {
    width: 899px; /* important to be same as image width or wider */
    position: relative;
	top: 0;
	margin-left: 0px;
    left: 0px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    
    position: relative;
 z-index:40;	
}
.sliderImage span
{
    position: absolute; /*font: 10px/15px Tahoma;*/
    font-family: Arial, Helvetica, sans-serif; /*padding: 10px 13px;
    width: 873px;*/ /*width:899px;*/ /*background-color: #000;*/ 
    /*
    background-color: #666;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #f0eedf;*/
    display: none;
    letter-spacing: 3px;
    font-weight: bold;
    color: #FF0000;
}
.clear {
	clear: both;
}

.top {
	top: 0;
	left: 0;
	height:50px;
	font-size:18px;
	width:899px;
}
.topOrizzontale {
	top:0;
	left:0;
	height:50px;
	font-size:18px;
 width:899px ;	
 background-image:url(../images/internet_free.png); 
 background-repeat:no-repeat;
}
.topOrizzontale1 {
	top:0;
	left:0;
	height:50px;
	font-size:18px;
 width:899px ;	
 background-image:url(../images/meeting_rooms.png); 
 background-repeat:no-repeat;
}
.medioOrizzontale {
	top: 200px;
	left:0;
	height:50px;
	font-size:18px;
 width:899px ;	
 background-image:url(../images/fitness.png); 
 background-repeat:no-repeat;
}

ul 
{ 
    list-style-type: none;
}

