﻿body 
{
	background: #F4F4F4;
	font-family: Times New Roman;
	font-size: 12px;
	color: #000000;
}

* {margin:0px; padding: 0px;}

a img{border: 0px; text-decoration: none;}

.gallery{position: relative; text-align: center;}
.gallery-gradient-left{position: absolute; top: 17px; left: 0px; width: 18px; background-image: url('/images/gallery-gradient-left.gif'); background-position: top left; background-repeat: repeat-y;}
.gallery-gradient-right{position: absolute; top: 17px; right: 0px; width: 18px; background-image: url('/images/gallery-gradient-right.gif'); background-position: top left; background-repeat: repeat-y;}
.gallery-gradient-top{position: absolute; top: 0px; left: 17px; height: 18px; background-image: url('/images/gallery-gradient-top.gif'); background-position: top left; background-repeat: repeat-x;}
.gallery-gradient-bottom{position: absolute; bottom: 0px; left: 17px; height: 18px; background-image: url('/images/gallery-gradient-bottom.gif'); background-position: top left; background-repeat: repeat-x;}
.gallery-content{position: absolute; background: #FFFFFF; top: 18px; left: 18px;}
.gallery-nav{position: absolute; left: 0px; bottom: 28px; width: 100%;}
.grey-link{color: #55413A; text-decoration: none; text-transform: uppercase;}
