@charset "UTF-8";
/* CSS Document */
.fadecontentwrapper{ 
position: relative;
width: 520px;
height: 332px; 
overflow: hidden;
margin:10px 0 0 0px;
}

.fadecontent{ /*style for each fade content DIV within wrapper. Total width: 330px+10px+10px=350px (".fadecontentwrapper" width minus its padding and borders, if any) */
position: absolute;
top:0px;
left:150px;
padding: 0px;
visibility: hidden;
width: 520px;
height:332px;
background-image:url('../media/fondoOpereArtisti.jpg');
background-position:-11px -24px ;
background-repeat:no-repeat; /*background-position:-9px -23px ;
*/
}

.fadecontenttoggler{ /*style for DIV used to contain toggler links. Total width: 350px+5px+5px=360px */
width: 40px;
overflow: hidden;
padding:0;
position:absolute;
top:280px;
left:530px;
z-index:100;
}

.fadecontenttoggler a{ /*style for every navigational link within toggler */
text-decoration: none;
padding: 0 3px;
float: right;
display: block;
font-weight: bold;
color: black;
}

.fadecontenttoggler a:hover{
background: #C03021;
color: white;
}

.fadecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.fadecontenttoggler a.prev, .fadecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
color: black;
margin:0;
}

.fadecontenttoggler a.prev:hover, .fadecontenttoggler a.next:hover{
color: white;
background: black;
margin:0;
}

.fadecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #C03021;
color: white;
margin:0;
}

.boxArtistaText {
float:left;
margin:0;
width:115px; /* 120 - 5 */
padding:230px 5px 0 0;
}
.boxArtistaImg {
float:left;
margin:0;
width:400px;
height:340px;
}

.boxClear {
clear:left;
margin:0;
}


.opereArtisti {
position:absolute;
top:232px;
left:212px;
padding:0px 0px 0px 0px;
width:600px;
height:300px;/*350 - 20*/
}

