.photoslider {
    position: absolute;
    
    width: 100%;    
    height: 100%;
    z-index: 10;
    left:0;
    top:0;
    /*height: 700px;
    width: 600px;*/
    
    /*padding-bottom: 5px;*/
    
    /*margin-top: -267px;
    margin-left: -267px;*/
/*    
    top: 50%;
    left: 50%;*/
    
}

.photoslider_nav_wr {
    position: relative;
    border: none;
    overflow: hidden;
    height: 90px;
    width: 614px;
    margin: auto;
}

.photoslider_nav {
	position: absolute;
	border: none;
	overflow: hidden;
	height: 90px;
	/*width: 614px;	*/
    width: 100%;    
    bottom: 0px;    
}

.photoslider_thumbBar {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
}

.photoslider_thumb {
	position: relative;
	border: none;
	width: 50px;
	height: 50px;
	float: left;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: absolute;	    
    /*padding-top: 5px;*/
    /*background-color: white;   */
    margin: 0;
    width: 100%;
}

.photoslider_main img {
	position: relative;
	border: solid #FFF 5px;
	display: block;
	margin: auto;
}

.photoslider_caption {
	margin-left: 10px;
    font-family:arial narrow,myriad pro cond,helvetica,arial;
    font-size:14px;
    text-transform:uppercase;    
	font-weight: lighter;	
	color: white;
	text-align: left;
    position: absolute;
    top: 8px;
    
}

.photoslider_control {
	display: none;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	margin: auto;
	height: 30px;
	width: 52px;
}

.photoslider_play, .photoslider_stop {
	width: 18px;
	height: 19px;
	margin: auto;
	padding: 3px;
	cursor: pointer;
	text-align: center;
	border: solid #fff 1px;
	float: left;
}

.photoslider_play {
	background: url('play_pause.gif') no-repeat 0px 0px;
}

.photoslider_stop {
	background: url('play_pause.gif') no-repeat -25px 0px;
}

.slideshow_disabled {
	border-bottom: solid #919191 2px;
}

/* ========= Aggiunte menu navigazione ========= */
ul.menugallery{
    display: block;
    width:  100%; 
}

ul.menugallery li{
    list-style: none;
    display: inline;   
}

ul.menugallery li a{
    font-size: 11px;   
}
