﻿/*  Layout  box */
.SlideShow01 
{

}
.SlideShow01 .Container 
{	
	border:1px solid #75b64a;
	font-family:Arial;
	font-size:100%;
	float:left;
	padding:5px;
	margin-right:10px;
}

/* Immagine*/
.SlideShow01 img
{	
	cursor:pointer;
	border: solid 1px #fff;	
	padding:1px;
}

/* Contenitore Links */
.SlideShow01 .SlideShowLinks
{	
	 padding:0;
}

/* Singolo Link */
.SlideShow01 .SlideShowLink
{
    font-weight:bold;
    text-decoration: none;
    color:#ea6e00;
    margin:0 2px;
}
.SlideShow01 a.SlideShowLink:hover
{
    text-decoration: underline;
}

/* Link Corrente */
.SlideShow01 .SlideShowLinkCurrent
{
    color: #3e3f39;
    font-weight:normal;
}

/* Immagine Loader */
.SlideShow01 .SlideShowLoader img
{
   cursor:wait;
   border:none;
}


/*Classe Scheda*/
.Scheda .Container {
	border:1px solid #febc7a;
	background-color:#fff;
	font-family:Arial;
	font-size:100%;
	float:left;
	margin-right:10px;
}

.Scheda .SlideShowLink
{
    font-weight:bold;
    text-decoration: none;
    color:#ea6e00;
    margin:0 2px;
}
