body
{
}
.clsText
{
	font-weight: normal;
	font-size: 12px;
	font-family:verdana;
	color: black;
	line-height:20px;	
}

.clsLink
{
	font-weight: normal;
	font-size: 11px;
	font-family:verdana;
	text-decoration:none;
	color: Black;
	line-height:17px;	
}
.clsLink:hover
{
	font-weight: normal;
	font-size: 11px;
	font-family:verdana;
	text-decoration:none;
	color: orange;
	line-height:17px;	
}
.clsText1
{
	font-weight: normal;
	font-size: 12px;
	font-family:verdana;
	color: white;
	line-height:17px;	
}

.clsProd
{
	font-weight: bold;
	font-size: 12px;
	font-family:verdana;
	text-decoration:none;
	color: Black;
	line-height:17px;	
}
.clsProd:hover
{
	font-weight: bold;
	font-size: 12px;
	font-family:verdana;
	color: orange;
	text-decoration:underline;
	line-height:17px;	
}
.clsBot
{
	font-weight: normal;
	font-size: 12px;
	font-family:Verdana;	
	color: white;	
	text-decoration:none;
}
.clsBot:hover
{
	font-weight: normal;
	font-size: 12px;
	font-family:Verdana;	
	color: white;
	text-decoration:underline;	
}


/* mouse over on imgs */

.thumbnailRightF
{
 	position :static;
	z-index: 0;	
	 
}

.thumbnailRightF:hover
{
	position : relative;
	background-color: Transparent;	
	z-index: 50;
}

.thumbnailRightF span
{
	position :absolute;
	background-color: white;
	left:0px;	
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnailRightF span img
{ 
	border-width: 0;		
	padding: 0px;
	top :-195px;	
	position :absolute;
}

.thumbnailRightF:hover span
{ 

	visibility: visible;
	
	top: 40px;
	left: -80px;
}




/* left photogallery*/
.thumbnailLtF
{
 	position : static;
	z-index: 0;
	left : 0px;	
	
}

.thumbnailLtF:hover
{
	position : relative;
	background-color: Transparent;
	z-index: 50;
}

.thumbnailLtF span
{
	position: absolute;
	background-color: white;
	left: 0px;	
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnailLtF span img
{ 
	border-width: 0;
	padding: 0px;	
	top :-195px;	
	position :absolute;
}

.thumbnailLtF:hover span
{ 
	
	visibility: visible;
	top: 50px;
	left: -450px;
}

/* middle photogallery*/

.thumbnailMidF
{
 	position : static;
	z-index: 0;
	left : 0px;	
	
}

.thumbnailMidF:hover
{
	position : relative;
	background-color: Transparent;
	z-index: 50;
}

.thumbnailMidF span
{
	position: absolute;
	background-color: white;
	left: 0px;	
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnailMidF span img
{ 
	border-width: 0;
	padding: 0px;
	top :-195px;	
	position :absolute;	
}

.thumbnailMidF:hover span
{ 
	
	visibility: visible;
	top: 40px;
	left: -280px;
}