._L_Slider {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	overflow:hidden;
}
._L_Slider_sl	{
	transition: all 750ms ease-out;
    white-space:nowrap;
	left:0px;
}
._L_Slider_slx {
	display:inline-table;
	margin-right:5px;
	background: url("0.png") no-repeat scroll center center white;
}
._L_Slider_r1	{
	display:table-row;
	height:100%;
}

._L_Slider_r2	{
	display:table-row;
	--display:none;
	color:#ffffff;
	background-color:rgba(0, 0, 0, 0.75);
	height:0px;
	font-size:18px;
	font-weight:normal;
}
._L_Slider_c2	{
	overflow:hidden;
	white-space:nowrap;
	padding:0px 20px 5px 20px;
}

._L_Slider_r3	{
	display:table-row;
	--display:none;
	color:#ffffff;
	background-color:rgba(0, 0, 0, 0.50);
	height:15px;
}
._L_Slider_c3	{
	transition: all 750ms ease-out;
	overflow:hidden;
	padding:0px 20px;
	height:0px;
}
a:hover ._L_Slider_c3	{
	height:100px;
}

._L_Slider_pnl	{
	--display:none;
	position:absolute;
	bottom:20px;
	right:40px;
}
._L_Slider_btn	{
	transition: all 750ms ease-out;
	display:inline-block;
	white-space:nowrap;
	background-color:#fff;
	border-radius:7px;
	border:2px solid #fff;
	box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.50);
	width:10px;
	height:10px;
	cursor:pointer;
	margin-left:5px;
}
._L_Slider_btn.sel	{
	background-color:#f8a315;
}
