.panel-body > ul
{
	margin-bottom: 50px;
}
#tela-carousel > .left.carousel-control,
#tela-carousel > .right.carousel-control
{
	background-image: none;
}
#tela-carousel > .left.carousel-control span,
#tela-carousel > .right.carousel-control span
{
	color: red;
}
.carousel-inner img
{
	min-height: 600px;
	max-height: 600px;
}
.panel-body > h4
{
	font-weight: bold;
}
.img-scroller
{
	height: 500px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.img-scroller > .row > .col-xs-2
{
	margin-bottom: 20px;
}
.col-xs-2 > a > span > img
{
	height: 150px;
}
.col-xs-2 > a,
.col-xs-2 > a:hover,
.col-xs-2 > a:active
{
	text-decoration: none;
	color: black;
}
.col-xs-2 > a > span > span
{
	font-weight: bold;
	text-align: center;
}