﻿/*upper left corner */
.photo-frame .topx-- {
	background-image: url(Images/frame-topx--.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
	background-position:right;
}
/*upper middle   */
.photo-frame .top-x- {
	background-image: url(Images/frame-top-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}

/*upper right corner */
.photo-frame .top--x {
	background-image: url(Images/frame-top--x.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}
/*middle left  */
.photo-frame .midx-- {
	background-image: url(Images/frame-midx--.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: auto;
	background-position:right;
}

/*middle right  */
.photo-frame .mid--x {
	background-image: url(Images/frame-mid--x.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: auto;
}
/*lower left corner */
.photo-frame .botx-- {
	background-image: url(Images/frame-botx--.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: top;
	background-position:right;	
}
/*lower  middle */
.photo-frame .bot-x- {
	background-image: url(Images/frame-bot-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}
/*lower right corner */
.photo-frame .bot--x {
	background-image: url(Images/frame-bot--x.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: bottom;	
}

/* line on some pages */
.mid-line {
	background-image: url(Images/frame-line.gif);
	background-repeat: repeat-y;
	width: 1px;
	height: auto;
}

.mid-line-w{
	background-image: url(Images/frame-line-w.gif);
	background-repeat: repeat-y;
	width: 25px;
	height: auto;}
	
/* new spacers
/*lower left corner */
.photo-frame .xbotx-- {
	background-image: url(Images/frame-xbotx--.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: top;
	background-position:right;	
}
/*lower  middle */
.photo-frame .xbot-x- {
	background-image: url(Images/frame-xbot-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}
/*lower right corner */
.photo-frame .xbot--x {
	background-image: url(Images/frame-xbot--x.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: bottom;	
}