#imageviewer
{
	margin-right: 5px;
	border-bottom: 5px solid white;
	width: 211px;
	height: 265px;
	background-color: #ffffff;
}
#mainimage
{
	position: relative;
	width: 211px;
	height: 264px;
}
#mainimage img
{
	width: 211px;
	height: 264px;
	border: 0;
}

#mainimagecaption
{
	position:absolute;
	line-height:15px;
	bottom:0;
	width: 201px;
	padding: 5px;
	font-size: 0.9em;
	font-weight: normal;
	color: #ffffff;
	background-color: #C33125;
}
#viewcontrols
{
	height: 15px;
	width: 211px;
	text-align: center;
	color: #ffffff;
	font-size: 0.8em;
	color: #ffffff;
	background-color: #C33125;
	border-top: 1px solid #D6736B;
	border-bottom: 1px solid #91241B;
}


#ivprev
{
	float: left;
	margin-left: 5px;
	cursor: pointer;
}

#ivnext
{
	float: right;
	margin-right: 5px;
	cursor: pointer;
}

#ivcount
{

}

.ivgalitem
{
	float: left;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9em;
	padding-bottom: 3px;
}
.ivgalitem img
{
	display: block;
	width: 45px;
	height: 45px;
	margin: 1px 2px;
	cursor: pointer;
}
/* The declaration below needs to be fixed in iefixes.css */
.ivgalitem label
{
	position: relative;
	top: -3px;
	color: #ffffff;
}

.subgal
{
	display: block;
	clear: both;
	margin: 1px auto;
	width: 186px;
	border: 0;
	color: #ffffff;
	font-size: 0.9em;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	background: url(/images/ticker_bg.gif) top left repeat-x;
}

