.hidden {
	display: none;
}

/* Resolves a css conflict causing the Shadowbox to display right aligned */
#sb-container {
	text-align:left;
}
#sb-body {
	padding:2px; border:0px solid #898989; font-family:times; background-color:transparent;
}

#sb-counter {
	font-family:Times,'Times New Roman',Verdana,Arial,Sans-Serif; color:#000; 
}

#sb-wrapper {
	background-color:#fff;
}

/* Resolves a problem where cancel link shows up in default blue */
#sb-loading a {
	color: #fff;
	text-decoration: none;
}

#sb-nav-close {
	display:none;
}


#sb-counter {
	text-align:center;  display:block; width:314px;
}


#sb-info {
width:314px;  color:#000;

}

#sb-info-inner {
	float:left; height:50px; width:314px; line-height:16px;
}
#sb-nav {
	float:left; height:50px; width:314px; line-height:16px; margin-top:-27px;
}

#sb-nav a {
	float:right;
	margin-left:75px;
	height:21px;
	width:24px;
	margin-top:5px;

}

#sb-nav-next {
	height:21px;
	width:24px;

}

#sb-nav-previous{
	height:21px;
	width:24px;

}