/*Tutti i diritti riservati */ 



/*CATEGORIA GIOCHINI*/

#thumbs_container h3 {
    background-color: #111111;
    background-image: url("../img/header_bg.png");
    background-position: 0 -48px;
    clear: both;
    color: #3324ea;
    margin-bottom: 0;
    margin-top: 6px;
    padding: 6px 0;
    text-align: left;
    text-indent: 6px;
    width: 950px;
	display:none;
}
.games_categories{
	
}

.games_thumbs {
    display: inline-block;
    width: 100%;
	text-align: left;
}





#thumbs_container {
  
	background: none repeat scroll 0 0 #111111;
   clear: both;
   margin: 0 auto;
   text-align: center;
   width: 100%;
}

.games_thumbs li {
	background: none repeat scroll 0 0 #222222;
	border: 1px solid #333333;
	display: inline-block;
	margin: 4px;
	padding: 5px;
	position: relative;
	text-align: center;
	width: 14.844%;
	float: left;
}



.games_thumbs li:hover{
	
	
}
.games_thumbs li img{
	
	display: inline-block;
	height: 80%;
	max-height: 86px;
	width: 80%;
	margin-bottom: 6px;
	
}

.games_thumbs .button{
	margin:  6px;
	padding: 0 4px;
	
	
}


.games_thumbs span {
    display: block;
	color: #fff;
}

.games_thumbs li h1 {
	color: #fff;
}

.games_thumbs span.title {
	min-height: 28px;
	font-size: 14px;  
}
.button.for_logged{
	display: block;
	margin: 6px;
}
.fun.button {
	display: inline-block; display: none;
}
.fun.button, .real.button {
	margin: 6px 2px;
	
	
	
}

/*
.fun.button, .fun.button + .real.button {
	width: 39%;
	display: inline-block;
	
}
*/
.real.button {
	width: 39%;
	display: inline-block;
	
}


/*FINE DELLA SEZIONE DELLE THUMBS*/
