#html_edit
{
	position:fixed;
	width:230px;
    height:90%;
	top:50%;
	transform:translate(0, -50%);
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
	overflow: hidden;
    box-shadow:0px 0px 5px 0px black;
	display:none;
    background-color:lightgrey;
}

#tools_style
{
   overflow: hidden;
   width:100%;
   height:100%;
   float:left;
   background-color:lightgrey;
   color:white;
   font-family:"Comic Sans MS", cursive, sans-serif;
   display:none;
}
#tools_style > :first-child
{
	width:100%;
	height:50px;
	text-align:center;
	background-color:dodgerblue;
	font-size:140%;
	padding-top:15px;
	font-family:"Comic Sans MS", cursive, sans-serif;
	margin-bottom:0px;
}
#tag
{
	position:relative;
	background-color:dodgerblue;
	width:100%;
	padding-left:5px;
	padding-top:7px;
	padding-bottom:9px;
	margin-top:40px;
	font-size:105%;
	cursor:pointer;
}
#tag span
{
	position:relative;
}
#tag p
{
	position:relative;
	top:-5px;
	left:195px;
	font-size:10px;
	float:left;
}
#div_image
{
	width:100%;
}
#background
{
	background-color:cornflowerblue;
	position: relative;
	width:80%;
	margin-left:10%;
	height:30px;
	margin-top:15px;
	text-align:center;
	border-radius:5px;
	cursor:pointer;
	background:radial-gradient(cornflowerblue, cornflowerblue, royalblue, royalblue);
	padding-top:3px;
}
#border_sides
{
	position: relative;
	width:100%;
	height:35px;
	margin-top:15px;
	cursor:context-menu;
}
#border_sides div
{
	width:30px;
	height:30px;
	float:left;
	margin:2px;
	margin-left:10px;	
	background-color:lightgrey;	
	border-radius:2px;
	cursor:context-menu;
	box-shadow:0px 0px 0px 0px lightgrey;
	font-family:"Comic Sans MS", cursive, sans-serif;
	font-size:85%;
}
#border_sides img
{
	width:30px;
	height:30px;
}
#border_corners
{
	position: relative;
	width:100%;
	height:35px;
	margin-top:15px;
	cursor:context-menu;
}
#border_corners div
{
	width:30px;
	height:30px;
	float:left;
	margin:2px;
	margin-left:10px;	
	background-color:lightgrey;	
	border-radius:6px;
	cursor:context-menu;
	box-shadow:0px 0px 0px 0px lightgrey;
	font-family:"Comic Sans MS", cursive, sans-serif;
	font-size:85%;
}
#border_corners img
{
	width:30px;
	height:30px;
}
#outer_inner_shadow
{
	position: relative;
	width:50%;
	height:35px;
	margin-top:15px;
	margin-left:50px;
	cursor:context-menu;
}
#outer_inner_shadow > div
{
	width:30px;
	height:30px;
	float:left;
	margin:2px;
	margin-left:20px;	
	border-radius:2px;
	cursor:context-menu;
	box-shadow:0px 0px 0px 0px lightgrey;
	font-family:"Comic Sans MS", cursive, sans-serif;
	font-size:85%;
}
#outer_shadow
{
	position:relative;
	width:16px;
	height:16px;
	border-radius:2px;
	border:2px solid black;
	background-color:white;	
	box-shadow:0px 0px 6px 4px grey;
	background-color:transparent;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
#inner_shadow
{
	position:relative;
	width:17px;
	height:17px;
	border-radius:2px;
	border:2px solid black;
	background-color:white;	
	box-shadow:inset 0px 0px 5px 3px grey;
	background-color:transparent;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
#corner_radius
{
	position:relative;
	top:7px;
	left:5px;
	height:50px;
	cursor:context-menu;
}
#radius_size
{
   position:relative;
   float:left;
   border-top-right-radius:4px;
   border-top-left-radius:4px;
   width:12px;
   height:24px;
   font-size:75%;
   font-family:"Comic Sans MS", cursive, sans-serif;
   outline:none;
   opacity:0;
}
#radius_size_div
{
	position:absolute;
   width:12px;
   height:16px;
   background-color:white;
   border-bottom:1px solid black;
   text-align:center;
   font-size:50%;
   padding-top:7px;
   font-family:"Comic Sans MS", cursive, sans
}
#radius_size_input
{
   position:relative;
   float:left;
    background-color:lavender;
   width:45px;
   height:24px;
   font-size:75%;
   border-top-right-radius:5px;
   font-family:"Comic Sans MS", cursive, sans-serif;
   border:0px solid white;
   border-bottom:1px solid black;
   outline:none;
   text-align:center;
}
#corner_radius_img
{
   position:relative;
   width:130px;
   height:40px;
    background-color:lavender;
}
#blur_rate
{
	position:relative;
	margin-top:5px;
	left:0px;
	height:50px;
	cursor:context-menu;
}
#blur
{
   position:relative;
   float:left;
   border-top-right-radius:4px;
   border-top-left-radius:4px;
   width:12px;
   height:24px;
   font-size:75%;
   font-family:"Comic Sans MS", cursive, sans-serif;
   outline:none;
   opacity:0;
}
#blur_rate_div
{
	position:absolute;
   width:12px;
   height:16px;
   background-color:white;
   border-bottom:1px solid black;
   text-align:center;
   font-size:50%;
   padding-top:7px;
   font-family:"Comic Sans MS", cursive, sans
}
#blur_rate_input
{
   position:relative;
   float:left;
    background-color:lavender;
   width:45px;
   height:24px;
   font-size:75%;
   border-top-right-radius:5px;
   font-family:"Comic Sans MS", cursive, sans-serif;
   border:0px solid white;
   border-bottom:1px solid black;
   outline:none;
   text-align:center;
}
#blur_rate_img
{
   position:relative;
   width:130px;
   height:40px;
}
#blur_rate_img > div
{
	position:relative;
	width:85px;
	height:10px;
	box-shadow:0px 0px 4px 7px grey;
	border:2px solid black;
	background-color:transparent;
	border-radius:1px;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
#spread_rate
{
	position:relative;
	margin-top:5px;
	left:0px;
	height:50px;
	cursor:context-menu;
}
#spread
{
   position:relative;
   float:left;
   border-top-right-radius:4px;
   border-top-left-radius:4px;
   width:12px;
   height:24px;
   font-size:75%;
   font-family:"Comic Sans MS", cursive, sans-serif;
   outline:none;
   opacity:0;
}
#spread_rate_div
{
	position:absolute;
   width:12px;
   height:16px;
   background-color:white;
   border-bottom:1px solid black;
   text-align:center;
   font-size:50%;
   padding-top:7px;
   font-family:"Comic Sans MS", cursive, sans
}
#spread_rate_input
{
   position:relative;
   float:left;
    background-color:lavender;
   width:45px;
   height:24px;
   font-size:75%;
   border-top-right-radius:5px;
   font-family:"Comic Sans MS", cursive, sans-serif;
   border:0px solid white;
   border-bottom:1px solid black;
   outline:none;
   text-align:center;
}
#spread_rate_img
{
   position:relative;
   width:130px;
   height:40px;
}
#spread_rate_img > div
{
	position:relative;
	width:85px;
	height:10px;
	box-shadow:0px 0px 0px 6px grey;
	border:2px solid black;
	background-color:transparent;
	border-radius:1px;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
#h_size
{
	position:relative;
	margin-top:5px;
	left:0px;
	height:50px;
	cursor:context-menu;
}
#horizontal
{
   position:relative;
   float:left;
   border-top-right-radius:4px;
   border-top-left-radius:4px;
   width:12px;
   height:24px;
   font-size:75%;
   font-family:"Comic Sans MS", cursive, sans-serif;
   outline:none;
   opacity:0;
}
#h_size_div
{
	position:absolute;
   width:12px;
   height:16px;
   background-color:white;
   border-bottom:1px solid black;
   text-align:center;
   font-size:50%;
   padding-top:7px;
   font-family:"Comic Sans MS", cursive, sans
}
#h_size_input
{
   position:relative;
   float:left;
    background-color:lavender;
   width:45px;
   height:24px;
   font-size:75%;
   border-top-right-radius:5px;
   font-family:"Comic Sans MS", cursive, sans-serif;
   border:0px solid white;
   border-bottom:1px solid black;
   outline:none;
   text-align:center;
}
#h_size_img
{
   position:relative;
   width:130px;
   height:40px;
}
#h_size_img > div
{
	position:relative;
	width:85px;
	height:10px;
	box-shadow:10px 0px 0px 6px grey;
	border:2px solid black;
	background-color:transparent;
	border-radius:1px;
	top:50%;
	left:11px;
	transform:translate(0, -50%);
}
#v_size
{
	position:relative;
	margin-top:5px;
	left:0px;
	height:50px;
	cursor:context-menu;
}
#vertical
{
   position:relative;
   float:left;
   border-top-right-radius:4px;
   border-top-left-radius:4px;
   width:12px;
   height:24px;
   font-size:75%;
   font-family:"Comic Sans MS", cursive, sans-serif;
   outline:none;
   opacity:0;
}
#v_size_div
{
	position:absolute;
   width:12px;
   height:16px;
   background-color:white;
   border-bottom:1px solid black;
   text-align:center;
   font-size:50%;
   padding-top:7px;
   font-family:"Comic Sans MS", cursive, sans
}
#v_size_input
{
   position:relative;
   float:left;
    background-color:lavender;
   width:45px;
   height:24px;
   font-size:75%;
   border-top-right-radius:5px;
   font-family:"Comic Sans MS", cursive, sans-serif;
   border:0px solid white;
   border-bottom:1px solid black;
   outline:none;
   text-align:center;
}
#v_size_img
{
   position:relative;
   width:130px;
   height:40px;
}
#v_size_img > div
{
	position:relative;
	width:85px;
	height:10px;
	box-shadow:0px 8px 0px 6px grey;
	border:2px solid black;
	background-color:transparent;
	border-radius:1px;
	top:7px;
	left:50%;
	transform:translate(-50%, 0%);
}
#border_style_size
{
	position:relative;
	top:7px;
	left:5px;
	height:25px;
	cursor:context-menu;
}
#border_style_placeholder
{
	position:relative;
	float:left;
   width:130px;
   height:23px;
   top:0px;
   left:0px;
   border-top-right-radius:5px;
   background-color:lavender;
   border-bottom:1px solid black;
   text-align:center;
   font-size:85%;
   font-family:'Times New Roman', Times, serif;
}
#border_style_placeholder div{
	height:100%;
}
#border_style_div
{
	position:relative;
	float:left;
   width:12px;
   height:16px;
   background-color:white;
   border-bottom:1px solid black;
   text-align:center;
   font-size:50%;
   padding-top:7px;
   font-family:"Comic Sans MS", cursive, sans;
}
#border_style
{
   position:absolute;
   background-color:lightskyblue;
   width:130px;
   left:300px;
   font-size:85%;
   outline:none;
   display:none;
   border:1px solid dodgerblue;
}
#border_style div
{
	position:relative;
	width:100%;
	height:20px;
	background-color:white;
}
#solid div
{
	position:relative;
	width:50%;
	height:0px;
	border-bottom:2px solid black;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
}
#dotted div
{
	position:relative;
	width:50%;
	height:0px;
	border-bottom:2px dotted black;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	background-color:transparent;
}
#dashed div
{
	position:relative;
	width:50%;
	height:0px;
	border-bottom:2px dashed black;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	background-color:transparent;
}
#double div
{
	position:relative;
	width:50%;
	height:0px;
	border-bottom:4px double black;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	background-color:transparent;
}
#groove div
{
	position:relative;
	width:50%;
	height:1px;
	border:4px groove grey;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	background-color:transparent;
}
#ridge div
{
	position:relative;
	width:50%;
	height:1px;
	border:4px ridge grey;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	background-color:transparent;
}
#inset div
{
	position:relative;
	width:50%;
	height:1px;
	border:4px inset grey;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	background-color:transparent;
}
#outset div
{
	position:relative;
	width:50%;
	height:1px;
	border:4px outset grey;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	background-color:transparent;
}
#border_size
{
   position:relative;
   float:left;
   border-top-right-radius:4px;
   border-top-left-radius:4px;
   width:12px;
   height:24px;
   font-size:75%;
   font-family:"Comic Sans MS", cursive, sans-serif;
   outline:none;
   opacity:0;
}
#border_size_div
{
	position:absolute;
   width:12px;
   height:16px;
   background-color:white;
   border-bottom:1px solid black;
   text-align:center;
   font-size:50%;
   padding-top:7px;
   font-family:"Comic Sans MS", cursive, sans
}
#border_size_input
{
   position:relative;
   float:left;
    background-color:lavender;
   width:32px;
   height:24px;
   font-size:75%;
   border-top-right-radius:5px;
   font-family:"Comic Sans MS", cursive, sans-serif;
   border:0px solid white;
   border-bottom:1px solid black;
   outline:none;
   text-align:center;
}
#text_shadow_blur_style
{
	position:relative;
	margin-top:10px;
	margin-left:-3px;
}
#text_blur_img
{
   position:relative;
   width:25px;
   height:30px;
}
#text_blur_img p
{
   position:relative;
	top:50%;
	transform:translate(0%, -50%);
	text-align:center;
   font-size:110%;
   text-shadow:0px 0px 0px red;
   font-family:"Comic Sans MS", cursive, sans-serif;
   cursor:context-menu;
}
#text_blur
{
   position:relative;
   float:left;
   border-top-right-radius:4px;
   border-top-left-radius:4px;
   width:12px;
   height:24px;
   font-size:75%;
   font-family:"Comic Sans MS", cursive, sans-serif;
   outline:none;
   opacity:0;
}
#text_blur_div
{
	position:absolute;
   width:12px;
   height:16px;
   background-color:white;
   border-bottom:1px solid black;
   text-align:center;
   font-size:50%;
   padding-top:7px;
   font-family:"Comic Sans MS", cursive, sans
}
#text_blur_input
{
   position:relative;
   float:left;
    background-color:lavender;
   width:32px;
   height:24px;
   font-size:75%;
   border-top-right-radius:5px;
   font-family:"Comic Sans MS", cursive, sans-serif;
   border:0px solid white;
   border-bottom:1px solid black;
   outline:none;
   text-align:center;
}
#text_blur_h_img
{
   position:relative;
   width:25px;
   height:30px;
}
#text_blur_h_img p
{
   position:relative;
	top:50%;
	transform:translate(0%, -50%);
	text-align:center;
   font-size:110%;
   text-shadow:0px 0px 0px red;
   font-family:"Comic Sans MS", cursive, sans-serif;
   cursor:context-menu;
}
#text_blur_h
{
   position:relative;
   float:left;
   border-top-right-radius:4px;
   border-top-left-radius:4px;
   width:12px;
   height:24px;
   font-size:75%;
   font-family:"Comic Sans MS", cursive, sans-serif;
   outline:none;
   opacity:0;
}
#text_blur_h_div
{
	position:absolute;
   width:12px;
   height:16px;
   background-color:white;
   border-bottom:1px solid black;
   text-align:center;
   font-size:50%;
   padding-top:7px;
   font-family:"Comic Sans MS", cursive, sans
}
#text_blur_h_input
{
   position:relative;
   float:left;
    background-color:lavender;
   width:32px;
   height:24px;
   font-size:75%;
   border-top-right-radius:5px;
   font-family:"Comic Sans MS", cursive, sans-serif;
   border:0px solid white;
   border-bottom:1px solid black;
   outline:none;
   text-align:center;
}
#text_blur_v_img
{
   position:relative;
   width:25px;
   height:25px;
}
#text_blur_v_img p
{
   position:relative;
	top:50%;
	transform:translate(0%, -50%);
	text-align:center;
   font-size:110%;
   text-shadow:0px 0px 0px red;
   font-family:"Comic Sans MS", cursive, sans-serif;
   cursor:context-menu;
}
#text_blur_v
{
   position:relative;
   float:left;
   border-top-right-radius:4px;
   border-top-left-radius:4px;
   width:12px;
   height:24px;
   font-size:75%;
   font-family:"Comic Sans MS", cursive, sans-serif;
   outline:none;
   opacity:0;
}
#text_blur_v_div
{
	position:absolute;
   width:12px;
   height:16px;
   background-color:white;
   border-bottom:1px solid black;
   text-align:center;
   font-size:50%;
   padding-top:7px;
   font-family:"Comic Sans MS", cursive, sans
}
#text_blur_v_input
{
   position:relative;
   float:left;
    background-color:lavender;
   width:32px;
   height:24px;
   font-size:75%;
   border-top-right-radius:5px;
   font-family:"Comic Sans MS", cursive, sans-serif;
   border:0px solid white;
   border-bottom:1px solid black;
   outline:none;
   text-align:center;
}
#tab_animation_select
{
	background-color:cornflowerblue;
	position: relative;
	width:80%;
	margin-left:10%;
	height:30px;
	margin-top:15px;
	text-align:center;
	border-radius:5px;
	cursor:pointer;
	background:radial-gradient(cornflowerblue, cornflowerblue, royalblue, royalblue);
	padding-top:3px;
}
#remove_background_image
{
	position:relative;
	width:31px;
	height:30px;
	left:10px;
	margin-top:10px;
	overflow:hidden;
	background-color:red;
	border-radius:20px;
	cursor:context-menu;
}
#remove_background_image img
{
	position:relative;
	float:left;
	width:22px;
	height:22px;
	top:3px;
	left:5px;
	cursor:pointer;
}
#remove_background_image p
{
	position:relative;
	float:left;
	top:-13px;
	left:15px;
	width:60px;
   font-family:"Comic Sans MS", cursive, sans-serif;
}
#remove_background_color
{
	position:relative;
	width:31px;
	height:30px;
	margin-top:10px;
	left:10px;
	overflow:hidden;
	background-color:red;
	border-radius:20px;
	cursor:context-menu;
}
#remove_background_color img
{
	position:relative;
	float:left;
	width:22px;
	height:22px;
	top:3px;
	left:5px;
	cursor:pointer;
}
#remove_background_color p
{
	position:relative;
	float:left;
	top:-13px;
	left:15px;
	width:60px;
   font-family:"Comic Sans MS", cursive, sans-serif;
}
#remove_border
{
	position:relative;
	width:31px;
	height:30px;
	margin-top:10px;
	left:10px;
	overflow:hidden;
	background-color:red;
	border-radius:20px;
	cursor:context-menu;
}
#remove_border img
{
	position:relative;
	float:left;
	width:22px;
	height:22px;
	top:3px;
	left:5px;
	cursor:pointer;
}
#remove_border p
{
	position:relative;
	float:left;
	top:-13px;
	left:15px;
	width:60px;
   font-family:"Comic Sans MS", cursive, sans-serif;
}
#remove_corner
{
	position:relative;
	width:31px;
	height:30px;
	margin-top:10px;
	margin-left:10px;
	overflow:hidden;
	background-color:red;
	border-radius:20px;
	cursor:context-menu;
}
#remove_corner img
{
	position:relative;
	float:left;
	width:22px;
	height:22px;
	top:3px;
	left:5px;
	cursor:pointer;
}
#remove_corner p
{
	position:relative;
	float:left;
	top:-13px;
	left:15px;
	width:60px;
   font-family:"Comic Sans MS", cursive, sans-serif;
}
#remove_background_shadow
{
	position:relative;
	width:31px;
	height:30px;
	margin-top:10px;
	left:10px;
	margin-bottom:20px;
	overflow:hidden;
	background-color:red;
	border-radius:20px;
	cursor:context-menu;
}
#remove_background_shadow img
{
	position:relative;
	float:left;
	width:22px;
	height:22px;
	top:3px;
	left:5px;
	cursor:pointer;
}
#remove_background_shadow p
{
	position:relative;
	float:left;
	top:-13px;
	left:15px;
	width:60px;
   font-family:"Comic Sans MS", cursive, sans-serif;
}
#remove_animation
{
	position:relative;
	width:31px;
	height:30px;
	margin-top:10px;
	left:10px;
	margin-bottom:20px;
	overflow:hidden;
	background-color:red;
	border-radius:20px;
	cursor:context-menu;
}
#remove_animation img
{
	position:relative;
	float:left;
	width:22px;
	height:22px;
	top:3px;
	left:5px;
	cursor:pointer;
}
#remove_animation p
{
	position:relative;
	float:left;
	top:-13px;
	left:15px;
	width:60px;
   font-family:"Comic Sans MS", cursive, sans-serif;
}


#tools
{
   overflow: hidden;
   width:100%;
   height:100%;
   float:left;
   background-color:lightgrey;
   
}
#tools img
{ 
	position: relative;
	width:190px;
	height:140px;
    margin-left:15px;
    margin-top:15px;
	border-radius:8px;
	cursor:pointer;
	background-color:lavender;
	transition:box-shadow 0.3s;
}
#tools img:last-child
{
	margin-bottom:15px;
}

#select_background
{
	position:fixed;
	height:90%;
	width:180px;
	background-color:lightgrey;
	top:50%;
	transform:translate(0, -50%);
    box-shadow:0px 0px 5px 0px black;
    border-bottom-left-radius: 13px;
	border-top:5px solid white;
	border-left:5px solid white;
	border-bottom:5px solid white;
	right:0px;
	overflow:hidden;
	display:none;
}
#select_background_image
{
   overflow: hidden;
   width:100%;
   height:100%;
   float:left;
   background-color:lightgrey;
}
#select_tab_animations
{
   overflow: hidden;
   width:100%;
   height:100%;
   float:left;
   background-color:lightgrey;
   display:none;
}
#select_background_close
{
	position:absolute;
	height:20px;
	width:20px;
	left:0px;
	top:0px;
	background-color:red;
	text-align:center;
	font-size:85%;
	cursor:context-menu;
	background:radial-gradient(red, red, #c40233, darkred);
}
#select_background img
{
	width:156px;
	margin-left:16px;
	border:2px solid white;
	margin-top:5px;
	height:100px;
	transition:box-shadow 0.3s;
	background-color:lightgrey;
}
#select_background img:last-child
{
	margin-bottom:8px;
}
#scrollBar_select_background
{  
	width:8px;
    height:37px;	
	border-radius:5px;
	transition: opacity 0.3s linear;
	background-color: black;
	position: absolute; 
    top:27px;
	left:2px;
	opacity: 0.9;
	cursor:pointer;
}
#scroller_select_background
{  
	width:8px;
	border:2px solid grey;
	border-radius:5px;
	transition: opacity 0.3s linear;
	background-color: grey;
	position: absolute; 
	top:50%;
	transform:translate(0, -50%);
	height: 85%; 
	opacity: 0.5;
}


#scrollBar
{  
	width:8px;
    height:37px;	
	border-radius:5px;
	transition: opacity 0.3s linear;
	background-color: black;
	position: absolute; 
    top:18px;
	left: 220px;
	opacity: 0.9;
	cursor:pointer;
}
#scroller
{  
	width:8px;
	border:2px solid grey;
	border-radius:5px;
	transition: opacity 0.3s linear;
	background-color: grey;
	position: absolute; 
	top:50%;
	transform:translate(0, -50%);
	left: 218px;
	height: 94%; 
	opacity: 0.5;
}

#hide_tools_div
{
	position:fixed;
	left:230px;
	top:45%;
	background-color:dodgerblue;
	width:20px;
	height:70px;
    box-shadow:2px 0px 5px 0px black;
	cursor:pointer;
	display:none;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
	background:radial-gradient(dodgerblue, dodgerblue, royalblue, royalblue);
}
#hide_tools_div p
{
	position:relative;
    left:4px;
	top:-30%;
	font-size:210%;
}

#home_tools_div
{
	position:fixed;
	left:230px;
	top:10%;
	background-color:dodgerblue;
	width:20px;
	height:70px;
    box-shadow:2px 0px 5px 0px black;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	background:radial-gradient(dodgerblue, dodgerblue, royalblue, royalblue);
	cursor:pointer;
	display:none;
}
#home_tools_div img{
  position:absolute;
  width:85%;
  height:22%;
	top:40%;
  left:1px;
  cursor:pointer;
}