@charset "UTF-8";
/* CSS Document */

#theDiv {
    display: none;
}

/****** fadeout ******/
.fadeout{
	 border:0px solid red;
	  width:100%;
}

div.fadeout div.overlay
{
    display:none;
	 float:right; 
}

​div.fadeout:hover div.overlay
{
 display:block;  
}​
/********end show/hide********/


/* class for resizable image */
.resizable{
	max-width: 100%;
	height: auto;
}