@charset "utf-8";
/* CSS Document */

#switcher_box_m {
	position:fixed; top:150px;
	}
	
	.switcher_box_m {
		position:relative;
		width:200px; color:#fff;
		}
		
.switcher_box_m	.themes h5 {
	padding:0; color:#fff !important; margin:0; font-size:15px;
	}
	
#switcher_btn {
	padding:10px;
	background:url(./images/switcher_pnl_img01.png) no-repeat left center;
	margin-bottom:5px;
	display:block;
	float:left; width:44px; height:60px;
	margin:15px 0 0 -4px;
	}
	
	#switcher_btn a {
		display:block; width:64px; height:60px;
		}
	
#switcher_box {
	background-color:#000;
	/* Rounder Corner */
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	font-size: 1.2em;
	width: 120px;
	margin:0 0 10px 2px;
	float:left; display:none;
	-moz-box-shadow: 0 0 6px #c8c8c8;
	-webkit-box-shadow: 0 0 6px #c8c8c8;
	box-shadow: 0 0 6px #c8c8c8;
	border:5px solid #000000;
	padding:0 0 10px 0;
	}
	
	#switcher_box .themes {
		clear:both; overflow:hidden;
		}
		
	#switcher_box .themes img {
		padding:1px; border:1px solid #c4c4c4; clear:both; margin:5px auto;
		}
		
	#switcher_box .bgs {
		clear:both; overflow:hidden;
		}
		
	#switcher_box .bgs img {
		padding:1px; border:1px solid #c4c4c4; margin:1px; float:left;
		}
		
	#switcher_box h4 {
		font-size:16px; padding:5px 0; margin:0 !important; color:#fff !important;
		}
		
#switcher_box .content {
	padding:10px;
	}
	
#switcher_box ul {
	margin:0; padding:0;
	}
	
#switcher_box ul li {
	margin:0; padding:0px 0; list-style:none;
	}