@charset "utf-8";
/* Stylesheet File													*/
/* gallery.css 														*/
/* Modified March 09th 2010								 			*/
/* matrix style */

.matrix {
	width: 400px;
	margin: 0px 0px;
	margin-bottom: 6px;
	padding-bottom: 6px;
	list-style-type: none;
	overflow: hidden;
}
.matrix li {
	width: 80px;
	min-height: 5px;
	margin-top: 5px;
	margin-right: 80px;
	vertical-align: center;
	display: -moz-inline-stack;
	display: inline-block;
	text-align: center;
	background: none;
	padding: 0;
}
*:first-child + html .matrix li { /* be nice to Internet Explorer 7.0 */
	margin-right: 0px;
	display: inline;
	zoom: 1;        
}
* html .matrix li { /* be nice to Internet Explorer 6.0 */
	height: 0px;
	margin-right: 0px;
	display: inline;
	zoom: 1;        
}
.matrix li a {
	display: block;
}
.matrix li a img {
	border: 4px solid #d5d5d5;
}
.matrix li a:hover img {
	border: 4px solid #c2c2c2;
}
.matrix.clean {
	border: none;
}

