a.trigger{
	position: fixed;
	height: 32px;
	background:#60C0FA url(images/settings.png) 50% 50% no-repeat;
	text-decoration: none;
	font-size: 14px;
	font-family:'Droid Sans', Helvetica, sans-serif;
	color:#fff;
	padding:4px 12px 6px 24px;
	font-weight: bold;	
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	z-index:2000;
}

a.trigger i{
    font-size: 28px;
}

a.trigger.left {
	left: 0;
	top:100px;
	border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
a.trigger.right {
	right: 0;
	top:100px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
}
a.trigger:hover {
	background-color:#292929;
}
a.active.trigger {
	background:#292929 url(images/cancel.png) 50% 50% no-repeat;
}
.panel {
	color:#CCC;
	position: fixed;
	display: none;
	background: #FFFFFF;
	width: 157px;
	height: auto;
	z-index:1999;
}
.panel.left {
	left: 0;
	padding: 50px 10px 10px 10px;
	border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
}
.panel.right {
	top:100px;
	right: 0;
	padding: 50px 10px 10px 10px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
}

/* preview */

.preview{
	float:left;
	width:25px;
	height:25px;
	margin:5px;
	padding:1px;
}
#style_switcher_panel h4{
	margin-top:10px;
	margin-bottom:2px;
}

#color1{ background:#60C0FA; }
#color2{ background:#EF3817; }
#color3{ background:#FDCA11; }
#color4{ background:#878787; }
