.hidden {
	display: none;
}

/* Resolves a css conflict causing the Shadowbox to display right aligned */
#sb-container {
	text-align:left;
}

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

#sb-body {
background-color:transparent;
}

#sb-body body{
background-color:transparent;
}

#products_page_container {
width:800px;
}