a.ncite:link	{color: #ec302e; text-decoration : none;}
a.ncite:active	{color: #ec302e; text-decoration : none;}
a.ncite:visited	{color: #ec302e; text-decoration : none;}
a.ncite:hover 	{color: #ffffff; text-decoration : underline;}

a.list:link		{color: #ffffff; text-decoration : none;}
a.list:active	{color: #ffffff; text-decoration : none;}
a.list:visited	{color: #ffffff; text-decoration : none;}
a.list:hover 	{color: #ec302e; text-decoration : underline;}

a.links:link	{color: #ffffff; text-decoration : underline;}
a.links:active	{color: #ffffff; text-decoration : underline;}
a.links:visited	{color: #ffffff; text-decoration : underline;}
a.links:hover 	{color: #990000; text-decoration : none;}

.background-norepeat {
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.no-repeat {
	background-repeat: no-repeat;
}
.thumbnail{
position: scroll;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 0;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: 000000;
padding: 5px;
left: 0px;
border: none;
visibility: hidden;
color: black;
text-decoration: none;
text-align: center;
width: 430px;
text-color: ffffff;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -0;
left: 125px; /*position where enlarged image should offset horizontally */

}
.borader {
	border: 1px solid #000000;
}
