/*GENERAL*/
.gb-item {
    cursor:pointer;
}
#logo_content {
	height:563px;
	margin:0 16px;
	padding-left:30px;
	padding-right:30px;
	overflow:hidden;
	display:none;
	position:absolute;
	top:50%;
	margin-top:-272px;
}
.wide_preview_l {
	height:160px;
	width:198px;
	position:relative;
	background:#626262;
	margin-bottom:33px;
	/*border-radius: 6px;*/
	overflow:hidden;
	/*box-shadow: 5px 5px 5px #888;*/
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.logo {
	height:146px;
	width:184px;
	margin:7px 0 0 7px;
	position:absolute;
	overflow:hidden;
	/*border-radius: 3px;*/
	background-color:#fff;
	/*box-shadow: 1px 1px 0 #a1a1a1;*/
}
.folder {
	margin:7px 0 0 7px;
	position:absolute;
	overflow:hidden;
	/*border-radius: 3px;*/
	background-color:#fff;
	/*box-shadow: 1px 1px 0 #a1a1a1;*/
}
.logoBkg {
	margin:7px 0 0 7px;
	position:absolute;
	background-color:#fff;
	/*border-radius: 3px;*/
}
.logoDarkBkg {
	margin:0;
	position:absolute;
	/*border-radius: 6px;*/
	background:#626262;
    width:100%;
    height:100%;
	/*box-shadow: 5px 5px 5px #888;*/
}
.rounded {
	/*border-radius: 3px;*/
}
.logo_container {
	height:546px;
	width:198px;
	position:relative;
	float:left;
	margin-left:30px;
}
.folder_container {
	height:546px;
	position:relative;
	float:left;
	margin-right:30px;
	border-radius: 6px;
}