 /* image replacement */
        .graphic, #prevBtn, #nextBtn{
        		position: relative;
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	#slider_container{		
		margin:0 auto;
		position:relative;
		text-align:left;
		width:550px;
		background:#f9f9f9;		
		margin-bottom: 12px;
		height: 160px;
		}		
/* Easy Slider */

	#slider_video{position: relative; width: 549px; height: 128px; overflow: hidden; padding: 20px 0 10px 0; left: 3px;}	
	#slider_video ul, #slider_video li{
		position: relative;
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider_video li{ 
		position: relative;
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:178px;
		height:128px;
		overflow:hidden; 
		padding: 0;
		margin: 0;
		float: left;
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-16px;
		top:50px;
		}	
	#nextBtn{ 			
		left:555px;
		}														
	#prevBtn a, #nextBtn a{
		position: relative;  
		display:block;
		width:16px;
		height:30px;
		background:url(../img/v_slide_arr_l.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../img/v_slide_arr_r.png) no-repeat 0 0;	
		}
	
	#prevBtn a:hover{
		background:url(../img/v_slide_arr_l_hover.png) no-repeat 0 0;
	}
		
	#nextBtn a:hover{
		background:url(../img/v_slide_arr_r_hover.png) no-repeat 0 0;
	}
	
	
		
/* // Easy Slider */
		
#slider_video li img.v_img{
	position: relative;	
	width: 160px;
	height: 88px;
	margin-left: 16px;
	display: block;		
}

#slider_video li .img_link{	
	position: absolute;
	left: 148px;
	top: 67px;
	height: 18px;
	width: 25px;
	background: url(../img/v_link_img.png) no-repeat top left;
	cursor: pointer;
	display: block;
}

#slider_video li .img_link:hover{
	-moz-opacity:.7;
	filter:alpha(opacity=70);
	opacity:.7;
}

#slider_video li .txt{
	position: relative;
	display: block;
	width: 160px;
	margin: 10px 0 0 16px;	
	font-size: 13px;
	line-height: 14px;
	height: 28px;
	overflow: hidden;
}							

#slider_video li .txt:hover{
	color: #4a4a4a;
}					


