﻿table.imagepanel td.tl
{
	width: 3px;
	height: 33px;
	background-image: url(../images/ImagePanel/TopLeft.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
table.imagepanel td.tm
{
	height: 33px;
	background-image: url(../images/ImagePanel/Top.gif);
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	color: #00156e;
	background-position: bottom left;
	background-repeat: repeat-x;
}
table.imagepanel td.tr
{
	width: 3px;
	height: 33px;
	background-image: url(../images/ImagePanel/TopRight.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
table.imagepanel td.ml
{
	width: 3px;
	background-image: url(../images/ImagePanel/Left.gif);
}
table.imagepanel td.mm
{
	text-align: center;
	background-color: Black;
}
table.imagepanel td.mr
{
	width: 3px;
	background-image: url(../images/ImagePanel/Right.gif);
}
table.imagepanel td.bl
{
	width: 3px;
	height: 3px;
	background-image: url(../images/ImagePanel/BottomLeft.gif);
}
table.imagepanel td.bm
{
	height: 3px;
	background-image: url(../images/ImagePanel/Bottom.gif);
}
table.imagepanel td.br
{
	width: 3px;
	height: 3px;
	background-image: url(../images/ImagePanel/BottomRight.gif);
}
a.imagepanelclose, a.imagepanelprev, a.imagepanelnext, a.imagepanelstartslideshow, a.imagepanelstopslideshow,
a.imagepanelshowcaptions, a.imagepanelhidecaptions
{
	display:block;
	height: 30px;
	float: left;
}
a.imagepanelclose
{
	width: 74px;
	background-image: url(../images/ImagePanel/Close.png);
}
a.imagepanelprev
{
	width: 64px;
	background-image: url(../images/ImagePanel/Prev.png);
}
a.imagepanelnext
{
	width: 64px;
	background-image: url(../images/ImagePanel/Next.png);
}
a.imagepanelstartslideshow
{
	width: 142px;
	background-image: url(../images/ImagePanel/StartSlideShow.png);
	margin: 0 5px;
}
a.imagepanelstopslideshow
{
	width: 142px;
	background-image: url(../images/ImagePanel/StopSlideShow.png);
	margin: 0 5px;
}
a.imagepanelshowcaptions
{
	width: 125px;
	background-image: url(../images/ImagePanel/ShowCaptions.png);
}
a.imagepanelhidecaptions
{
	width: 125px;
	background-image: url(../images/ImagePanel/HideCaptions.png);
}
a.imagepanelclose:hover, a.imagepanelprev:hover, a.imagepanelstartslideshow:hover, 
a.imagepanelstopslideshow:hover, a.imagepanelnext:hover, a.imagepanelshowcaptions:hover, a.imagepanelhidecaptions:hover
{
	text-decoration: none;
}