a:link {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #CB06C9;
	text-decoration: none;
}
a:visited { font-family: tahoma, arial, helvetica, sans-serif; font-size: 12px; color: #666699; text-decoration: none; }
a:active { font-family: tahoma, arial, helvetica, sans-serif; font-size: 12px; color: #990066; text-decoration: none; }
a:hover { font-family: tahoma, arial, helvetica, sans-serif; font-size: 12px; color: #996699; text-decoration: none; font weight:bold }

a img{ 		
	border:none; 	
}


font{font-family:tahoma, arial, helvetica, sans-serif; font-size: 11px}

.fontsmall{font-family:tahoma, arial, helvetica; font-size: 11.0px}


td{ font-family: tahoma, arial, helvetica, sans-serif; font-size: 12px; text-decoration: none; }
table{ font-family: tahoma, arial, helvetica, sans-serif; font-size: 14px; text-decoration: none; }
body
{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #330066;
	scrollbar-base-color: #D9E5FD;
	scrollbar-arrow-color: #FE03FB;
	scrollbar-DarkShadow-Color: #5603FE;
	background-image: url(immagini/mb_004.jpg);	
	background-attachment:fixed;
	background-repeat:repeat;
}

.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006699;
	font-weight: bold;
}

.descrizione {
	color: #006699;
	align: justify;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	
}

.immagine {
	border: thin solid  #006699 ;
	padding-top: 20px ;
	padding-bottom: 20px ;
}

div.pic{ float: left;
    margin: 0 10px 10px 0;
    border: 1px solid; border-color: #CCC #999 #999 #CCC;
    padding: 4px}
	
	div.pic img{
    display: block;
    background: #EEF1F9 url(loading.gif) no-repeat center center}


/* IMMAGINI con cornice e rollover */

#w { width:60%; margin:0 auto; font-family:Georgia, "Times New Roman", Times, serif;}
ul.photos { margin:9px 0 18px -10px;}
ul.photos li { display:inline;}
ul.photos a {
	display:inline;
	float:left;
	margin:0 0 9px 10px;
	line-height:1;
	text-decoration:none;
}
ul.photos img {
	display:block;
	margin:0 0 5px;
	padding:4px;
	border:1px solid #ccc;
	border-color:rgba(0,0,0,.25);
		-moz-border-radius:5px;
		-moz-box-shadow:0 1px 3px rgba(0,0,0,.15);
		-webkit-border-radius:5px;
		-webkit-box-shadow:0 1px 3px rgba(0,0,0,.15);
		-webkit-transition:all 0.15s ease-out;
}
ul.photos a:hover img {
	border-color:#999;
	border-color:rgba(201,2,92,.5);
		-moz-box-shadow:0 0 5px rgba(201,2,92,.5);
		-webkit-box-shadow:0 0 5px rgba(201,2,92,.5);
}

.imgphoto { margin:9px 0 18px -10px;}

.imgphoto a {
	display:inline;
	float:left;
	margin:0 0 9px 10px;
	line-height:1;
	text-decoration:none;
}
.imgphoto {
	display:block;
	margin:0 0 5px;
	padding:4px;
	border:1px solid #ccc;
	border-color:rgba(0,0,0,.25);
		-moz-border-radius:5px;
		-moz-box-shadow:0 1px 3px rgba(0,0,0,.15);
		-webkit-border-radius:5px;
		-webkit-box-shadow:0 1px 3px rgba(0,0,0,.15);
		-webkit-transition:all 0.15s ease-out;
}
.imgphoto a:hover img {
	border-color:#999;
	border-color:rgba(201,2,92,.5);
		-moz-box-shadow:0 0 5px rgba(201,2,92,.5);
		-webkit-box-shadow:0 0 5px rgba(201,2,92,.5);
}




/* FINE - IMMAGINI con cornice e rollover */


#memoryticker{
background-color: #FEF3F9;
width: 550px;
font: bold 12px Verdana;
/*Tip: add in height attribute here for multiple line scroller*/
border: 0px;
padding: 5px;
/*Change 0.7 below to a different number if desired (0.7=0.7 seconds)*/
/*Remove below line to remove transitional effect in IE. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=0.7)
}


.curlycontainer{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 300px;
}

.curlycontainer .innerdiv{
background: transparent url(../immagine/bluepatchback.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}


/* relativo allo javascript - mb scrollable */
#wrapper{
  display:none;
  margin:auto;
  margin-top:80px;
  width:690px;
}

#myScroll{
/*display:none;*/
}
.scrollEl{
  display:none;
  background:url("../elements/elBgnd.png") repeat-x;
  border:1px solid #ddd;
  font-family:sans-serif;
  font-size:180%;
  color:white;
  height:100px;
  padding:10px;
  padding-top:60px;
  text-shadow:#999 1px 1px 1px;
  text-align:center;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
#controls div, #controls1 div{
  font-family:sans-serif;
  margin-top:5px;
  background:#fff;
  display:inline-block;
  padding:6px;
  cursor:pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow:#999 2px 2px 2px;
  -webkit-box-shadow:#999 2px 2px 2px;
}
#controls .sel, #controls1 .sel{
  color:black !important;
  font-weight:bold;
}
#controls .disabled, #controls1 .disabled{
  color:gray;
}
#controls .page, #controls1 .page{
  padding:5px;
  color:gray;
}



/* -------------------------------------------------------------------------------------------------------------------------------
/*
	Featured Content Slider
	by: Chris Coyier
	
*/
*											{ margin: 0; padding: 0; }
body 										{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; }

					  				  
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }


/*
	PAGE STRUCTURE
*/
#page-wrap 									{ width: 500px; margin: 25px auto; position: relative; min-height: 500px;
											  background: url(images/bg.png) top center; }


/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
a, a:visited								{ color: #729dff; text-decoration: none; }
a:hover, a:active							{ color: white; }
blockquote									{ padding: 0 20px; margin-left: 20px; border-left: 20px solid #ccc; font-size: 14px; 
									  		  font-family: Georgia, serif; font-style: italic; margin-top: 10px;}

/*
	SLIDER
*/
.slider-wrap								{ width: 419px; position: absolute; top: 87px; left: 40px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 419px; height: 285px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 419px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }
#movers-row									{ margin: -43px 0 0 62px; }
#movers-row div								{ width: 20%; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ background: url(images/transpBlack.png); padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; width: 62px; margin-top: -14px; 
											  position: relative; padding-top: 15px; z-index: 9999; }
.active-thumb 								{ background: transparent url(images/icon-uparrowsmallwhite.png) top center no-repeat; }







