#changesytles {
	width: 350px;
	height: 50px;
	position: absolute;
	top: 150px;
	left: -300px;
	background-color: #000 ;
	z-index: 10000;
	font-family: 'Arial';
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;

}

#buttoncontainer {
	width: 350px;
	height: 50px;
}

#style1square {
	width: 50px;
	height: 50px;
	background-color: #3C9600;
	cursor: pointer;
	display: inline;
	float: left;
	-moz-transition: all .2s ease-in-out 0s;
	-webkit-transition: all .2s ease-in-out 0s;
	opacity: .7;
}

#style1square:hover {
	opacity: 1;
}

#style2square {
	width: 50px;
	height: 50px;
	background-color: #00A5F0;
	display: inline;
	float: left;
	cursor: pointer;
	-moz-transition: all .2s ease-in-out 0s;
	-webkit-transition: all .2s ease-in-out 0s;
	opacity: .7;
}

#style2square:hover {
	opacity: 1;
}

#style3square {
	width: 50px;
	height: 50px;
	background-color: #EA7C10;
	display: inline;
	float: left;
	cursor: pointer;
	-moz-transition: all .2s ease-in-out 0s;
	-webkit-transition: all .2s ease-in-out 0s;
	opacity: .7;
}

#style3square:hover {
	opacity: 1;
}

#style4square {
	width: 50px;
	height: 50px;
	background-color: #EAAC10;
	display: inline;
	float: left;
	cursor: pointer;
	-moz-transition: all .2s ease-in-out 0s;
	-webkit-transition: all .2s ease-in-out 0s;
	opacity: .7;
}

#style4square:hover {
	opacity: 1;
}

#style5square {
	width: 50px;
	height: 50px;
	background-color: #EA10DD;
	display: inline;
	float: left;
	cursor: pointer;
	-moz-transition: all .2s ease-in-out 0s;
	-webkit-transition: all .2s ease-in-out 0s;
	opacity: .7;
}

#style5square:hover {
	opacity: 1;
}

#style6square {
	width: 50px;
	height: 50px;
	background-color: #ff0066;
	display: inline;
	float: left;
	cursor: pointer;
	-moz-transition: all .2s ease-in-out 0s;
	-webkit-transition: all .2s ease-in-out 0s;
	opacity: .7;
}

#style6square:hover {
	opacity: 1;
}

plussquarecontainer {
	width: 50px;
	height: 50px; 
	display: inline;
	float: left;
	cursor: pointer;
}

#plussquare {
	width: 32px;
	height: 32px;
	background: #000 url(../img/wrench2.png) no-repeat; 
	display: inline;
	margin-top: 9px;
	margin-left: 9px;
	float: left;
	cursor: pointer;
	-moz-transition: all .2s ease-in-out 0s;
	-webkit-transition: all .2s ease-in-out 0s;
}

#plussquare:hover {
transform:rotate(180deg);
-ms-transform:rotate(180deg); /* IE 9 */
-moz-transform:rotate(180deg); /* Firefox */
-webkit-transform:rotate(180deg); /* Safari and Chrome */
-o-transform:rotate(180deg); /* Opera */

}
