ul.discography {
	position: relative;
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px -5px;
}

ul.discographySml {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.discography li {
	padding: 0px 7px 7px 0px;
	position: relative;
	float: left;
}

ul.discographySml li {
	padding: 0px 3px 3px 0px;
	position: relative;
	float: left;
}

ul.discography li a .hoverState{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	width: 160px;
	height: 160px;
	display: none;
}

ul.discographySml li a .hoverState {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	width: 113px;
	height: 113px;
	display: none;
}


ul.discography li a:hover .hoverState,
ul.discographySml li a:hover .hoverState {
	display: block;
}

ul.discography li.last {
	padding-right: 0px !important;
}

ul.discographySml li.last {
	padding-right: 0px !important;
	padding-bottom: 3px !important;
}
.discography h2 {
	border-bottom: solid #8b8a8a 1px;
	padding-bottom: 3px;
	color: #ededed;
}

.albumInfo {
	margin-bottom: 14px;
	float: left;
}

.albumContainer {
    float: left;
    width: 369px;
}

.albumInfo ul.albumNotes {
	list-style: none;
	padding: 0 0 12px 0px;
	margin: 10px 0 0;
	width: 325px;
	float: left;
}

.albumInfo ul li {
	width: 214px;
	float: left;
}

.albumInfo .artwork {
	width: 304px;
	float: left;
	padding-right: 20px;
}

.discographyMediaPlayer {
	width: 322px;
	float: right;
}

.discography table {
    padding: 0;
    margin: 0 0 10px;
    color: #fff;
    width: 369px;
    float: left;
    background: url(../img/bkLyricsOdd.png);
    font-size: 85%;
    font-weight: bold;
}

.discography td {
    padding: 5px 0 5px 5px;
}

.discography td span {
    width: 180px !important;
    float: left !important;
    display: block !important;
    border: 1px solid red;
}

.discography td a.lyrics {
    background: url(../img/iconLyrics.gif) top left no-repeat;
	text-indent: -999999px;
	display: block;
	width: 11px;
	height: 13px;
	float: right;
	padding-right: 9px !important;
}

.discography td.length {
    font-weight: normal;
    font-size: 75%;
}

.discography .singles h3 {
    background: url(../img/bkRelHdr.png) top left no-repeat;
	padding: 8px 10px;
	margin-top: 15px;
	color: #999;
}

.discography .singles ul {
    margin: 0;
    padding : 0 0 15px;
    list-style: none;
}

.discography .singles li {
    float: left;
    display: block;
    padding-right: 20px;
}


/*
	Lyrics
*/
.theLyrics {
	background: url(../img/bkLyricsBtm.gif) bottom left no-repeat #000000;
	position: absolute;
	padding-bottom: 3px;
	width: 412px;
	z-index: 6;
	top: 40px;
}

.theLyrics .hdr {
	background: url(../img/bkLyricsTop.gif);
	padding: 4px 10px 6px 18px
}

.theLyrics .hdr h3 {
	font-size: 137%;
	float: left;
	width: 262px;
	margin: 0px;
}

.theLyrics .hdr p {
	text-align: right;
	padding-top: 6px;
	margin: 0px;
	float: right;
}

.theLyrics .hdr p a {
	background: url(../img/iconCross.gif) center right no-repeat;
	padding-right: 20px;
	font-weight: bold;
	color: #666666;
}

.theLyrics .lyricsBody {
	border-right: solid #a2a2a2 6px;
	border-left: solid #a2a2a2 6px;
	padding: 13px;
}

.theLyrics .lyricsBody p {
	margin-bottom: 0px;
	padding-bottom: 1.1em;
}




























