/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.prev-next
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", Verdana, sans-serif;
	font-size: 10px;

	color: rgb(70,70,70);

/*	margin-top: 10px; */
}

.prev-next a
{
	text-decoration: none;

	color: rgb(70,70,70);
}

.prev-next a:hover
{
	text-decoration: none;

	color: rgb(100,100,100);
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.gallery-prev-next
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", Verdana, sans-serif;
	font-size: 12px;

	color: rgb(90,90,90);

	margin: 0px;
	padding: 0px;

	padding-bottom: 2px;
	line-height: 10px;

/*	background-color: rgb(0,255,0);*/

}

.gallery-prev-next a
{
	text-decoration: none;

	color: rgb(120,120,120);
}

.gallery-prev-next a:hover
{
	text-decoration: none;

	color: rgb(150,150,150);
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.popup-text
{
	width: auto;
}

.popup-text a
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", Verdana, sans-serif;
	font-size: 13px;
	/*
	float: left;
	clear: left;
	*/
	text-decoration: none;

	text-align: left;

	color: rgb(190,190,190);

/*	margin-top: 20px;*/
/*	margin-right: 0px;*/
}

.popup-text a:hover
{
	color: rgb(255,255,255);
}


