.pull-item {
	position:fixed;
	z-index:20000;
	transition: all 0.7s ease 0s;
   -webkit-transition: all 0.7s ease 0s;
   -ms-transition: all 0.7s ease 0s;
   -moz-transition: all 0.7s ease 0s;
   -o-transition: all 0.7s ease 0s;
}
.pull-item:hover {
	z-index:20100;
}
.pull-item.left .pull_butoon {
	position:absolute;
	top:0px;
	right:-50px;
	background-color:#f5f5f5;
	border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
	overflow:hidden;
}
.pull-item.right .pull_butoon {
	position:absolute;
	top:0px;
	left:-50px;
	background-color:#f5f5f5;
	border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
	overflow:hidden;
}
.pull-item.left .top-level-pull-out {
	padding:12px;
	float:left;
	background-color:#f5f5f5;
	border-radius: 0px 0px 3px 0px;
	-moz-border-radius: 0px 0px 3px 0px;
	-webkit-border-radius: 0px 0px 3px 0px;
}
.pull-item.right .top-level-pull-out {
	padding:12px;
	float:right;
	background-color:#f5f5f5;
	border-radius: 0px 0px 0px 3px;
	-moz-border-radius: 0px 0px 0px 3px;
	-webkit-border-radius: 0px 0px 0px 3px;
}
.pull-inner {
	background-color:#ffffff;
	overflow:hidden;
}
.pull-inner p {
	margin:0;
}
.pull-inner img {
	margin:0;
	max-width:100%;
}
.pull-item.left:hover {
	left:0px !important;
}
.pull-item.right:hover {
	right:0px !important;
}