html, body {

/*
    background-image: url("../img/longBG.png"); 
    background-size: 100%;
    background-repeat: no-repeat;
*/
    overflow: hidden;
} 
  
#resizeDiv {
	position: absolute;
	left: 0;
    margin: 0px;
    width: 100px;
    height: 100px;
    background-image: url(../img/content3.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
	-webkit-box-shadow: -2px -2px 19px 6px rgba(0,0,0,0.25);
	-moz-box-shadow: -2px -2px 19px 6px rgba(0,0,0,0.25);
	box-shadow: -2px -2px 19px 6px rgba(0,0,0,0.25);
	
}

#handle {
	width: 141%;
	height: 141%;
	background: #b7b7b7;
	background: -moz-linear-gradient(left, #b7b7b7 0%, #eeeeee 2%, #ffffff 19%);
	background: -webkit-linear-gradient(left, #b7b7b7 0%,#eeeeee 2%,#ffffff 19%);
	background: linear-gradient(to right, #b7b7b7 0%,#eeeeee 2%,#ffffff 19%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#ffffff',GradientType=1 );
	transform: rotate(315deg);
	position: absolute;
	left: 28.7%!important;
	bottom: 28.7%!important;
	margin-left: 2px!important;
	margin-bottom: 2px!important;
	top: auto;
        -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.next > #handle {
	left: 200%!important;
	bottom: 200%!important;
	-webkit-transition: all 500ms linear 300ms;
	-moz-transition: all 500ms linear 300ms;
	-o-transition: all 500ms linear 300ms;
	transition: all 500ms linear 300ms;
}

.next{
    -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
    top: auto!important;
    bottom: 0px!important;

}

.container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#closeCross
{
    position: absolute;
    z-index: 100;
    width: 25px;
    top: 25px;
    right: 37.5px;
    background-color:rgba(0,0,0,0.4);
}


#closeCross:hover
{
   cursor: pointer; 
   background-color:rgba(0,0,0,0.6);
}


#contentDiv
{
    position: absolute;
    left: 0px;

    width: 2400px;
    height: 2400px;
    background-size: 100% 100%;
    background-image: url(../img/content3.jpg);
}



