/*navigation numbers*/
ul#navigator{
	padding:0;
	bottom:10px;
	left:12px;
	margin-left:18px;
	position:absolute;
	z-index:10
}
ul#navigator li{
	float:left;
	margin:0;
	padding:5px 10px;
	list-style:none;
	display:block;
	background:#6d6e71;
	margin-right:3px;
	font-size:15px;
	color:#fff;
	cursor:pointer;
	border: 1px solid #e7e7e8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
ul#navigator li:hover{ background: #6d6e71 }
ul#navigator li.selected{color:#000;background:#fff;cursor:default}

/*animated pics*/
div#animation{width:980px;height:400px;background:#000;position:relative;overflow:hidden}
div#animation a{text-decoration:none !important}


div.animated h2{color:#fff;font-size:36px;font-weight:normal;margin:60px 60px 10px 60px;letter-spacing:-1px;line-height:36px}
div.animated p{font-size:18px;color:#fff;margin:0 365px 60px 60px}
div.animated a{text-decoration:none !important;color:#fff !important}
div.animated img{display:none}

div.animated{position:absolute;width:980px;height:400px;display:none;cursor:pointer;text-decoration:none;color:#fff}

/*navigation arrows*/
#next{position:absolute;top:155px;right:0;z-index:12;color:#6d6e71;display:block;width:26px;height:102px;background: url('/uy/es/shared/images/arrow-next.png') no-repeat;cursor:pointer}
#next:hover{background: url('/uy/es/shared/images/arrow-nextR.png') no-repeat}
#prev{position:absolute;top:155px;left:0;z-index:12;color:#003150;display:block;width:26px;height:102px;background: url('/uy/es/shared/images/arrow-prev.png') no-repeat;cursor:pointer}
#prev:hover{background: url('/uy/es/shared/images/arrow-prevR.png') no-repeat}

