﻿.tsimagegallerycontainer
{
	width: 350px;
	height: 390px;
	border-style: solid;
	border-width: 1px;
}

.tsimagegalleryheader
{
	width: 340px;
	height: 25px;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
	background-image: url(img/gallery_grad.jpg);
	background-position: top;
	background-repeat: repeat-y;	
}

.tsimagegalleryimage
{
	width: 326px;
	height: 280px;
	border-style: solid;
	border-width: 2px;
	border-color: #EDC01C;
	margin: 10px;
	overflow: hidden;
	text-align: center;
}

.tsimagegalleryimagedescription
{
	width: 326px;
	height: 15px;
	background-color: #EDC01C;
	position: relative;
	font-size: x-small;
	overflow: hidden;
}

.tsimagegalleryselect
{
	width: 340px;
	height: 25px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-style: none;
	border-width: 1px;
	padding: 5px;
	overflow: auto;
}

.tsimagegalleryfooter
{
	margin: 3px;
	height: 15px;
	width: auto;
	font-size: x-small;
	overflow: hidden;
}