/* slider specific CSS */

        .sliderGallery {
	    background-color: #1A1A1A;
            overflow: hidden;
            position: relative;
            padding: 0px;
	    margin: 0px;
            height: 160px;
            width: 875px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 10px 0 0 0px;
            margin: 0px;
	    background-color: #1A1A1A;
        }
        
        .sliderGallery UL LI {
            display: inline;
        }
        
        .slider {
            width: 875px;
            height: 17px;
            top: 122px;
            margin-left: 0px;
            padding: 1px;
            position: relative;
	    background: url(../img/scrollbar.gif) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 16px;
            width: 191px;
            top: 1px;
            background: url(../img/grab3.gif) no-repeat;
            z-index: 100;
        }
        
        .slider span {
            color: #bbb;
            font-size: 80%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 3px;
        }
        
        .slider .slider-lbl2 {
            left: 60px;
		top: 22px;
        }
        
        .slider .slider-lbl3 {
            left: 256px;
		top: 22px;
        }

        .slider .slider-lbl4 {
            left: 440px;
		top: 22px;
        }

        .slider .slider-lbl5 {
            left: 585px;
		top: 22px;
        }

        .slider .slider-lbl6 {
            left: 755px;
		top: 22px;
        }


	#pl { 
		height:170px; 
		background:#1A1A1A; 
		border-top:1px solid #333333; 
		width:875px; 
		position:relative; 
		overflow:hidden; 
		padding:20px 0 0; 
		left:20px;
	} 

	#pl ul.entries { 
		list-style:none; 
		margin:0; 
		padding:0; 
		height:115px; 
		position:absolute;
		width: 2810px;  
	} 

	#pl ul.entries li { 
		float:left; 
		display:block; 
		height:80px; 
		margin:0px 6px; 
		padding:0; 
	} 

 
	#pl ul.entries li a:hover { 
		background-position:-140px 0; 
		color:#000; 
	} 

	#pl ul.entries li a.playing { 
		background-position:-280px 0; 
		color:#000; 
	} 

	#pl ul.entries li a.paused { 
		background-position:-420px 0; 
		color:#000; 
	} 

	#pl ul.entries li a.progress { 
		opacity:0.8; 
	} 

	#pl ul.entries em { 
		float:right; 
		margin-top:15px; 
		color:#333; 
		font-style:normal; 
	} 



