﻿/* scroll */
    
            .jScrollPaneContainer
            {
                height:200px !important; width:350px !important; margin-left:auto !important; margin-right:auto !important; text-align:left !important; margin-bottom:20px !important;    
            }
            .jScrollPaneTrack {
                background: url(/system_images/scroll-no-tops.png) repeat-y !important;
                width:10px;
                height:192px !important;
            }
            .jScrollPaneDrag {
                background: url(/system_images/scroll-pane-drag-middle.png) no-repeat 0 40% !important;
                width:10px;
            }
            .jScrollPaneDragTop {
                background: url(/system_images/scroll-pane-drag-top.png) no-repeat !important;
                width:10px;
                height:5px;
            }
            .jScrollPaneDragBottom {
                background: url(/system_images/scroll-pane-drag-bottom.png) no-repeat !important;
                width:10px;
                height:5px;
                
            }
            a.jScrollArrowUp {
                height: 4px !important;
                width:10px !important;
                background: url(/system_images/scroll-arrow-top.png) no-repeat;
            }
            a.jScrollArrowUp:hover {
                
            }
            a.jScrollArrowDown {
                height: 4px !important;
                width:10px !important;
                background: url(/system_images/scroll-arrow-bottom.png) no-repeat;
            }
            a.jScrollArrowDown:hover {
                
            }
            a.jScrollActiveArrowButton, .content  a.jScrollActiveArrowButton:hover {
                
            }
.flash-player-container .header-player{margin-bottom:10px;}
.flash-player-container .header-player .artist{font-weight:bold;}
.flash-player-container .header-player .song{}
.flash-player-container .player{height:18px; width:318px; margin-bottom:10px;}