.clsSlicing{
	width:126px;
	height:126px;	
	border: 1px solid #333;	
	margin:5px 5px 5px 0;
	background: url(../imagenes/videos/fondo.jpg) no-repeat;
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
}

	.clsSlicing:hover{
		border-color: #006600;
	}
	
	.clsSlicing a{
		text-decoration: none;
	}
		.clsSlicing a:hover{
			text-decoration: none;
		}

	.clsSlicing img {
		border:0;
	
		/* allow javascript moves the img position*/
		position:absolute;
		z-index:200;
	}

	.clsSlicing .clsTituloSlicing{
		position:absolute;
		z-index:0;	
		color: #fff;
		display:block;
	}

		.clsSlicing .clsTituloSlicing h4 {
			font-size:12px;
			padding-top: 5px;
			margin:0;
			color:#006600;
		}

		.clsSlicing .clsTituloSlicing{
			font-size:11px;	
			padding:3px 5px 0 8px;
			margin:0;
			cursor: pointer;
		}



/* Setting for corners */

.topLeft, .topRight, .bottomLeft, .bottomRight {
	position:absolute;
	background-repeat: no-repeat; 
	float:left;
}

.topLeft {
	background-position: top left; 	
} 

.topRight {
	background-position: top right; 
} 

.bottomLeft {
	background-position: bottom left; 
} 

.bottomRight {
	background-position: bottom right; 
}

.clsLimpiar{
	clear:both;	
}