﻿/*  Layout  box */
.SlideShow01 
{

}
.SlideShow01 .Container 
{	
	border:1px solid #666666;
	background-color:#a1a1a1;
	font-family:Arial;
	font-size:100%;
}

/* Immagine*/
.SlideShow01 img
{	
	cursor:pointer;
	border: solid 1px #d8ad01;	
	padding:1px;
}

/* Contenitore Links */
.SlideShow01 .SlideShowLinks
{	
	 padding: 0 12px 5px 12px;
}

/* Singolo Link */
.SlideShow01 .SlideShowLink
{
    font-weight: bold;
    text-decoration: none;
    color: #555;
    margin:0 2px;
}
.SlideShow01 a.SlideShowLink:hover
{
    text-decoration: underline;
}

/* Link Corrente */
.SlideShow01 .SlideShowLinkCurrent
{
    color: #f9c801;
}

/* Immagine Loader */
.SlideShow01 .SlideShowLoader img
{
   cursor:wait;
   border:none;
}

