/*
		Plugin Name: LM_Gallery
		Author: Pasquale Saporito
		Version: 0.0.1 alpha
		Copyright 2009 Pasquale Saporito
*/
a
{
	text-decoration:none;
}
.overlay_lmgl
{

	position:absolute;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;

}
a.freccia_sx_lmgl {
height:18px;
display: block;
width: 17px;
/*padding-left:10px;*/
cursor:pointer;
background: url(img/freccia_sx.png) no-repeat top;
}

a.freccia_sx_lmgl:hover {
height:18px;
display: block;
width: 17px;
cursor:pointer;
/*padding-left:10px;*/
background: url(img/freccia_sx_o.png) no-repeat top;
}

a.freccia_dx_lmgl {
height:18px;
display: block;
width: 17px;
cursor:pointer;
/*padding-left:10px;*/
background: url(img/freccia_dx.png) no-repeat center;
}

a.freccia_dx_lmgl:hover {
height:18px;
display: block;
width: 17px;
cursor:pointer;
/*padding-left:10px;*/
background: url(img/freccia_dx_o.png) no-repeat center;
}
.hidden_lmgl{display:none;}

#pageof_lmgl
{
	text-align:right;
}
.title_lmgl
{
	position:relative;
	top:79px;
	left:0px;
	color:#ffffff;
	width:173px;
	height:25px;
	background-color:#454653;
	filter:alpha(opacity=70) ;
	-moz-opacity:.80; opacity:.80;
	display:none;
	
}
.title_text_lmgl
{
	font-family:verdana;
	font-size:12px;
	color:#ffffff;
	margin-left:5px;
	padding-top:5px;
}
.cellsize_lmgl
{
	width:189px;
}
.spacer_lmgl
{
	width:17px;
}
