#content .imageGallery a
{
	border: none;
}

#content .imageGallery h2
{
	background: #CAD5D5 url(/Shared/images/metalbar_fullwidth.gif) repeat-y scroll 0%;
	margin-bottom: 0px;
}

#content .imageGallery h3
{
	background: #CAD5D5 url(/Shared/images/metalbar_fullwidth.gif) repeat-y scroll 0%;
	margin-bottom: 0px;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#content .imageGallery .subGalleries
{
	background: #CFE3F7;
	padding: 10px;
	overflow: auto;
}

#content .imageGallery .thumbnails
{
	border: solid #CFE3F7 1px;
	background: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	overflow: auto;
}

#content .imageGallery .noImages
{
	padding-top: 20px;
	padding-left: 220px;
	padding-bottom: 20px;
	font-size: 12px;
}

#content .imageGallery .thumbnails .thumbnail
{
	border: solid #CFE3F7 1px;
	margin: 10px;
	float: left;
}

#content .imageGallery .thumbnails .thumbnail p
{
	padding: 0px;
	margin: 4px;
}

#content .imageGallery .subGalleries .folder
{
	float: left;
	width: 180px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#content .imageGallery .subGalleries .folder a
{
	background: transparent url(/Shared/images/folder.gif) no-repeat top left;
	padding:8pt 2pt 5px 30px;
	margin: 0px;
}

/*table.myImages tr td
{
	padding: 0px;
}

table.myImages tr th
{
	padding: 0px;
}*/

#content table.myImages
{
	width: 100%;
}

.largeArrowLink
{
	background: transparent url(/Shared/images/circle_arrow_white.gif) no-repeat center right;
	padding:4pt 16pt 5px 2px;
	border: none;
}

.largeArrowLink:hover
{
	background: transparent url(/Shared/images/circle_arrow_white_over.gif) no-repeat center right;
	border: none;
}

.arrowLink
{
	background: transparent url(/Shared/images/smallarrow_right.gif) no-repeat center right;
	padding:2pt 12pt 5px 2px;
	border: none;
}

.arrowLink:hover
{
	background: transparent url(/Shared/images/smallarrow_right_over.gif) no-repeat center right;
	border: none;
}