/*
	Program scheduler snippet
*/
ul#gnr-navigation {
	margin: 0;
	list-style:none;
	text-align: center;
}

ul#gnr-navigation li {
	display: inline;
}
ul#gnr-navigation li.prev {
	float:left;
}
ul#gnr-navigation li.next {
	float: right;
}
ul#gnr-navigation li.current {
	font-weight: bold;
	letter-spacing: -1px;
}

img.gnr-image {
	float: left;
	width: 200px;
	height: 131px;
	margin: 0 15px 15px 0;
}

dl#gnr-details {
	margin: 0 0 1em 210px;
}

dl#gnr-details dt {
	float: left;
	width: 8em;
	font-weight: bold;
}

dl#gnr-details dd {
	margin-left: 8.5em;
}

.gnr-current-song {
	color: #C73800;
	display: block;
	margin-bottom: 3px;
}