.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 78px;
height: 109px; /* Set height to be able to contain height of largest content shown*/
border: 0px;
padding: 0px;
spacing: 0px;
line-height: 0px;
overflow: hidden;
}


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #000000;
padding: 0px;
spacing: 0px;
line-height: 0px;
visibility: hidden;
width: 78px;
}


.glidemeta{
height: 25px;
width: 78px;
padding: 1px 5px 5px 5px;
position: absolute;
background: #000000;
top: 84px;
line-height: 11px;
font-size: 12px;
overflow: hidden;
display: none;
border: 0px;
}



.next a.next{
	display: block;
	background: url(../sito/01_next.gif) bottom;
	width: 21px;
	height: 37px;


}

.next a.next:hover{
	display: block;
	background: url(../sito/02_next.gif) bottom;
	width: 21px;
	height: 37px;


}


.prev a.prev{
	display: block;
	background: url(../sito/01_prev.gif) bottom;
	width: 21px;
	height: 37px;


}

.prev a.prev:hover{
	float: right;
	display: block;
	background: url(../sito/02_prev.gif) bottom;
	width: 21px;
	height: 37px;


}