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

ul.projects {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.projects li {
	width: 240px;
	height: 150px;
	float: left;
	margin: 20px;
	padding: 10px;
/*	text-align: center;	*/
	background: url(../images/shine/repeater_projects.png) top left no-repeat;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.projects li img {
	border: none;
}
ul.projects li a.thumb {
	width: 238px; /*--Width of image--*/
	height: 120px; /*--Height of image--*/
	cursor: pointer;
}
ul.projects li span { /*--Used to crop image--*/
	width: 238px;
	height: 120px;
	overflow: hidden;
	display: block;
}
ul.projects li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}
ul.projects li h2 {
	margin: 0;
	padding: 10px 0 0 5px;
	font-size: 85%;
	font-family: "Lucida Sans Unicode", "Verdana", sans-serif;
	font-weight: 500;
}
ul.projects li:hover h2 a {
/*
	color: #FFFFFF;
*/
}
ul.projects li a {
	text-decoration: none;
	color: #555555;
	display: block;
}

