ul.sounds {
	margin-left: 0;
	list-style-type: none;
}

ul.sounds li {
	display: block;
	float: left;
	width: 85px;
	margin: 7px;
}

ul.sounds li a {
	color: #fff;
}

ul.sounds li a:hover {
	color: #f7cf31;
	text-decoration: none;
}

ul.sounds li img {
	width: 85px;
	height: 85px;
}

.soundsInfo {
}

#mainContents .soundsInfo h3 {
/*	font-size: 24px;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 5px;
*/
	padding-left: 0;
	border-bottom: none;
}
#mainContents .soundsInfo h3 a.mp3 {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#mainContents .soundsInfo h3 a.mp3:hover {
	color: #f7cf31;
}

.soundsInfo .soundsImage {
	display: inline; /* for IE */
	float: left;
	width: 170px;
}

.soundsInfo .soundsText {
	display: inline; /* for IE */
	float: right;
	width: 300px;
}

.soundsInfo::after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.soundsInfo {
	width: 495px;
	/*\*//*/
	overflow: hidden;
	/* 