#placeholder { width:300px; margin:30px auto; }
pre { margin:0; padding:5px 0; border-top:1px solid #e0eaf6; border-bottom:1px solid #e0eaf6; text-align:left;
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
pre code { font:16px "Monospaced", monospace; display: block; margin:0; padding:0; line-height:100%; }

.justify { text-align:justify; }

/* --------------- PIMP3 -------------- */
#player { position:relative; z-index:1; width:300px; height:40px; background:#b9b0a1; border:1px solid #4e7bb4; font-family:Arial, Helvetica, sans-serif; font-size:10px; text-transform: uppercase; }

#sound_selected { position:absolute; top:10px; left:10px; width:190px; line-height:20px; height:20px; background:url(select_arrow.gif) no-repeat 170px center; display:block; border:1px solid #5c90d2; }
#sound_track { position:absolute; z-index:2; top:30px; left:10px; background:#FFFFFF; border-width:1px 1px 0 1px; border-style:solid; border-color:#5c90d2; }
#sound_track a { display:block; width:190px; line-height:20px; height:20px; border-bottom:1px solid #5c90d2; }
#sound_track a:hover { position:relative;}

#play_button, #stop_button { position:absolute; right:0; width:85px; height:20px; line-height:20px; display:block; background-repeat:no-repeat; background-position:70px center; }
#play_button { top:0; z-index:2; border-left:1px solid #5c90d2; border-bottom:1px solid #5c90d2; background-image:url(play_button.gif);text-align:center;}
#stop_button { top:20px; z-index:1; background-image:url(stop_button.gif); border-left:1px solid #5c90d2;text-align:center; }

#player a:link, #player a:visited { background-color:403d38; color:#cc5c08; text-decoration:none; }
#player a:hover, #player a:focus, #player a:active { background-color:#403d38; color:#cc5c08; } 


#sound_status { position:absolute; z-index:3; left:215px; top:0px; width:16px; height:40px; background:#bfd3ed url(sound_status.gif) no-repeat center; border-width:0 1px 0 0px; border-style:solid; border-color:#5c90d2;}

.scroll-track{
 height:540px;
 width:10px;
 background:none;
}

.scroll-handle{
 border: 1px solid black;
 height:10px;
 width:10px;
 background:white;
 cursor:pointer;
margin-left: 10px;
}

#scroll-innerBox-1 {
width: 392px !important;
}

.scroll-track-top {
	background-image: url('../img/nyilfel.png');
	background-repeat: no-repeat;
	background-position: top;
	width: 30px;
	height: 50px;
}

.scroll-track-bot {
	background-image: url('../img/nyille.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 30px;
	height: 50px;
}