body.up {
	overflow: hidden !important;
}
#ispeech_wizard_container {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 24px;
}
.ispeech_wizard_button {
	display: inline-block;
        position:relative;
	background: url(/images/webreader/listen.png) no-repeat center center;
	width: 68px;
	height: 23px;
	vertical-align: middle;
}
.ispeech_wizard_button_download {
	display: inline-block;
        position:relative;
	background: url(/images/webreader/listenDownload.gif) no-repeat center center;
	width: 95px;
	height: 23px;
	vertical-align: middle;
}
.iSpeechHighlightWord {
background: #5C7AF2;
color: #FFFFFF;
}
.iSpeechHighlightSentence {
background: #DADFF5
}
.ispeech_wizard_button_p {
width:100%;
left:0px;
position:absolute;
top:0px;
height:100%;
}
.ispeech_wizard_button_d {
width:27px;
left:68px;
position:absolute;
top:0px;
height:23px;
}
.ispeech_wizard_button_stop {
    display: inline-block;
    position:relative;
    background: url(/images/webreader/listenPauseAnimated.gif) no-repeat center center;
    width: 68px;
    height: 23px;
    vertical-align: middle;
}
.ispeech_wizard_button_download_stop {
    display: inline-block;
    position:relative;
    background: url(/images/webreader/listenDownload.gif) no-repeat center center;
    width: 95px;
    height: 23px;
    vertical-align: middle;
}
#ispeech_wizard_count {
	display: none;
	position: absolute !important;
	width: 66px !important;
	background: #f8f8f8 !important;
	border: 1px solid #cdcdcd !important;
	text-align: center !important;
	margin-bottom: -33px !important;
	top: -200% !important;
	padding: 6px 0px !important;
}
#ispeech_wizard_count_border {
	border-color: #cdcdcd transparent transparent transparent !important;
	border-style: solid !important;
	border-width: 8px !important;
	height: 0 !important;
	width: 0 !important;
	position: absolute !important;
	bottom: -17px !important;
	left: 25px !important;
}
#ispeech_wizard_count_arrow {
	border-color: #f8f8f8 transparent transparent transparent !important;
	border-style: solid !important;
	border-width: 8px !important;
	height: 0 !important;
	width: 0 !important;
	position: absolute !important;
	bottom: -16px !important;
	left: 25px !important;
}
.ispeech_display {
	display: block !important;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}
