.HeaderBG
{
	background-image: url(../images/HeaderBG.jpg);
	background-repeat: repeat-x;
}
.LeftTile
{
	background-image: url(../images/LeftTile.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.HeaderTL
{
	background-image: url(../images/HeaderTL.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.HeaderTL-G
{
	background-image: url(../images/HeaderTL-G.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.HeaderTR
{
	background-image: url(../images/HeaderTR.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.BodyR
{
	background-image: url(../images/BodyR.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.Pointer
{
	cursor:pointer
}
.PhotoFrameBottom
{
	border-bottom-width: 20px;
}
.Lens
{
	background-image: url(../images/Lens.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.FooterFont 
{
    color:  #BE8970;
    font-family: font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.TitleFont 
{
    color: #BE8970;
    font-family: font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}
.NotFont 
{
    color:  #5F411F;
    font-family: font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.TextFont 
{
    color: #BE8970;
    font-family: font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.TextXsmallFont 
{
    color:  #BE8970;
    font-family: font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 1px solid #000000;
}
.highslide:hover img {
	border: 1px solid #000000;
}

.highslide-image {
	border: 10px solid #000000;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid #000000;
    border-top: none;
    padding: 5px;
    background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #BE8970;
}
.highslide-loading {
    display: block;
	color: #000000;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
    background-color: #000000;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 1px;
    color:#000000;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: #000000;
    background-color: #000000;
	border-bottom-width:thin;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}