/*---------------------------Slideshow Classes---------------------------------------*/
#slideshow { 
	position:relative; 
	overflow:hidden;
	z-index:1;
    margin-bottom:30px;
    float:left;
    width:960px;
}

#slideshow img
    {
	border:0;
	}
	
#slideshow #slideshow_violator {
    position:relative;
	height:38px;
	margin-left:-35px;
	padding:0;
	width:70px;
	left:50%;
	top:15px;
}
	
#slideshow #slideshow_violator #project_caption {
	display:none; 
	padding:10px; 
	color:#FFFFFF;
	float:left; 
	font-weight: normal;
	width:auto;
	background:transparent; }
	
	
	#slideshow #slideshow_violator #project_caption div{
	font-size:15px;
	color:#6AB5FF;
	padding:0;
	font-weight:normal;
	}

		#slideshow #slideshow_violator #project_caption  a.title{
color:#6AB5FF;
text-decoration:none;
display:block;
}		

#slideshow #slideshow_violator #project_caption a.title:hover{
	text-decoration:underline;
	}
	

	
#slideshow #slideshow_violator #slide_navigation a { 
	text-indent:-9999px; 
	display:block; 
	width:12px; 
	height:12px; 
	float:left; 
	margin-left:5px; 
	cursor:pointer; 
	overflow:hidden;
	background:transparent url("../js/slide_eventi/slide_navigation_noactive.png") no-repeat 0 0; }
	
#slideshow #slideshow_violator #slide_navigation a:hover { 
	background:transparent url("../js/slide_eventi/slide_navigation_hover.png") no-repeat 0 0; }
	
#slideshow #slideshow_violator #slide_navigation a.activeSlide { 
	background:transparent url("../js/slide_eventi/slide_navigation_hover.png") no-repeat 0 0; }
	
#slideshow li .slide_caption {

	display:none; }

#slides {
	position: relative;
	background-color:#fff; 
	overflow:hidden; 
	margin:0; 
	padding:0; 
    width:960px;
}

#slides li{
position: absolute; top: 0px; left: 0px; display: none; width:960px;
	}
.hpslideshow
{
    width:100%;
    height:400px;
    overflow:hidden;
}
#pager, .paginatore
{
    float:left;
    line-height:40px;
    text-align:left;
    margin:-10px 0 00px 0;
}
#pager a, .paginatore a
    {
        display:inline-block;
        margin-right:30px;
        text-decoration:none;
        font-size:16px;
        text-transform:uppercase;
        color:#035d63;
        height:24px;
        line-height:24px;
    }
#pager a.activeSlide
{
            
    text-decoration:underline;
    top:-3px;
    position:relative;
}

.titolo
{
    display:block;
    float:left;
    width:960px;
    overflow:hidden;
    margin-bottom:20px;
    font-size:20px;
    text-transform:uppercase;
}
