#contenedor_animacion .cycle-slideshow .cycle-pager
	{
	display:none;
	visibility:hidden;
	width:0px;
	height:0px;
	padding:0px;
	margin:0px;

	}
	
	/*---------*/
#contenedor_animacion
	{
	text-align: left;
	padding-bottom:0px;
	display:block;
	float:left;
	clear:right;
	padding:2%;
	margin-bottom:0px;
	}
	
.cycle-slideshow
 {
	float:left;
	width: 98%;
	margin-left:1%;
	margin-right:1%;
	
/*	height:100%;
	height:375px;
	*/
	border-radius: 7px;
}

@media screen and and (max-width: 999px)
	{
	.cycle-slideshow
 {
	height:375px;
}

	}

.cycle-slideshow img
	{
	width:100%;
	height:auto;
	margin-top:0px;
	display: block;
	background-color:#000000;
	
	}
	
	.example-pager
	,
	.example-pager *
	, 
	.cycle-slideshow .example-pager
	, 
	.cycle-slideshow .example-pager *
	,
	.cycle-slideshow.cycle-paused div.cycle-pager span

	{

	font-size:36px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
}

.cycle-pager-active
,
#contenedor_animacion .cycle-slideshow .example-pager  span.cycle-pager-active
{
	color: #FF0000;
}