@charset "iso-8859-1";
/* CSS Document */
.container 
{
  width:100%;
}

.players_carr
{
	margin-top:105px;
	border-top:dotted 1px #C5C5C5;
	padding-top:15px;
}

.img-wrapper
{
	width:100%;
	display:table;
	height:400px;	
}

.slideshow 
{
  width:100%;
  overflow: hidden;
  padding:0;
  margin-bottom: 20px;
  height:470px;
}

.slides 
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.slide 
{
  float: left;
  /*width: 360px;*/
  height: 300px;
  padding:3px;
}
/*
.prev,
.next {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 2px 8px;
  margin-bottom: 5px;
  text-decoration: none;
  border:none;
  background-color:#CE4BB1;
  color:#FFFFFF !important;
  height:30px;
  width:28px;
  line-height:28px;
  border-radius:4px;
  font-weight:bold;
}
.prev:hover,
.next:hover {
	background-color:#AF3C95;
}

*/

/* alterado */

.prev{
  position: relative;
  float:left;
  z-index: 10;
  display: inline-block;
  padding: 2px 8px;
  margin-bottom: 5px;
  text-decoration: none;
  border:none; 
  height:91px;
  width:56px;
  line-height:28px;
  margin-top: -150px;
  background-image:url(../../../images/depo_esq.png);
  background-repeat:no-repeat;
	
}
.next {
  position: relative;
  float:right;
  z-index: 10;
  display: inline-block;
  padding: 2px 8px;
  margin-bottom: 5px;
  text-decoration: none;
  border:none;
  height:91px;
  width:56px;
  line-height:28px;  
  margin-top: -150px;
  background-image:url(../../../images/depo_dir.png);
  background-repeat:no-repeat;
}
.prev:hover{
  background-image:url(../../../images/depo_esq2.png);	
}

.next:hover {
  background-image:url(../../../images/depo_dir2.png);
}



/* ate aqui alterado */





.disabled {
  color: #bbb;
  cursor: default;
}
