/* gallery is a little bit wider than the header */
.gallery-main {
    margin-left: auto;
    margin-right: auto;
    width: 600px; /* was 655 */

    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.gallery-main img {
    border-width: 1px;
    border-color: #eeeeee;
    border-style: solid;;
}

/* area for currently-viewed image in gallery */
.gallery-fullsize
{
	text-align: left;
	float: left;
/*	border: 1px dotted Black; */
	width: 413px;
	height: 402px;
	overflow: hidden;
}

.gallery-description
{
    float: left;
    /*border: 1px dotted black;*/
}

/* Used for the thumbnail images. Insert INSIDE a main-area div AFTER the display div*/
.gallery-thumbnails
{
	float: left;
	position: relative;
	text-align: left;
	left: 10px;
	width: 187px;
	height: 400px;
/*	border: 1px dotted Black; */
	overflow: auto;
}

.gallery-description-text
{
    color: gray;
}

/*======================================
     Paragraph Styles
======================================*/

p.gallerytitle
{
  font-family: arial, helvetica, sans-serif;
  font-size: 20px;
  color: black;
  text-align: left;
  margin-bottom: 0px;
}

p.gallerymedia
{
  font-family: arial, helvetica, sans-serif;
  font-size: 10px;
  font-style: italic;
  color: black;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

p.galleryexhibited
{
  font-family: arial, helvetica, sans-serif;
  font-size: 10px;
  font-style: italic;
  color: black;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.gallery-description
{
    color: gray;
}

p.filmdownload
{
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #444444;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

p.watchfilm
{
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #444444;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

/*
p.quote
{
	font-style: italic;
	font-size: small;
	color: #5E5E5E;
}
p.article
{
	text-align: left;
	color: #5E5E5E;
	font-size: 12px;
}*/