
.item_slider{
	width:100%;
	height:290px;
	position:relative;
	
	direction:rtl !important;
}
.item_slider .head{
	position:absolute;
	right:10px;
	top:0px;
	
	font-size:30px;
}
.item_slider .prev, .item_slider .next{
	width:40px;
	height:40px;
	position:absolute;
	left:0;
	top:5px;
	cursor:pointer;
	z-index:0;
	opacity:0.5;
	z-index:1000;
	
	background-image:url(../../images/default/icon/arrow_left.png);
	background-repeat:no-repeat;
	background-position:center;
	
	transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}
.item_slider .prev{
	left:45px;
	
	background-image:url(../../images/default/icon/arrow_right.png);
	
	background-image:;
}
.item_slider .prev:hover{
	opacity:1;
}
.item_slider .next:hover{
	opacity:1;
}
.item_slider .master_container{
	height:100%;
	overflow:hidden;
}
.item_slider .item_container{
	min-width:100%;
	height:235px;
	position:static;
	display:block;
	margin-top:0px;
}
.item_slider .item_container>.item{
	width:33.333%;
	height:100%;
	float:right;
	padding:2px 10px;
	position:relative;
	
	line-height:100%;
	
	color:inherit;
	text-align:center;
}
.item_slider .item_container>.item>.pic{
	width:100%;
	height:180px;
	position:relative;
	
	background-color:#000;
}
.item_slider .item_container>.item>.pic .image{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	
	background-color:#993;
}
.item_slider .item_container>.item>.pic .shell{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
	
	text-align:center;
	
	background-color:rgba(255,0,0,0.3);
}
.item_slider .item_container>.item>.pic .shell>.tool{
	width:80px;
	height:80px;
	display:inline-block;
	vertical-align:top;
	margin-top:45px;
	
	background-color:#;
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center;
}
.item_slider .item_container>.item>.pic .shell>.tool.play{
	background-image:url(../../images/default/icon/play.png);
}
.item_slider .item_container>.item>.pic .shell>.tool.view{
	background-image:url(../../images/default/icon/eye.png);
}
.item_slider .item_container>.item>.pic:hover .shell{
	opacity:1;
}
.item_slider .item_container>.item>.titles{
	width:100%;
	height:50px;
	padding-top:10px;
	
	text-align:center;
}

.item_slider .item_container>.item>.titles p{
	line-height:35px;
}

