/* slideshow window stylesheet */

body {
	background-color: #86E88B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	width: 223px;
}
#prevnext {
height: 22px;
width: 100%;
}

a#previous, a#next {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
}
a#previous:hover, a#next:hover {
	text-decoration: underline;
}
a#previous {
	float: left;
}
a#next {
	float: right;
}
h3 {
	clear: left;
	display: block;
	font-size: 1em;
	margin: 0.4em 0em;
	position: relative;
	top: 7px;
	padding: 0 5px;
}
p {padding: 0 5px;}

/* template specific styles */

body#radio   { background-color: #E39393; }
body#music   { background-color: #EFE6C1; }
body#movie   { background-color: #A8BEE8; }
body#graphix { background-color: #DBA6E8; }
