/*  
Stylesheet: Mybb Game Library
Author: InkedK
*/
.boxart {
	display: inline-block;
}

.boxart a {
	text-decoration: none;
}
.boxartshadow {
	box-shadow: 0 0 8px #CCC;
	-moz-box-shadow: 0 0 8px #CCC;
	-webkit-box-shadow: 0 0 8px #CCC;
	-o-box-shadow: 0 0 8px #CCC;
	-ms-box-shadow: 0 0 8px #CCC;
	vertical-align: bottom;	
	border: 1px solid #CCC;
	cursor: pointer;
}
.usercp_nav_gamelibrary {
	background: url(../../../gamelibrary/images/icons/gamelibrary_icon.png) no-repeat left center;
}