/* SymfoniP Stack - MP3 Spin Player - (c) SymfoniP 2010 http://symfonip.com */
/*
SymfoniP MP3 HTMl5 Style for Play Button Stack 
15-Dec-2010
*/

a.sm2_button {
 position:relative;
 display:inline-block; /* If you worry about old browser bugs, Firefox 2 might not like this and may need -moz-inline-box instead. :D */
 width:18px;
 height:18px;
 text-indent:-9999px; /* don't show link text */
 overflow:hidden; /* don't draw inner link text */
 vertical-align:middle;
 /* and, a bit of round-ness for the cool browsers. */
 -moz-border-radius:6px;
 -webkit-border-radius:6px;
 -o-border-radius:6px;
 border-radius:6px;
 margin-top:-1px; /* vertical align tweak */
 /* safari 3.1+ fun (/W3 working draft extension, TBD.) */
 -webkit-transition-property: hover;
 -webkit-transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out 0s; /* firefox 4 (couldn't sort out -moz-transform vs. MozTransform, so, "all" for now) */
  -o-transition-property: hover; /* opera 10.5 */
  -o-transition-duration: 0.2s;
  /*css3*/
  transition: hover 0.2s ease-in-out;
  margin-bottom: 2px;

}

a.sm2_button:focus {
 outline:none; /* maybe evil, but don't show the slight border outline on focus. */
}

a.sm2_button,
a.sm2_button.sm2_paused:hover {
 background-color:#0054A8;
 background-image:url(../files/symplaybutton/images/arrow-right-white.png);
 /* where possible, use data: and skip the HTTP request. Fancy-pants. Would use short-hand background: for above, but IE 8 doesn't override background-image. */
 background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAYAAABmBXS+AAAAbklEQVQY02NgQAL//v1jZMAF/v//vwuIs9HEUBUBTbj4HwIeA3EGVsVAxtn/qOAVUGM8uknIiv4hsV8A5ZKxKfoLVvnvHwifAzLtMKwDSQLBVSBti27dJajkcSD2RJODO3wtkOOMz/tMSJJYAxMA5dmsL0IfubQAAAAASUVORK5CYII=);
 *background-image:url(../files/symplaybutton/images/arrow-right-white.gif); /* IE 6+7 don't do DATA: URIs */
 background-repeat:no-repeat;
 background-position:5px 50%;
   border: none;
}

a.sm2_button:hover,
a.sm2_button.sm2_playing,
a.sm2_button.sm2_playing:hover {
 background-color:#A10011;
}

a.sm2_button.sm2_playing,
a.sm2_button.sm2_playing:hover {
 -moz-transform:rotate(90deg);
 -webkit-transform:rotate(90deg);
 -o-transform: rotate(90deg);
 /* css3 */
 transform: rotate(90deg);
 /* for ie */
 filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

a.sm2_button.sm2_paused,
a.sm2_button.sm2_paused:hover {
 background-color:#6E6E6E;
}
/* new stuff for FlashBlock */
/*
SoundManager 2 + useFlashBlock
Flash positioning and flashblock / clicktoflash handling
*/
#sm2-container{/*
where the SM2 flash movie goes. by default,relative container.
set relative or absolute here,and don't touch it later or bad things will happen (see below comments.)
*/
position:relative;width:1px;height:1px;_overflow:hidden;/* screw IE 6,just make it display nice */
margin-left:-9999em;height:1px;width:1px;}
#sm2-container object,
#sm2-container embed{/*
the actual movie bit.
SWF needs to be able to be moved off-screen without display:or position:changes. important.
changing display:or position:or overflow:here or on parent can cause SFW reload or other weird issues after unblock,
eg. SM2 starts but strange errors,no whileplaying() etc.
*/
position:absolute;}
#sm2-container object,
#sm2-container embed,
#sm2-container.swf_timedout,
#sm2-container.swf_timedout object,
#sm2-container.swf_timedout embed{/* 
when SM2 didn't start normally,time-out case. flash blocked,missing SWF,no flash?
48px square flash placeholder is typically used by blockers.
*/
left:auto;top:auto;width:48px;height:48px;}
#sm2-container.swf_unblocked{/* SWF unblocked,or was never blocked to begin with;try to collapse container as much as possible. */
width:1px;height:1px;}
#sm2-container.swf_unblocked object,
#sm2-container.swf_unblocked embed{/* hide flash off-screen (relative to container) when it has loaded OK */
left:-9999em;top:-9999em;}
#sm2-container.swf_error{/* when there is a fatal error (flash loaded,but SM2 failed) */
display:none;}
#sm2-container.high_performance{/* "high performance" case:keep on-screen at all times */
position:absolute;position:fixed;_top:-9999px;/* IE 6 hax,no position:fixed */
_left:-9999px;bottom:0px;left:0px;/*
special case:show at first with w/h,hide when unblocked.
might be bad/annoying.
*/
width:48px;height:48px;z-index:99;/* try to stay on top */}
#sm2-container.high_performance.swf_unblocked{z-index:auto;}
#sm2-container.high_performance.swf_unblocked,
#sm2-container.high_performance.swf_unblocked object,
#sm2-container.high_performance.swf_unblocked embed{/* 8x8px is required minimum to load in fx/win32 in some cases(?),6x6+ good for fast performance,even better when on-screen via position:fixed */
width:8px;height:8px;_top:-9999px;/* IE 6 hax,no position:fixed */
_left:-9999px;bottom:0px;left:0px;}
#sm2-container.high_performance.swf_unblocked object,
#sm2-container.high_performance.swf_unblocked embed{/* high-performance case must stay on-screen */
left:auto;top:auto;}
#sm2-container.high_performance.swf_timedout{z-index:99;/* try to stay on top */}



#stacks_in_489_page7 {
	margin:  2px;
	padding:  5px;
}

.bgstretcher {
	background-color: #000000;
	overflow: hidden;
	width: 100%;
	position: fixed !important;
	margin: 0 !important;
	z-index: -1 !important;
}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#inputimages	{
	display: none;
}
#stacks_in_497_page7 .multicolumn{
  	-moz-column-count: 4; 
	-moz-column-gap: 12px; 
	-moz-column-rule: 1px solid #000000; 
	-webkit-column-count: 4; 
	-webkit-column-gap: 12px; 
	-webkit-column-rule: 1px solid #000000;

}


#stacks_in_497_page7 {
	padding:  4px;
}

