/*
 * Combined style sheet for the index pages and the slide pages, with only classes that are different for this style
 */

body {
	color: #eeeeee;
	background-color: #000000;
}

a {
	color: #eeeeee;
}

a:hover {
	color: red;
}

#thumbnails > div img {
	border: 1px solid #eeeeee;
}
#thumbnav img {
	border: 1px solid #eeeeee;
}
#thumbcurrent::after {
	border-bottom-color: #eeeeee;
}
#slideimage img {
	border: 1px solid #eeeeee;
}
video {
	border: 1px solid #eeeeee;
}
.slideimage img {
	border: 1px solid #eeeeee;
}

.recentItem {
	padding: 2px ;
	border: 1px solid #eeeeee;
}

