ul#navigation {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 210px;
    right: 125px;
    list-style: none;
    z-index:999999;
}
ul#navigation li {
    width: 30px;
    height:27px;
}
ul#navigation li span {
    display: inline-block;
    width: 50px;
    height:50px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;  
    background: rgba(0,0,0,0.5);
    border-left:none !important;
    cursor:pointer;
    position: absolute;
    top: -56px;	
	right: 30px;
}

ul#navigation li span i{
	position: absolute;
	color: #fff;
	font-size: 30px;
	margin-top: 11px;
	margin-left: 8px;
}

#panel {
    background: #333;
    background: rgba(0,0,0,0.5);
    height: 180px;
    width: 155px;
    position:relative;
    top:-56px;
    border-bottom-right-radius:5px;
}

#panel p {
	color: #eee;
	margin-top: -20px;
}

.style_1 {
	display: inline-block;
	height: 25px;
	width: 25px;
	background: #0f9db1;
	float: left;
	margin-left: 0px;
	margin-bottom: 11px;
}
.style_2 {
	display: inline-block;
	height: 25px;
	width: 25px;
	background: #9e0047;
	float: left;
	margin-left: 11px;
	margin-bottom: 11px;
}
.style_3 {
	display: inline-block;
	height: 25px;
	width: 25px;
	background: #616161;
	float: left;
	margin-left: 11px;
	margin-bottom: 11px;
}
.style_4 {
	display: inline-block;
	height: 25px;
	width: 25px;
	background: #ff8a00;
	float: left;
	margin-left: 11px;
	margin-bottom: 11px;
}
.colour-container {
	padding:10px 10px 0 10px;
}

.sw-width-container, .sw-style-container {
	padding: 0 10px 0 10px;
}

.sw-width-container a {
	display: inline-block;
	width: 58px; 
	height: 34px;
	font-size: 13px;
	line-height: 34px;
	text-align: center;
	background-color: #555;
	color: #eee;
}
.sw-width-container a:hover {
	color: #fff;
}

.sw-style-container a {
	display: inline-block;
	width: 58px; 
	height: 34px;
}

.sw-width-container a.premade {
	width: 135px; 
}

.sw-width-container .w1170, .sw-width-container .widemode , .sw-style-container .stylish, .sw-width-container .light {
	margin-left: 5px;
}

ul#navigation a {
	border-radius: 3px;
}

#panel h5 {
	color: #eee !important;
	margin-bottom: 15px;
	font-weight: normal;
}

#panel a:hover {
	cursor: pointer;
}