/* 	CSS Document 														*/
/* 	Particular Style for files accross the site which enlarge			*/
/*	thumbnails.															*/
/*	Written by: Cristofer Atiencia (atiencia@hotmail.com)				*/
/*				September 2003 												*/
/* 	Items are categorize into TAGS, IDs and CLASSES and are oredered	*/
/*	alphabetically within these categories.								*/
/*																		*/
/************************************************************************/



/********************************* IDs **********************************/

#largePic	{
			position:absolute;
			top:37; left:25;
			margin:0;padding:0;border:0;
			}


#linksBox	{
			position: absolute;
			top: 373; left: 260;
			}


#title		{
			position: absolute;
			top: 5; left: 5;
			color: white;
			font-size: 17px;
			}

/******************************* END IDs *********************************/



/****************************** CLASSES **********************************/

.backLink	{
			color: white;
			font-size: 15px;
			text-decoration: none;
			}
			
/**************************** END CLASSES ********************************/
