#charaAnVisual{
	width: 510px;
	/*margin:50px auto 0px;*/
	margin:0px auto 0px;
	/*padding-bottom: 50px;*/
}

#imageslider_large{
	padding-bottom: 20px;
}

#imageslider_large .image{
  position: relative;
  width: 510px;
  height: 220px;
  overflow: hidden;
}

#imageslider_large .image .inner{
  position: absolute;
}

#imageslider_large .image a{
  margin-right: 10px;
}

#imageslider_large .image img{
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
  border: none;
}

#imageslider_large .nav{
  width: 510px;
  text-align: center;
  padding-top: 10px;
}

#imageslider_large .nav span{
  color: #dddcdc;
  cursor: pointer;
  padding: 4px;
  font-size:18px;
}

#imageslider_large .nav span.selected{
  color: #3662bd;
}


.pink #imageslider_large .nav span.selected{
  color: #e253a5;
}


/* ---------------------------------------- */

#imageslider_small{
  position: relative;
  width: 510px;
  height: 100px;
  overflow: hidden;
}

#imageslider_small .reel{
  position: absolute;
  width: 100px;
  margin-right: 2px;
}

#imageslider_small .reel:last-child{
  padding-right: 0;
}

#imageslider_small .reel a{
  display: block;
  line-height: 0;
  margin-bottom: 10px;
}

#imageslider_small .reel img{
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
  border: none;
}