.topnav ul .nav5 a {
	background-image: url("/images/nav5_h.png");
}
.content {
	width: 660px;
}
.content .disc {
	height: 30px;
	margin-bottom: 15px;
	overflow: hidden;
}
.content .disc ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.content .disc ul li {
	float: left;
	margin-right: 15px;
}
.content .disc ul li a {
	background-repeat: no-repeat;
	height: 30px;
	width: 135px;
	display: block;
	text-indent: -9999px;
}
.content .disc ul .nav1 a {
	background-image: url("/discography/images/5btn1.png");
}
.content .disc ul .nav2 a {
	background-image: url("/discography/images/5btn2.png");
}
.content .disc ul .nav3 a {
	background-image: url("/discography/images/5btn3.png");
}
.content .disc ul .nav1 a:hover {
	background-image: url("/discography/images/5btn1-h.png");
}
.content .disc ul .nav2 a:hover {
	background-image: url("/discography/images/5btn2-h.png");
}
.content .disc ul .nav3 a:hover {
	background-image: url("/discography/images/5btn3-h.png");
}
.content .album .disc ul .nav1 a {
	background-image: url("/discography/images/5btn1-h.png");
}
.content .single .disc ul .nav2 a {
	background-image: url("/discography/images/5btn2-h.png");
}
.content .dvd .disc ul .nav3 a {
	background-image: url("/discography/images/5btn3-h.png");
}
.content .inner {
	background-color: #FFF;
	padding: 25px;
}
.content .category {
	font-size: 160%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
}

.content section h2 {
	color: #003399;
	margin-bottom: 10px;
}
.content section h2 a {
	color: #003399;
	text-decoration: none;
}

.content section h2 strong,
.content section h3 {
	color: #CC0000;
}
.content section h3 {
	margin-top: 25px;
	margin-bottom: 10px;
}
.content section img {
	max-width: 150px;
	max-height: 150px;
}
.content section .song {
	background-color: #ebebeb;
	padding: 25px;
	margin-top: 20px;
}
.content section .song ol {
	padding-bottom: 0px;
}
.content section .clearfix {
	margin-bottom: 20px;
}
.content .disclist ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 90%;
}
.content .disclist ul li {
	float: left;
	padding-right: 10px;
	padding-bottom: 20px;
	width: 290px;
}
.content .disclist ul li img {
	max-width: 120px;
	max-height: 120px;
}
.content .disclist ul li img,
.content .album section img,
.content .single section img,
.content .dvd section img {
	padding: 5px;
	border: 1px solid #333;
}
.content .disclist ul li a {
	text-indent: -9999px;
	background-image: url("/discography/images/5btn4.png.jpeg");
	background-repeat: no-repeat;
	display: block;
	width: 131px;
	height: 24px;
	float: left;
}
.content .disclist ul li a:hover {
	background-image: url("/discography/images/5btn4-h.png.jpeg");
}
