body {
	background-color: #000;
}


#bg_picker {
	background: url(../img/transbg.png) repeat;
	padding: 10px 13px 10px 13px;
	width: 250px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

.lightb {
	width: 200px !important;
}



#bg_picker h4 {
	text-align: center;
	margin-bottom: 20px;
	
	/*clear:both;*/
}

.close {
	float: right;
	color: #929292;
}

ul.bgs {
	margin: 0 auto;
	list-style: none;
	font-size: 10px;
}

.bgs li {
	float: left;
	margin-right: 7px;
	margin-left: 7px;
	text-align: center;
}


.bgs a {
	display: block;
	border: 1px solid #666;
	width: 34px;
	height: 34px;
}

#clear {
	clear: both;
}

.bgs a:hover {
	border: 1px solid #cdcdcd;
}

.lightb h4 {
	color: #fff;
}

.brc {
	height: 5px;
}

.show {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: url(../img/transbg.png) repeat;
	padding: 5px;
	width: 50px;
}

.show a {
	color: #929292
}