
	/* Hides from IE Mac \*/ 
	* html li {height: 1%; }
	  li { display:block; } /* End Hack */ 	  
	  
	  /* Necesario para que no se corte con los estilos del template que estoy usando \*/ 
	   a, a:hover{ background:none; padding:0; margin:0;  }
	  .floatcontainer:after{ content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; } 
	  .floatcontainer{display: inline-block;} 
	
	.thumbs{
		
		width:800px;
		height:auto;		
		
	}
	
	UL.grid {
		list-style:none;
		padding:0;
		margin:0;
		color:#fff;
		font:11px Verdana, Geneva, sans-serif;
		
	}
	
	UL.grid li{ 
	
		background:url(http://www.csselite.com/wp-content/themes/csselite_new/images/onebox.jpg) no-repeat;
		width:237px;
		height:232px;
		padding:5px 0 12px 10px;
		margin:0 5px 0 0;
		float:left;
		display:block;
		position:relative;
				
	}
	
	UL.grid a { background:none; padding:0; margin:0;  }
	
	UL.grid li img{ 
		
		border:0;
		width:221px;
		height:175px;
	
	}
	
	.descriptionContainer{
		margin-top:10px;
		width:225px;
		height:25px;
		
	}
	
	.flag{ 
		
		position:absolute;
		top:0;
		left:0;
		width:87px;
		height:74px;
		background:url(http://www.csselite.com/wp-content/themes/csselite_new/images/featured.png) no-repeat;
	
	}
