#slider_debug_window {
	position: absolute;
	top: 1px;
	left: 1px;
	background-color: #000000;
	z-index: 1;
	width: 600px;
	height: 300px;
	border: solid 2px #666666;
	padding: 10px;
	overflow: auto;
	display: none;
}

#current_album_title, #current_track_title {
	font-family: Arial Narrow, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

#current_album_title {
	font-weight: bold;
}

#catalog_table {
	border: none;
	padding: 0px;
	margin: 0px;
	position: relative;
}

img.small_album_cover {
	border: none;
	width: 100px;
	height: 100px;
}

#album_covers_container {
	width: 840px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	background-color: #000000;
}

#album_slider {
	position: relative;
}

#media_player {
	margin: 0px;
	padding: 0px;
	display: inline;
}

a.control_link {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

a.control_link:hover {
	color: #00ff00;
}

#ticker_cell {
	text-align: center;
	vertical-align: middle;
}

#ticker_border {
	border: none;
	padding: 0px;
	margin: 0px;
	width: 1000px;
	height: 32px;
	background-color: #333333;
	text-align: left;
}

#ticker_container {
	width: 998px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	border: none;
	overflow: hidden;
	background-color: #060006;
	position: relative;
	top: 1px;
	left: 1px;
}

#ticker_slider {
	position: relative;
}

td.ticker_item {
	width: 950px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}

a.ticker_item, a.ticker_item * {
	font-size: 16px;
	font-weight: bold;
	color: #ffff66;
	text-decoration: none;
}

a.ticker_item:hover {
	color: #00ff00;
}

h3 {
	font-size: 20px !important;
	font-weight: bold;
}

a.catalog_nav_button {
	width: 25px;
	height: 200px;
	background-position: top left;
	text-decoration: none;
	display: block;
}

#catalog_nav_prev {
	background-image: url(../img/catalog_prev.gif);
}

#catalog_nav_next {
	background-image: url(../img/catalog_next.gif);
}

a.catalog_nav_button:hover {
	background-position: top right;
}

td.album_cell {
	text-align: center;
	padding: 2px 10px;
	font-size: 11px;
	color: black;
}

td.album_cell_not_playing {
	background: #ffffff url(../img/catalog_background_gradient.png) top left repeat-x;
}

td.album_cell_playing {
	background-color: #ffff99;
}

td.album_cell a {
	color: #990099;
	text-decoration: none;
}

td.album_cell img.album_cover {
	width: 100px;
	height: 100px;
	border: 0;
	margin-top: 10px;
}

td.player_header {
	background: url(../img/section_header_gradient.png) repeat-x top left;
	height: 26px;
	font-weight: bold;
	vertical-align: middle;
	font-size: 14px;
	color: #000000;
}

#slider_page_num, #slider_page_count {
	color: #000000;	
	font-weight: bold;	
}

td.music_store_links {
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	color: #ffffff;
	padding-bottom: 5px;
}

td.catalog_pagination {
	text-align: right;
}

a.music_store_link {
	color: #ffff66;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
}

a.music_store_link:hover {
	color: #00ff00;
}

td.catalog_navigation {
	vertical-align: middle;
	width: 50px;
	text-align: center;
}

a.catalog_navigation {
	display: block;
	width: 40px;
	height: 38px;
	background-position: top;
	text-decoration: none;
}

a.catalog_navigation:hover {
	background-position: bottom;
}

td.player_info {
	background-color: #111111;
	padding: 0px;
	font-size: 14px;
	color: #ffffff;
	vertical-align: middle;
}

div.track_info {
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	height: 32px;
}

div.play_pause {
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	height: 32px;
}

a.play_pause {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.play_pause:hover {
	color: #00ff00;
}