/* #slideshow is the container element for all tiles  **/
#slideshow{
	background-color:#fff;
/*	background-image: url('grid.jpg');*/
	border:2px solid #fff;
}
#slideshow .shufflingTiles-tile{
	background-position: center;
}
/*
 Each tile in the grid has a unique class name, based on its position in the grid.
 We use that to select and style each tile individually with its own background image
 **/
#slideshow .tile1{
	background-image:url(../images/bgInforme/bg1.jpg);
}
#slideshow .tile2{
	background-image:url(../images/bgInforme/bg2.jpg);
}
#slideshow .tile3{
	background-image:url(../images/bgInforme/bg3.jpg);
}
#slideshow .tile4{
	background-image:url(../images/bgInforme/bg4.jpg);
}
#slideshow .tile5{
	background-image:url(../images/bgInforme/bg5.jpg);
}
#slideshow .tile6{
	background-image:url(../images/bgInforme/bg6.jpg);
}
#slideshow .closeBtn{
	visibility:hidden;
}