/* ================================================== */
/* 7amrecords.com, June 2010, Nov 2021, and many moons more
/* hydrated by Phil Thompson; http://pssht.com
/* ================================================== */

/* ================================================== */
/* horizontal scroller, semidemihemispherical complex   
/* -------------------------------------------------- */

#horzScrollBox {position: fixed; top: 12px; left: 12px; height: 30px; background-color: #363933; z-index: 999;}
/* IE.5-6 */ * html #horzScrollBox {display: none;}

#horzScroll {width: 30px; height: 30px; padding: 0; margin: 0; list-style: none; }
#horzScroll table {position:absolute; top:0; left:0; border-collapse:collapse; z-index:100;}

#horzScroll ul {padding: 0; margin: 0; list-style: none;}
#horzScroll li {width: 30px; height: 30px; display: block; float:left;}
#horzScroll li a {width: 30px; height: 30px; text-indent: -999px; text-decoration: none; background: #000333 url(https://www.pssht.com/7amrecords/hs-run.gif) center no-repeat; display: block;}
#horzScroll li a:hover {background: #000333 url(https://www.pssht.com/7amrecords/hs-run-hover.gif) center no-repeat; text-decoration: none;}

#horzScroll li ul {position:absolute; top:0; left:30px; width:300px; height:30px; visibility: hidden;}
#horzScroll li ul li {width:30px; height:30px; margin: 0 0 0 12px; background: #8c8c84; display: inline;}
#horzScroll li ul li a {width: 30px; height: 30px; text-indent: 0; display: block;}

#horzScroll li ul #scrollLeft a {background: url(https://www.pssht.com/7amrecords/left.gif) center no-repeat;}
#horzScroll li ul #scrollLeft a:hover {background: url(https://www.pssht.com/7amrecords/left-hover.gif) center no-repeat;}

#horzScroll li ul #scrollRight a {background: url(https://www.pssht.com/7amrecords/right.gif) center no-repeat;}
#horzScroll li ul #scrollRight a:hover {background: url(https://www.pssht.com/7amrecords/right-hover.gif) center no-repeat;}

#horzScroll li ul #AutoScrollLeft a {background: url(https://www.pssht.com/7amrecords/pagestart.gif) center no-repeat;}
#horzScroll li ul #AutoScrollLeft a:hover {background: url(https://www.pssht.com/7amrecords/pagestart-hover.gif) center no-repeat;}

#horzScroll li ul #AutoScrollRight a {background: url(https://www.pssht.com/7amrecords/pageend.gif) center no-repeat;}
#horzScroll li ul #AutoScrollRight a:hover {background: url(https://www.pssht.com/7amrecords/pageend-hover.gif) center no-repeat;}

#horzScroll li ul #PauseScroll a {background: url(https://www.pssht.com/7amrecords/pause.gif) center no-repeat;}
#horzScroll li ul #PauseScroll a:hover {background: url(https://www.pssht.com/7amrecords/pause-hover.gif) center no-repeat;}

#horzScroll li b {position:absolute; top: 0; left: 30px; width: 270px; height: 30px; background: #363933; visibility: hidden; display: block;}

#horzScroll li:hover {position:relative;}
#horzScroll li:hover ul li a:hover {background: #8c8c84; color:#000;}
#horzScroll li:hover b, #horzScroll li a:hover b {visibility:visible;}
#horzScroll li:hover ul, #horzScroll li a:hover ul {visibility:visible;}

#endPage {float: left;} /* Do da ball go boom? See Molly's mayor. */