.sidebar-list {
	list-style: none;
	padding: 0;
}
.sidebar-list li {
	margin: 0;
}

.sidebar-list li:hover {
	color: #555;
	background-color: #eee;
}

.sidebar-list li a {
	display: block;
	padding: 5px;
	color: #888;
	border-bottom: 1px solid #eee;
}

/* gallery */
.gallery{
    float:left;
    width:123px;
    height:123px;
    margin:3px 3px;
    padding:5px;
    font-size:11px;
    text-align:center;
    background-color:#fff;
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    overflow:hidden;
}
.gallery:hover{
    background-color:#eee;
}
.gallery a{
    height:110px;
}
.gallery-sector{
    clear:both;
    width:100%;
    height:0px;
    background-color:#000;
    overflow:hidden;
    margin-bottom:40px;
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
}
/* gallery */
