#style-switcher {
	background: rgb(255, 255, 255); border-radius: 0px 0px 3px; left: -180px; top: 200px; width: 180px; position: fixed; z-index: 9999; box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.2); transition-duration: 0.7s; -webkit-transition-duration: .7s;
}
#style-switcher div {
	padding: 5px 10px;
}
#style-switcher h2 {
	padding: 15px 0px 7px; text-align: center; color: rgb(34, 34, 34); text-transform: uppercase; font-size: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;
}
#style-switcher:hover {
	left: 0px;
}
#style-switcher h2 a {
	background: rgb(34, 34, 34); border-radius: 0px 3px 3px 0px; top: 0px; width: 40px; height: 40px; right: -40px; display: block; position: absolute;
}
#style-switcher h2 a i {
	left: 12px; top: 10px; color: rgb(255, 255, 255); font-size: 19px; position: absolute;
}
.colors {
	padding-left: 7px;
}
.colors {
	list-style: none; margin: 0px 0px 10px; overflow: hidden;
}
.colors li {
	float: left;
}
.colors li a {
	margin: 7px 9px; border-radius: 30px; width: 30px; height: 30px; display: block; cursor: pointer;
}
.style1 {
	background: rgb(210, 30, 43);
}
.style2 {
	background: rgb(33, 147, 241);
}
.style3 {
	background: rgb(46, 191, 126);
}
.style4 {
	background: rgb(247, 198, 5);
}
.style5 {
	background: rgb(56, 197, 167);
}
.style6 {
	background: rgb(43, 79, 189);
}
