﻿.category-image
{
	border:4px solid white;
	height: 90px;
	width: 150px;
}

.category-frame 
{
	height: 100px;
	width: 165px;
}

.category-frame .mid-x-
{
	text-align: center;
	vertical-align:middle;
	height: 100px;
	width: 160px;
}

.category-frame .topx-- 
{
	background-image: url(../../Images/Gallery/Frame/frame-topx--.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}

.category-frame .top-x- 
{
	background-image: url(../../Images/Gallery/Frame/frame-top-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}

.category-frame .top--x 
{
	background-image: url(../../Images/Gallery/Frame/frame-top--x.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}

.category-frame .midx-- 
{
	background-image: url(../../Images/Gallery/Frame/frame-midx--.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: auto;
}

.category-frame .mid--x 
{
	background-image: url(../../Images/Gallery/Frame/frame-mid--x.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: auto;
}

.category-frame .botx-- 
{
	background-image: url(../../Images/Gallery/Frame/frame-botx--.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: top;
}

.category-frame .bot-x- 
{
	background-image: url(../../Images/Gallery/Frame/frame-bot-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}

.category-frame .bot--x 
{
	background-image: url(../../Images/Gallery/Frame/frame-bot--x.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: bottom;
}

/* Photos */
.photo-image
{
	border:4px solid white;
	height: 120px;
	width: 120px;
}

.photo-frame 
{
	height: 130px;
	width: 140px;
	cursor: hand;
}

.photo-frame .mid-x-
{
	text-align: center;
	vertical-align:middle;
	height: 120px;
	width: 120px;
}

.photo-frame .topx-- 
{
	background-image: url(../../Images/Gallery/Frame/frame-topx--.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}

.photo-frame .top-x- 
{
	background-image: url(../../Images/Gallery/Frame/frame-top-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}

.photo-frame .top--x 
{
	background-image: url(../../Images/Gallery/Frame/frame-top--x.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}

.photo-frame .midx-- 
{
	background-image: url(../../Images/Gallery/Frame/frame-midx--.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: auto;
}

.photo-frame .mid--x 
{
	background-image: url(../../Images/Gallery/Frame/frame-mid--x.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: auto;
}

.photo-frame .botx-- 
{
	background-image: url(../../Images/Gallery/Frame/frame-botx--.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: top;
}

.photo-frame .bot-x- 
{
	background-image: url(../../Images/Gallery/Frame/frame-bot-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}

.photo-frame .bot--x 
{
	background-image: url(../../Images/Gallery/Frame/frame-bot--x.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: bottom;
}

/* Gallery Navigation Table */
.gallery-nav
{
	/*border: solid 1px black;*/
	padding: 0px 0px 0px 0px;
	width: 490px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}
.gallery-nav .sep
{
	width: 244px;
}

.gallery-nav .text
{
	width: 150px;
	color: #cd8554;
	text-align: left;
	vertical-align: middle;
}

.gallery-nav .nav-button
{
	width: 24px;
	text-align: center;	
	vertical-align: middle;
}

div#tipDiv 
{
  position:absolute; 
  visibility:hidden; 
  left:5px; 
  top:5px; 
  z-index:10000;
  background-color:#FFFFFF; 
  border:1px solid #CD8554; 
  /*border:1px solid #DEB887; */
  /*width:100px; */
  padding:4px;
  color:#CD8554; 
  font-size:11px; 
  /*line-height:1.2;*/
  text-align: left;
}