.cpGallery {
	border-left: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
}

.cpGallery .sidebar{
    clear:both;
    overflow:hidden;
}

.cpGallery .sidebar .items {
    background: #eee;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    height: 392px;
    width: 200px;
    float: left;
    padding: 8px 0 0 20px;
}

.cpGallery .sidebar .items a {
    display: block;
    margin: 5px 10px 0 0;
    width:185px;
    color:#0A3972;
    text-decoration: none;
    line-height: 18px;
}

.cpGallery .sidebar .items a.active {
    font-weight:bold;
}

.cpGallery .sidebar a.expand {
    display:block;
    float:left;
}

.cpGallery .sidebar a.expand img {
    display:block;
    border:0;
}

