#content_browser
{
	height:540px;
	width:1000px;
	text-align: center;
    overflow: hidden;
	background-color: #1B1C21;
	position: relative;
	font-family: "Arial", "Tahoma";
	font-size: 16px;
}
.browser_group
{
	position: absolute;
	top: 0px;
	left: 0px;
	height:540px;
	width:1000px;
	overflow: auto;

	background-image: url(../pics/pages_load.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
.browser_item
{
	display: inline-block;
	width: 152px;
	color: #CC9D5E;
	margin: 10px;
	cursor: pointer;
}
.browser_item:hover
{
	text-decoration: underline;
}
.browser_item img
{
	border: 1px solid #CC9D5E;
    max-width:150px;
    max-height: 150px;
}
#browser_shield
{
	background-image: none;
	z-index: 1000;
}
#browser_back
{
	position: absolute;
	color: #CC9D5E;
	font-weight: bold;
	top: 20px;
	left: 10px;
	cursor: pointer;
	font-size: 20px;
	z-index: 20;
}
#browser_back:hover
{
	text-decoration: underline;
}
#cboxLoadingGraphic{background-image:none !important;}