.component-sidebar {
	background-color: #E6E6E6;
}

.component-sidebar.sidebar-text {
	overflow-y: auto;
}

/**
 * Fotos
 */
.component-sidebar.sidebar-photos {
	position: relative;
}

.component-sidebar .sidebar-photos-inner {
	margin: 20px 0;
	height: 460px;
	float: left;
	position: relative;
	overflow: hidden;
}

.sidebar-photos .scroll-up, .sidebar-photos .scroll-down {
	text-align: center;
	background-color: #CCC;
	color: #fff;
	height: 20px;
	line-height: 20px;
	position: absolute;
	left: 0;
	right: 0;
	cursor: pointer;
}

.sidebar-photos .scroll-down {
	bottom: 0;
}

.sidebar-photos .scroll-up {
	top: 0;
}

.sidebar-photos a {
	border: 1px solid #E6E6E6;
	width: 180px;
	margin: 8px;
	float: left;
	overflow: hidden;
}

.sidebar-photos a:hover {
	border: 1px solid #000;
}

.sidebar-photos a img {
	max-width: 180px;
	max-height: 180px;
	vertical-align: middle;
}

