/* GALLERY CAPTION/LINKS */

A.gallerytext
	{
	color: #000000;
	font-size: 11px;
	font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
        letter-spacing:2px;
        word-spacing: 0px;
        text-decoration:none;                             
        cursor: auto;
	text-transform: none;
	}
a.gallerytext:link { color:#000000; text-decoration: none}
a.gallerytext:visited { color: #000000; text-decoration: none}
a.gallerytext:hover {color : #990000; text-decoration: none}
a.gallerytext:active {color : #990000; text-decoration: none}

/*FOR UNDERLINED LINK IN GALLERY / SCREEN CALIBRATION LINK*/

A.galleryLink
	{
	color: #e0e0e0;
	font-size: 9px;
	font-family: 'Verdana',' Arial', 'Helvetica', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
        letter-spacing: 2px;
        word-spacing: 0px;
        text-decoration: underline;                             
        cursor: auto;
	text-transform: none;
	}
a.galleryLink:link { color:#e0e0e0; text-decoration: underline}
a.galleryLink:visited { color: #e0e0e0; text-decoration: underline}
a.galleryLink:hover {color : #990000; text-decoration: none}
a.galleryLink:active {color : #990000; text-decoration: none}

/*RESIZES GALLERY ARROWS*/

.sizeArrow
	{
        position:relative;
        left:5px;
        top: 3px;
	font-size: 19px;
        }

/*POSITIONS GALLERY CAPTION/LINKS*/

.pos
	{
        position:relative;
        top: -10px;
        }

/* Copyright*/

.copyright
	{
        color: #000000;
	font-size: 10px;
	font-family: 'Arial', 'Verdana', 'Helvetica', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
        letter-spacing: 3px; 
        word-spacing: 0px; 
        text-align: right;
        text-decoration: underline;                              
	text-transform: none;
        white-space: nowrap;
        padding-right: 5px;
        cursor: auto;
	}
a.copyright:link
        { color: #000000; text-decoration: underline;}
a.copyright:visited
        { color: #000000; text-decoration: underline;}
a.copyright:hover
        {color: #990000; text-decoration: underline;}
a.copyright:active 
        {color: #990000; text-decoration: underline;}


