@charset "UTF-8";
/* CSS Document */

ul.gallery {
	width: 143px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0; padding: 0;

}
ul.gallery li {

	margin: 0px; padding-left: 2px;
	text-align: center;

}
ul.gallery li a.thumb {
	width: 143px; /*--Width of image--*/
	height: 286px; /*--Height of image--*/
	padding: 0px;
	
	cursor: pointer;
}
ul.gallery li span { /*--Used to crop image--*/
	width: 143px;
	height: 286px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	background: #f1ede4; /*--Hover effect for browser with js turned off--*/
	
	
}
ul.gallery li h2 {

	margin: 0; padding: 0px;
}
ul.gallery li a {text-decoration: none; color: #f1ede4; display: block;}
