.mbBody
{
	border-top: solid 1px #D1D0D0;
}
.igLinksUL
{
	list-style-image: url(../arrow_link.png);
}
.igBottomLinks
{
	background-color: #c9ccd1;
}
.igBottomLinksDetail
{
	background-color: #c9ccd1;
}
.igBottomLinksNotSelected
{
	color: Black;
	background-image: url(../arrow_black.png);
}
.igBottomLinksNotSelected a, .igBottomLinksNotSelected a:visited, .igBottomLinksNotSelected a:active
{
	color: Black !important;
}
.igBottomLinksNotSelected a:hover
{
	color: Black !important;
}
.igBottomLinksSelected
{
	color: White;
	background-image: url(../arrow_white.png);
}
.igBottomLinksSelected a, .igBottomLinksSelected a:visited, .igBottomLinksSelected a:active
{
	color: White !important;
}
.igBottomLinksSelected a:hover
{
	color: White !important;
}



/* ------------------------------
	LIGHTBOX
-------------------------------*/
#outerImageContainer
{
	background-color: White;
}
#prevLink:hover, #prevLink:visited:hover 
{ 
	background: url(../../../../../images/prevlabel.gif) left 15% no-repeat; 
}
#nextLink:hover, #nextLink:visited:hover 
{ 
	background: url(../../../../../images/nextlabel.gif) right 15% no-repeat; 
}
#imageDataContainer
{
	background-color: white;
}
#imageData 
{ 
	color: Black; 
}
#overlay
{ 
	background-color: white; 
}
