/*  Scroll */
.scrollbar
{
	margin-left: 30px;
	float: left;
	height: 500px;
	width: 550px;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}
.force-overflow
{
	min-height: 450px;
}
#style-8::-webkit-scrollbar-track
{
	
	background-color: #DCDCDC;
}

#style-8::-webkit-scrollbar
{
	width: 10px;
	background-color: #DCDCDC;
}

#style-8::-webkit-scrollbar-thumb
{
	background-color: #C0C0C0;	
}

/* fim scroll */

/* Lista */
ul {
  list-style-type: none;
  
}



li img {
  float: left;
  margin: 0 15px 0 0;
}

li {
  padding: 10px;
  overflow: auto;
}

/* fim lista */
