@charset "utf-8";
/* Stylesheet File Jysk Travel										*/
/* gallery.css 														*/
/* Modified June 26th 2009							 				*/
/* http://www.jysktravel.com/ 									    */


/* matrix style */

.matrix {
	width: 471px;
	height: auto;
	margin: 0px 1px;
	padding-top: 10px;
	list-style-type: none;
	overflow: hidden;
}
.matrix li {
	width: 156px;
	height: 156px;
	padding: 0px;
	background: none;
	text-align: center;
	position: relative;
	display: table;
	float: left;
}
.matrix li.horizontal a {
	display: table-cell; 
	vertical-align: middle;
}
.matrix li a img {
	border: 3px solid #cccccc;
}
.matrix li a:hover img {
	border: 3px solid #7fb13a;
}

