﻿.foo {}

.gallery-photo .AspNet-FormView
{
	padding-top:10px;
    width: 100%;
    text-align:center;
}
.gallery-photo .AspNet-FormView-Header
{}
.gallery-photo .AspNet-FormView-Data
{
	margin: 10px 0 10px 0;	
}
.gallery-photo .AspNet-FormView-Data table
{
	margin: 0px auto 0px auto;
}
.gallery-photo .AspNet-FormView-Footer
{}
.gallery-photo .AspNet-FormView-Pagination
{}

.gallery-photo .AspNet-DataList table
{
	width:160px;
}
.gallery-photo .AspNet-DataList table td
{
	text-align:center;
	vertical-align:middle;
}

.gallery-photo .frame .topx-- {
	background-image: url(images/frame/frame-topx--.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}
.gallery-photo .frame .top-x- {
	background-image: url(images/frame/frame-top-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}
.gallery-photo .frame .top--x {
	background-image: url(images/frame/frame-top--x.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}

.gallery-photo .frame .midx-- {
	background-image: url(images/frame/frame-midx--.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: auto;
}
.gallery-photo .frame .mid--x {
	background-image: url(images/frame/frame-mid--x.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: auto;
}

.gallery-photo .frame .botx-- {
	background-image: url(images/frame/frame-botx--.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: top;
}
.gallery-photo .frame .bot-x- {
	background-image: url(images/frame/frame-bot-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}
.gallery-photo .frame .bot--x {
	background-image: url(images/frame/frame-bot--x.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: bottom;
}

.gallery-photo-thumb-scroll-horizontaly
{
	width: 100%;
	overflow: auto;
	height: 70px;
}
