/*---Design et codes par Nicolas Nimetz---*/
/*---http://www.pixart25.com/---*/

ul.polaroidsGalleries {
	margin: 0px 0px 18px 0px;
}

ul.polaroidsGalleries a:after {
content: attr(title);
}

ul.polaroidsGalleries li { 
	display: inline; 
}

ul.polaroidsGalleries a { 
	background: #000; 
	display: inline; 
	float: left; 
	margin: 0 0 27px 30px;
	width: auto; padding: 10px 10px 5px; 
	text-align: center; 
	font-family: "Marker Felt", sans-serif; 
	text-decoration: none; 
	color: #fff; 
	font-size: 12px; 
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25); 
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25); 
	-webkit-transform: rotate(-2deg); 
	-webkit-transition: -webkit-transform .15s linear; 
	-moz-transform: rotate(-2deg); 
}

ul.polaroidsGalleries a:after { 
	content: attr(title); 
}

ul.polaroidsGalleries li:nth-child(even) a { 
	-webkit-transform: rotate(2deg);  
	-moz-transform: rotate(2deg); 
}

ul.polaroidsGalleries li:nth-child(3n) a { 
	-webkit-transform: none; position: relative; top: -5px;  -moz-transform: none; 
}

ul.polaroidsGalleries li:nth-child(5n) a { 
	-webkit-transform: rotate(5deg); 
	position: relative; 
	right: 5px;  
	-moz-transform: rotate(5deg); 
}

ul.polaroidsGalleries li:nth-child(8n) a { 
	position: relative; 
	right: 5px; 
	top: 8px; 
}

ul.polaroidsGalleries li:nth-child(11n) a { 
	position: relative; 
	left: -5px; 
	top: 3px; 
}

ul.polaroidsGalleries li.messy a { 
	margin-top: -375px; 
	margin-left: 160px; 
	-webkit-transform: rotate(-5deg); 
	-moz-transform: rotate(-5deg); 
}

ul.polaroidsGalleries li a:hover { 
	-webkit-transform: scale(1.25); 
	-moz-transform: scale(1.25); 
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5); 
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.5); 
	position: relative; z-index: 5; 
}

ul.polaroidsGalleries img {
	display: block;
	margin-bottom: 12px;
	width: 100px;
}

