@charset "UTF-8";
/* CSS Document 

/*****************************
Elementi generali
*****************************/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div {
	width: auto;
	height:auto;
}
#contenuto
{
	position:absolute;
	top:50%;
	left:50%;
	width: 991px;
	height: 583px;
	margin-left:-495px;
	margin-top: -291px;
	overflow:hidden;
}
#slider ol, .bigDiv{
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	}
#slider, .bigDiv{
	width: 991px;
	height: 583px;
	overflow:hidden;
}

#slider2{
	width: 991px;
	height: 583px;
	overflow:hidden;
}



/*****************************
Elementi generali
*****************************/
#logoAltoSx {
	position: absolute;
	width: 161px;
	height: 29px;
	top: 19px;
	left: 5px;
}

/*
SLIDE HOME
*/
#slideHome{
	position:absolute;
	top: 79px;
	left: 0px;
	width:960px;
	height:481px;
	overflow:hidden;
	z-index:0;
}
/*
MENU SUPERIORE
*/
#menuTop{
	position:absolute;
	top: 31px;
	left: 255px;
	width:586px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	z-index:1;
}
#menuTop a:link{
	color:white;
	text-decoration:none;
}
#menuTop a:active{
	color:white;
	text-decoration:none;
}
#menuTop a:visited{
	color:white;
	text-decoration:none;
}
#menuTop a:hover{
	color:white;
	text-decoration:underline;
}

.upperMenuElement {
	position: relative;
	float: left;
	height: 13px;
	min-width: 40px;
	color: white;
	background-color: #868181;
	padding-top: 3px;
	padding-right: 9px;
	padding-left: 8px;
	margin-right: 3px;
}
.upperMenuElementActive{
	position:relative;
	float:left;
	height:13px;
	min-width:40px;
	color:white;
	background-color: #bfc1c0;	
	padding-top:3px;
	padding-right:11px;
	padding-left:8px;
	margin-right:3px;
}
#menu8{
	padding-right:12px;
}

/*
MENU SUPERIORE ->SOTTOMENU CATALOGS
*/

#sottomenuCatalogs{
	display:none;
	position:absolute;
	top: 51px;
	left: 255px;
	height:17px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:7px;
	z-index:1;
	padding-right:7px;
	text-wrap:none;
	width:auto;
}
.catalogMenuElement {
	list-style:none;
	height:13px;
	width:90px;
	color:white;
	background-color: #868181;
	padding-left:10px;
	padding-top:4px;
	margin-bottom:2px;
	margin-left:-8px;
	clear:both;
	text-wrap:none;
}
.catalogMenuElement a { 
	text-decoration:none; 
	display:block;
	color:white;
}

.catalogMenuElement a:hover {
	color:white;
	text-decoration:underline;
}
/*
MENU SUPERIORE ->SOTTOMENU NEWS
*/

#sottomenuNews{
	display:none;
	position:absolute;
	top: 51px;
	left: 400px;
	height:17px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:7px;
	z-index:1;
	padding-right:7px;
	text-wrap:none;
	width:auto;
}
/*
MENU SUPERIORE ->SOTTOMENU PRESS
*/

#sottomenuPress{
	display:none;
	position:absolute;
	top: 51px;
	left: 585px;
	height:17px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:7px;
	z-index:1;
	padding-right:7px;
	text-wrap:none;
	width:auto;
}


/*
MENU SUPERIORE ->SOTTOMENU BUSINESS AREA
*/
#sottomenuBusinessArea{
	display:none;
	position:absolute;
	top: 51px;
	left:640px;
	height:95px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:5px;
	width:170px;
	background: #868181;
	z-index:1;
}
#sottomenuBusinessArea a:link{
	color:white;
	text-decoration:none;
}
#sottomenuBusinessArea a:active{
	color:white;
	text-decoration:none;
}
#sottomenuBusinessArea a:visited{
	color:white;
	text-decoration:none;
}
#sottomenuBusinessArea a:hover{
	color:white;
	text-decoration:underline;
}

/*
FASCIA DX CATALOGO HILITE
*/
#logoHiliteCatalog{
	position:absolute;
	float:left;
	top: 17px;
	left:848px;
	width:96px;
}
#fasciaDX{
	position:absolute;
	float:left;
	width: 31px;
	height:583px;
	left: 960px;
	background-color:#eff0f0;
}
span#nextBtn{
	display:block;
	position:absolute;
	float:left;
	top:31px;
	width:31px;
	left: 960px;
	background-image:url(../images/btnHiliteCatalog_off.png);
	background-repeat:no-repeat;
	overflow:hidden;
}
span#prevBtn{
	display:block;
	position:absolute;
	float:left;
	top:31px;
	width:31px;
	left: 0px;
	background-image:url(../images/btnHiliteCatalog_off.png);
	background-repeat:no-repeat;
	overflow:hidden;
}

/*
AREA THUMBS CATALOGHI
*/
#thumbsArea{
	left:3px;
	position:absolute;
	float:left;
	top:424px;
	width:232px;
	height:108px;
	overflow:hidden;
}
.thumbName{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6b6b6b;
	width:64px;
	height:13px;
	margin-bottom:8px;
}
.thumbIMG{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6b6b6b;
	width:64px;
	height:64px;
}
.thumbIMGactive{
	opacity:0.4;
	filter:alpha(opacity=50);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6b6b6b;
	width:64px;
	height:64px;
}
#frecce{
	position:relative;
	float:left;
	margin-top: 8px;
}
#thumbScroll{
	left:3px;
	position:relative;
	float:left;
	width:232px;
	height:85px;
	overflow:hidden;
}
#thumbScroll ul{
	height:85px;
	width: 2500px;
}
#thumbScroll ul li{
	float:left;
	position:relative;
	width:64px;
	height:85px;
	margin-right:20px;
}

/*
ELEMENTO CATALOGO ATTUALE
*/
#catalogoAttuale{
	position:absolute;
	top: 51px;
	left: 255px;
	height:17px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding-top:3px;
	padding-left:7px;
	padding-right:7px;
	background-color:#16375d;
	text-wrap:none;
	width:auto;
}

/*
IMMAGINE ZOOMATA
*/
#zoomedImg{
	position:absolute;
	top: 79px;
	left: 255px;
	width:690px;
	height:430px;
}

/*
BARRA SOTTO IMMAGINE ZOOMATA
*/

#underImageBar{
	position:absolute;
	top: 518px;
	left: 255px;
	width:690px;
	height:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:black;
	font-size:11px;
}
#underImageBarModelName{
	position:relative;
	float:left;
	margin-right:12px;
}
#underImageBarNumber {
	position:relative;
	float:left;
	width:480px;
}
.numeriFoto{
	position:relative;
	float:left;
	margin-right:8px;
	color:#868181;
	height:15px;
	width:auto;
}
.numeriFoto a:link{
	text-decoration: none;
	color:black;
}
.numeriFoto a:visited { 
	text-decoration: none; 
	color: black;
	}
.numeriFoto a:hover { 
	text-decoration: underline; 
	color: #868181;
	}
.numeriFoto a:active { 
	text-decoration: none; 
	color: black;
	}

.numeriFotoSel{
	position:relative;
	float:left;
	margin-right:8px;
	color:#868181;
	height:15px;
	width:auto;
}
.numeriFotoSel a{
	color:#868181;
	text-decoration:none;
}
.numeriFotoSel a:link{
	color:#868181;
	text-decoration:none;
}
.numeriFotoSel a:active{
	color:#868181;
	text-decoration:none;
}
.numeriFotoSel a:visited{
	color:#868181;
	text-decoration:none;
}
.numeriFotoSel a:hover{
	color:#868181;
	text-decoration:underline;
}

#sizes{
	width:50px;
	position:relative;
	float:right;
	text-align:right;
	color:black;
	text-decoration:none;
}
#sizes a:link{
	color:black;
	text-decoration:none;
}
#sizes a:visited{
	color:black;
	text-decoration:none;
}
#sizes a:hover{
	color:#868181;
	text-decoration:underline;
}
#sizes a:active{
	color:black;
	text-decoration:none;
}

/*
FOOTERBAR
*/
#footerBar{
	position:absolute;
	top: 568px;
	left: 0px;
	width:991px;
	height:15px;
}
#iconeShowroomFooter{
	position:relative;
	float:left;
	margin-right:10px;
	width:25px;
}
#scrittaShowroom{
	position:relative;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;
}
#iconeRivestimentiFooter{
	position:relative;
	float:left;
	margin-right:5px;
	margin-left:50px;
	width:25px;
}
#scrittaRivestimenti{
	position:relative;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
    margin-right:20px;
	color:black;
}
#scrittaShowroom a:link, #scrittaRivestimenti a:link{
	text-decoration: none;
	color:#333;
}
#scrittaShowroom a:visited, #scrittaRivestimenti a:visited { 
	text-decoration: none; 
	color:#333;
	}
#scrittaShowroom a:hover, #scrittaRivestimenti a:hover { 
	text-decoration: underline; 
	color: black;
	}
#scrittaShowroom a:active, #scrittaRivestimenti a:active { 
	text-decoration: none; 
	color:#333;
	}
.rivestimenti{
    display:none;
	width:300px;
	float:left;
	margin:0px;
    padding:0px;
    list-style:none;
}
.rivestimenti li{
	display:block;
    margin:0px 1px;
	position:relative;
    top:-3px;
}
.rivestimenti li a{
	display:block;
	float:left;
	width:60px;
	text-align:center;
    padding:1px 10px;
	line-height:20px;
    background:#868181;
    color:#fff;
    font:bold 11px Arial, sans-serif;
    text-decoration:none;
    
} 
    
#bottomFollowUs{
	position:relative;
	float:right;
	color:#cacaca;
	margin-right:24px;
	width:290px;
}
#bottomFollowUs ul{
	width: auto;
	text-align:right;
	margin-right:0px;
}
.followUsText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:right;
	position:relative;
	width:auto;
	height:10px;
	margin-right:20px;
}
.followUsText a:link{
	text-decoration: none;
	color:#cacaca;
}
.followUsText a:visited { 
	text-decoration: none; 
	color: #cacaca;
	}
.followUsText a:hover { 
	text-decoration: underline; 
	color: black;
	}
.followUsText a:active { 
	text-decoration: none; 
	color: #cacaca;
	}

/*
HILITED CATALOG
*/
#logoAltoDx {
	position: absolute;
	width: 161px;
	height: 29px;
	top: 19px;
	left: 785px;
	z-index:1;
}
#logoHiliteCatalogDX{
	position:absolute;
	float:left;
	top: 23px;
	left:47px;
	width:121px;
	z-index:1;
}
#fasciaSX{
	position:absolute;
	float:left;
	width: 31px;
	height:583px;
	left: 0px;
	top: 0px;
	background-color:#eff0f0;
}
#textHiliteHome{
	position:absolute;
	float:left;
	width:299px;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	text-align:right;
	top:261px;
	left:241px;
	color:#868181;
}
#imageHiliteHome{
	position:absolute;
	float:left;
	top:200px;
	left:540px;
	width:275px;
	height:376px;
}
#modelsHiliteHomeText{
	position:absolute;
	float:left;
	width:100px;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	text-align:right;
	top:550px;
	left:855px;
	color:#868181;
	height:15px;
}
#modelsHiliteHomeText a:link{
	text-decoration:none;
	color:#868181;
}
#modelsHiliteHomeText a:active{
	text-decoration:none;
	color:#868181;
}
#modelsHiliteHomeText a:visited{
	text-decoration:none;
	color:#868181;
}
#modelsHiliteHomeText a:hover{
	text-decoration:underline;
	color:black;
}
#modelsListHilited{
	position:absolute;
	float:left;
	width:135px;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	text-align:right;
	top:350px;
	left:813px;
	color:#868181;
	height:226px;
}
.modelListItemHilited{
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	color:black;
	height:13px;
	margin-bottom:7px;
}
.modelListItemHilited a:link{
	text-decoration:none;
	color:#868181;
}
.modelListItemHilited a:active{
	text-decoration:none;
	color:#868181;
}
.modelListItemHilited a:visited{
	text-decoration:none;
	color:#868181;
}
.modelListItemHilited a:hover{
	text-decoration:underline;
	color:black;
}
#bigImageHilited{
	position:absolute;
	float:left;
	top:0px;
	left:31px;
	widht:960px;
	height:583px;
	overflow:hidden;
}
#modelNameImagesHiliteArea{
	position:absolute;
	float:left;
	width:600px;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	text-decoration:none;
	left:50px;
	top: 549px;
}
#modelNameHilite{
	position:relative;
	float:left;
	width:auto;
	margin-right:12px;
	color:#868181;
}
.thumbNumberHilite{
	position:relative;
	float:left;
	width:auto;
	margin-right:15px;
	color:black;
}
.thumbNumberHilite a:link{
	text-decoration:none;
	color:#868181;
}
.thumbNumberHilite a:visited{
	text-decoration:none;
	color:#868181;
}
.thumbNumberHilite a:active{
	text-decoration:none;
	color:#868181;
}
.thumbNumberHilite a:hover{
	text-decoration:underline;
	color:#868181;
}
.thumbNumberHiliteSel{
	position:relative;
	float:left;
	width:auto;
	margin-right:15px;
	color:black;
}
.thumbNumberHiliteSel a:link{
	text-decoration:none;
	color:black;
}
.thumbNumberHiliteSel a:visited{
	text-decoration:none;
	color:black;
}
.thumbNumberHiliteSel a:active{
	text-decoration:none;
	color:black;
}
.thumbNumberHiliteSel a:hover{
	text-decoration:underline;
	color:black;
}

/*****************************
Elementi Modelli
*****************************/
#modelsArea{
	position:absolute;
	top: 120px;
	left:90px;
	width:810px;
	height:380px;
	overflow:hidden;
	z-index:0;
}
.modelsRow{
	width:810px;
	height:100px;
}
.singleElement{
	width:135px;
	height:100px;
	position:relative;
	float:left;
	margin-right:26px;
}
.elementIcon{
	width:135px;
	height:73px;
	text-align:center;
}
.elementText{
	width:135px;
	height:15px;
	margin-top:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	color:#868181;
}
.elementTextInHilite{
	font-size:18px;
}
.elementsLine{
	width:745px;
	height:1px;
	margin-top:22px;
	margin-bottom:7px;
	text-align:left;
	background-color:#dbdada;
	clear:both;
}
#modelsBottomArea{
	position:absolute;
	top: 498px;
	left:90px;
	width:780px;
	height:40px;
}
#modelsBottomArea.riv{
	position:absolute;
	top: 498px;
	left:0px;
	width:926px;
	height:40px;
}
#frecceModels{
	position:absolute;
	float:left;
	left:745px;
	height:18px;
	width:40px;
    text-decoration:none;
}
#frecceModels.riv{
	position:absolute;
	float:left;
	left:834px;
	height:18px;
	width:40px;
    text-decoration:none;
}


/*****************************
News
*****************************/
#immagineNewsHilite{
	position:absolute;
	top: 79px;
	left: 0px;
	width:240px;
	height:481px;
	overflow:hidden;
	z-index:0;
}
#newsBigImage{
	position:absolute;
	top: 79px;
	left: 257px;
	width:422px;
	height:277px;
	overflow:hidden;
	z-index:0;
}
#newsBigOtherImages{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	position:absolute;
	top: 368px;
	left: 257px;
	width:422px;
	height:15px;
	overflow:hidden;
	z-index:0;
}
#newsBigText{
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	top: 79px;
	left: 694px;
	width:255px;
	height:277px;
	overflow:hidden;
	z-index:0;
	font-size:12px;
	color:#cacaca;
}
#mainNewsTitle{
	font-size:16px;
	line-height:16px;
	color:black;
	height:auto;
}
#mainNewsDate{
	font-size:12px;
	height:15px;
	margin-bottom:2px;
	color:black;
}
#newsList{
	position:absolute;
	top: 395px;
	left: 257px;
	width: 650px;
	height:164px;
}
.newsItem{
	width:147px;
	position:relative;
	float:left;
	margin-right:15px;
}
.newsThumbImage{
	width:147px;
	height:97px;
	margin-bottom:10px;
}

/*.newsThumbTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#868181;
	height:12px;
	margin-bottom:3px;
}*/
.newsThumbDate{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;
	height:11px;
	margin-bottom:2px;
}
.newsThumbText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#cacaca;
	height:38px;
	overflow:hidden;
}
#newsArrows{
	position:absolute;
	top:480px;
	left: 910px;
}

/*****************************
Press
*****************************/
.pressRow{
	position:absolute;
	left: 107px;
	width: 750px;
	height:210px;
}
.pressItem{
	width:136px;
	height:210px;
	position:relative;
	float:left;
	margin-right:13px;
}
.pressThumbImage{
	width:136px;
	height:174px;
	margin-bottom:10px;
	
}
.pressPortalRow{
	position:absolute;
	left: 37px;
	width: 800px;
	height:210px;
}
.pressPortalThumbImage{
	width:241px;
	height:159px;
	margin-bottom:10px;
}
.pressPortalItem{
	width:241px;
	height:195px;
	position:relative;
	float:left;
	margin-right:25px;
}
.pressPortalThumbTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:black;
	height:14px;
	margin-bottom:2px;
}
#pressArrows{
	position:absolute;
	top:491px;
	left: 882px;
}
/*****************************
Showroom
*****************************/
#showrommUnderImageBar{
	position:absolute;
	top: 518px;
	left:18px;
	width:926px;
	height:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:black;
	font-size:11px;
}
#showroomBigImg{
	position:absolute;
	top: 79px;
	left: 18px;
	width:926px;
	height:430px;
}
#showroomUnderImageBarNumber{
	position:relative;
	float:left;
	width:720px;
}

/*****************************
Rivestimenti
*****************************/

.rivFamiglie{
	position:absolute;
	top: 100px;
	left: 0px;
	width:926px;
	height:430px;
}
.rivFamiglie a{
	display:block;
    text-align:center;
    font:normal 12px Arial, sans-serif;
    color:#707173;
    text-decoration:none;
	width:140px;
    height:192px;
    float:left;
    margin-right:42px;
}
.rivFamiglie a img{
    margin-bottom:5px;
}
.rivFamiglie a.principale{
	width:322px;
    height:360px;
}

/*****************************
Form
*****************************/
#formContent{
	position:absolute;
	top:135px;
	width:947px;
	height:408px
}
#formNation{
	position:absolute;
	top:0px;
	width:215px;
	height:117px;
	background-image:url(../images/cartina.png);
	background-repeat:no-repeat;
	background-position:right;
}
#telephoneEmail{
	position:absolute;
	top:125px;
	width:215px;
	height:45px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#cacaca;
}
#fullContactAddressItaly{
	display:block;
	position:absolute;
	top:140px;
	width:215px;
	height:129px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}
#fullContactAddressUsa{
	display:none;
	position:absolute;
	top:140px;
	width:215px;
	height:129px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}
#fullContactAddressUK{
	display:none;
	position:absolute;
	top:140px;
	width:215px;
	height:129px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}
#fullContactAddressFRANCE{
	display:none;
	position:absolute;
	top:140px;
	width:215px;
	height:129px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}
#fullContactAddressGRECE{
	display:none;
	position:absolute;
	top:140px;
	width:215px;
	height:129px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}
#fullContactAddressINDIA{
	display:none;
	position:absolute;
	top:140px;
	width:215px;
	height:129px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}
#fullContactAddressEXPORT{
	display:none;
	position:absolute;
	top:140px;
	width:215px;
	height:129px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}
.indirizzoCompleto{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}
.indirizzoCompleto a:link{
	color:black;
	text-decoration:none;
}
.indirizzoCompleto a:visited{
	color:black;
	text-decoration:none;
}
.indirizzoCompleto a:active{
	color:black;
	text-decoration:none;
}
.indirizzoCompleto a:hover{
	color:#cacaca;
	text-decoration:underline;
}

.indirizzoCompletoIntestazione{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:black;
}
#formEntry{
	position:absolute;
	top:41px;
	left:253px;
	width:686px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	height:290px;
}
#btnInvia{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #868181;
	position:absolute; 
	left:628px; 
	top:260px; 
	width:48px;
	height:15px;
	background-image:url(../images/frecciaDX.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-top:2px;
}
#btnInvia a:link{
	font-family:Arial, Helvetica, sans-serif;
	position:absolute; 
	text-decoration: none;
	color:#868181;
}
#btnInvia a:visited { 
	text-decoration: none; 
	color: #868181;
	}
#btnInvia a:hover { 
	text-decoration: underline; 
	color:black;
	}
#btnInvia a:active { 
	text-decoration: none; 
	color: #868181;
	}

/*****************************
Errore form
*****************************/
.formError{
	color: red;
	display: inline;
}
/*****************************
Eventi
*****************************/
#underImageBarEvents{
	position:absolute;
	top: 518px;
	left: 255px;
	width:690px;
	height:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:black;
	font-size:11px;
	display:none;
}
#zoomedImgEvents{
	position:absolute;
	top: 79px;
	left: 255px;
	width:690px;
	height:430px;
	display:none;
}
#eventCalendar{
	position:absolute;
	top: 79px;
	left: 255px;
	width:690px;
	height:430px;
}
#eventiUnderImageBarNumber{
	position:relative;
	float:left;
	width:640px;
	}
#closeEventGallery{
	position:relative;
	float:right;
	width:50px;
	text-align:right;
}
#closeEventGallery a:link{
	position:relative;
	float:right;
	width:50px;
	text-align:right;
	text-decoration:none;
	color:black;
}
#closeEventGallery a:hover{
	text-decoration:underline;
	color:#868181;
}
#closeEventGallery a:visited{
	text-decoration:none;
	color:black;
}
#closeEventGallery a:active{
	text-decoration:none;
	color:black;
}
#closeEventGallery{
	position:relative;
	float:right;
	width:50px;
	text-align:right;
}
#currentYearImage{
	position:absolute;
	top: 125px;
	left: 30px;
	width:210px;
	height:150px;
	overflow:hidden;
	z-index:0;
	}
#selectYear{
	position:absolute;
	top: 362px;
	left: 30px;
	width:54px;
	height:85px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: black;
	}
#yearsList{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: black;
	line-height:15px;
	font-weight:bold;
	text-decoration: none;
	margin-top:10px;
	}
#yearsList a:link{
	color: #868181;
	text-decoration: none; 
	}
#yearsList a:active{
	color: #868181;
	text-decoration: none; 
	}
#yearsList a:visited{
	color: #868181;
	text-decoration: none; 
	}
#yearsList a:hover{
	color: black;
	text-decoration: underline; 
	}
#verticalBarSeparator{
	position:absolute;
	top: 360px;
	left:85px;
	width:1px;
	height:149px;
	background-color:#cacaca;
	display:none;
	}
#currentYearGalleries{
	position:absolute;
	top: 360px;
	left:91px;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:black;
	text-decoration: none;
	display:none;
	}
#currentYearGalleries a:link{
	text-decoration: none;
	color: #868181;
	}
#currentYearGalleries a:active{
	text-decoration: none;
	color: #868181;
	}
#currentYearGalleries a:visited{
	text-decoration: none;
	color: #868181;
	}
#currentYearGalleries a:hover{
	text-decoration: underline;
	color: black;
	}

