
img2
{
    padding: 10px 10px 50px 10px;
	background: #eee;
	border: 1px solid #fff;
    box-shadow: 0px 2px 15px #333;
	-moz-box-shadow: 0px 2px 15px #333;
    -webkit-box-shadow: 0px 2px 15px #333;
	-0-box-shadow: 0px 2px 15px #333;
	position: relative;
	margin:25px 0 0 15px;

}
.img2_plo
{
    padding: 10px 10px 50px 10px;
	background: #eee;
	border: 1px solid #fff;
    box-shadow: 0px 2px 15px #333;
	-moz-box-shadow: 0px 2px 15px #333;
    -webkit-box-shadow: 0px 2px 15px #333;
	-o-box-shadow: 0px 2px 15px #333;
	position: relative;
	margin:25px 0 0 15px;

}
.image1
{
	position:absolute;
	opacity:0.8;
	z-index: 1;
	-moz-transform: rotate(-10deg);
	-moz-transition: all 1s ease-in-out;
	-webkit-transform: rotate(-10deg);
	-webkit-transition: all 1s ease-in-out;
	-o-transform: rotate(-10deg);
	-o-transition: all 1s ease-in-out;
	left: 500px;
	top: 300px;
}
.image1:hover{
	z-index:100;
	opacity:1;
	-moz-transform:rotate(0deg) scale(1.2);
	-webkit-transform:rotate(0deg) scale(1.2) ;
	-o-transform:rotate(0deg) scale(1.2) ;

}
.image2
{
		position:absolute;
	opacity:0.8;
	z-index: 2;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease-in-out;
	-O-transition: all 1s ease-in-out;
	left: 700px;
	top: 300px;
}
.image2:hover{
	z-index:100;
	opacity:1;
	-moz-transform:rotate(0deg) scale(1.2);
	-webkit-transform:rotate(0deg) scale(1.2) ;
	-O-transform:rotate(0deg) scale(1.2) ;

}

.image3
{
			position:absolute;
	opacity:0.8;
	z-index: 2;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease-in-out;
	-O-transition: all 1s ease-in-out;
	left: 800px;
	top: 300px;
}
.image3:hover{
	z-index:100;
	opacity:1;
-moz-transform:rotate(0deg) scale(1.2);
	-webkit-transform:rotate(0deg) scale(1.2) ;
	-o-transform:rotate(0deg) scale(1.2) ;

}
.image4
{
		position:absolute;
	opacity:0.8;
	z-index: 1;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease-in-out;
	-O-transition: all 1s ease-in-out;
	left: 500px;
	top: 425px;
}
.image4:hover{
	z-index:100;
	opacity:1;
	-moz-transform:rotate(0deg) scale(1.2);
	-webkit-transform:rotate(0deg) scale(1.2) ;
	-o-transform:rotate(0deg) scale(1.2) ;

}
.image5
{
		position:absolute;
	opacity:0.8;
	z-index: 1;
-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(5deg);
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease-in-out;
	-O-transition: all 1s ease-in-out;
	left: 600px;
	top: 425px;
}
.image5:hover{
	z-index:100;
	opacity:1;
	-moz-transform:rotate(0deg) scale(1.2);
	-webkit-transform:rotate(0deg) scale(1.2) ;
	-o-transform:rotate(0deg) scale(1.2) ;

}

.image6
{
	width:200px;
	height:150px;
		position:absolute;
	opacity:0.8;
	z-index: 1;
-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease-in-out;
	-O-transition: all 1s ease-in-out;
	left: 800px;
	top: 425px;
}
.image6:hover{
	z-index:100;
	opacity:1;
	-moz-transform:rotate(0deg) scale(1.2);
	-webkit-transform:rotate(0deg) scale(1.2) ;
	-o-transform:rotate(0deg) scale(1.2) ;

}