p {
	margin: 0px;
	padding: 0px;
	display: block;
}
.hiRezThumbs h3 {
	display: block;
}

a {
	font-family: Verdana;
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #E3E3E3;
}
/*a:active {
	text-decoration: none;
}*/
h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#outer #inner p {
	margin-bottom: 5px;
}

#outer #footer p {
	margin-left: 0px;
}
.hometext {
	font-size: 12px;
	line-height: 12pt;
}


#player1 {
	float: left;
	margin-bottom:20px;
}

.playList {
	width: 220px;
	height: 320px;
	float: left;
	
}

.playerspace2 li {
	list-style: none !important;
	width: 214px;

}

.playerspace2 li a {
	display: block;
	font-size: 1.4em;
	font-weight: 100;
	line-height: 1.8em;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	height: 28px;
}

.playerspace2 li:target {
	color: #539B00;
}

.jwplayer {
	width: 99% !important;
	height: 33px !important;
	clear:both;
}

.jw-captions {
	display:none;
}

.jwplayer.jw-flag-audio-player .jw-controlbar {
    display: table;
    height: 0px !important;
}

.jw-skin-seven .jw-controlbar {
    border-top: none !important;
}

.jw-skin-seven .jw-background-color {
    background: #1D1D1D none repeat scroll 0% 0% !important;
}


.thumbnails {
	padding:0px;
	margin:0px !important;
	width: 213px;
}

.highlight {
	background-color: #434343;
	font-weight: bold;
	border-right: 8px solid #5E5E5E;
	border-radius: 4px;
	background: rgb(112,112,112);
	background: -moz-linear-gradient(left, rgb(112,112,112) 0%, rgb(67,67,67) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(112,112,112)), color-stop(100%,rgb(67,67,67)));
	background: -webkit-linear-gradient(left, rgb(112,112,112) 0%,rgb(67,67,67) 100%);
	background: -o-linear-gradient(left, rgb(112,112,112) 0%,rgb(67,67,67) 100%);
	background: -ms-linear-gradient(left, rgb(112,112,112) 0%,rgb(67,67,67) 100%);
	background: linear-gradient(to right, rgb(112,112,112) 0%,rgb(67,67,67) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#434343',GradientType=1 );
	text-shadow: 1px 1px 1px #252525;


}

.highlight::after {
	content: url("http://www.andygrant.net/NewImages/glowing_star.gif");
	position: relative;
	right: -176px;
	top: -28px;
	display: block;
	height: 0px;
}



