body {
	background-color:black;
}

/**
 * Convert an unordered list so that it displays correctly
 */
.imageRowDisplayer ul, .imageRowDisplayer li {
	display: inline;
	margin: 0;
	padding: 0;
	position:absolute;
}

/**
 * Style a reflection div that will be appended to each image
 */
.imageRowDisplayer li .imageWrapper {
	background-image:url('reflectionTransparent.png');
	background-repeat:repeat-x;
	background-position:bottom;
	height:29px;
	position:relative;
	top:-6px;
	/*border: 1px solid red;*/
}

.imageRowDisplayer li a {
	border:0;
	color:black;
}

/**
 * The images being displayed have this class
 */
.imageRowDisplayer li img {	
	position:relative;
	z-index:100;
	cursor:pointer;
	border:0;
}
