@CHARSET "UTF-8";

/* generic speakerbar styles */

/* --------------- */
.wpSpeakerTooltip {
	display:none;
	left:50%;
	overflow:visible;
	position:absolute;
	top:50%;
	z-index:2000;
}

/* --------------- */
.wpSpeakersBar {
	position: relative
}
.wpSpeakersBarContainer {
	overflow: hidden;
	position: relative;
	margin: 0 10px;	
	height: 68px;
}
.wpSpeakersBarInner {
	height: 68px;
	position: absolute;
	left: 0;
	top: 0;
}
.wpSpeakersBarButton {
	height: 100%;
	width: 10px;
	position: absolute;
	top: 0;
	cursor: pointer;
}
.wpSpeakersBarButton-hover {
}
.wpSpeakersBarButton-disabled {
	cursor: default;
}
.leftButton {
	left: 0;
}
.rightButton {
	right: 0;
}

/* ----------------- */
.wpSpeaker {
	float: left;
	padding: 1px;
	width: 64px;
	height: 64px;
}
.wpSpeaker img {
	border: none;
	position: relative;
}
.wpSpeaker a {
	text-decoration: none;
	display: block;
	outline: none;
}



/* specific speakerbar styles */

#speakersBar {
	width: 746px;
	margin: auto;
	height: 68px;
}

.wpSpeakersBarButton {
	top: 1px;
	height: 64px;
}
.leftButton {
	background-image: url(buttons-left.gif);
	background-position: 0 0;
}
.rightButton {
	background-image: url(buttons-right.gif);
	background-position: 0 0;
}
.wpSpeakersBarButton-hover {
	background-position: 0 -64px;
}
.wpSpeakersBarButton-disabled {
	background-position: 0 -128px;
}
.wpSpeakerTooltip {
	background: #000000;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.8);
	-wbkit-box-shadow: 0 1px 5px rgba(0,0,0,0.8);
	box-shadow: 0 1px 5px rgba(0,0,0,0.8);
	font-family: sans-serif;
	font-size: 12px;
	padding: 2px 5px;
}
