.browse {
    margin: auto;
    width: 950px;
	overflow:auto;
	display:none;
}


.category > ul{
	padding : 0px;
	margin:0px;
}


.category > ul > li {
    width: 170px;
	font-size: 12px;
    background-color: #fff !important;
    list-style-type: none;
    display: block;
    text-align: center;
    margin: auto;
	margin-bottom:5px;
    padding-bottom: 5px;
    padding-top: 5px;
	vertical-align: middle;
    border: 1px solid #fff;
    position: relative;
    border-right: none;
    opacity: .3;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.category > ul > li.selected {
    opacity: 1;
	padding-right:20px;
    border: 1px solid #ddd;
    border-right: none;
    background-color: #fafafa !important;
    position: relative;
	font-weight: bold;
	cursor:pointer;
}
.category {
    width: 170px;
    float: left;
    text-align: left;
    display: block;
    padding: 0;
    position: relative;
    top: 30px;
    z-index: 9999;
}
.contents {
    background-color: #fafafa;
	float:left;
    border: 1px solid #ddd;
    min-height: 570px;
	width:650px;
	max-height: 1500px;
	overflow:auto;
    padding: 12px;
	padding-right: 35px;
    position: relative;
    -moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-left:-1px;

}
.contents > h4 {
    color: #800;
    font-size: 1.2em;
    border-bottom: 1px dotted #800;
    padding-top: 15px;
    margin-top: 0;
	text-align:center;
}
.contents >img {
	float:right;
	display:inline;
    padding-top: 0px;
    margin-top: 0;
    margin-right: 0;
}
.test_l{
	width: 200px;
	margin-left: 30px;
    padding-top: 5px;
	cursor:pointer;
	float:left;
	}
.test_l:hover, .test_r:hover{
	text-decoration: underline;
}
.test_r{
	width:200px;
    padding-top: 5px;
	float:right;
	margin-right: 30px;
	cursor: pointer;
}
.category_wrapper{
	overflow:auto;
	float:left;
	height: 450px;
	width:170px;
}

