.songs {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #e8a503; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; text-decoration: none
}
.songs A:link {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #e8a503; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; text-decoration: none
}
.songs A:visited {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #e8a503; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; text-decoration: none
}
.songs A:hover {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #e8a503; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline
}
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 2px solid navy;
	border-bottom-width: 3px;
	width: 214px; /*width of featured content slider*/
	height: 115px;
	border-color: #480101;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0; /*leave as is*/
	top: 0; /*leave as is*/
	padding: 5px;
	background: #6b0101;
	width: 195px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	f;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Silver;
}

.pagination{
width: 208px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #480101;
padding: 5px 5px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #510000;
	background: #F4A460;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #F0E68C;
}