.panel_trigger {
	position: absolute;
	top: 147px;
	left: -3px;
	background: #0E0E0E;
	border:1px solid #000000;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	height: auto;
	width:30px;
	padding-top:10px;
	padding-left:10px;
	z-index:99999;
}
#style-switcher {
	list-style:none;
	float:right;
}
#style-switcher span {
	display:none;
}
#style-switcher li, #style-switcher a {
	height:15px;
	width:15px;
	cursor:pointer;
	list-style:none;
	float:left;
	margin-right:8px;
	margin-bottom:8px;
}
#style-switcher li {
	border:#111111 solid 1px;
}
#orange {background:url("../img/orange.jpg") no-repeat}
#green {background:url("../img/green.jpg") no-repeat}
#blue {background:url("../img/blue.jpg") no-repeat; width:15px; float:left;}
#pink {background:url("../img/pink.jpg") no-repeat}
#purple {background:url("../img/purple.jpg") no-repeat}
#red {background:url("../img/red.jpg") no-repeat}
#grey {background:url("../img/grey.jpg") no-repeat}
#yellow {background:url("../img/yellow.jpg") no-repeat}
#beige {background:url("../img/beige.jpg") no-repeat}
