/*#slideshow {
	position:relative;
	height:300px;
	overflow: hidden;
	background: #FFFFFF;
	/top:-40px
}

#slideshow div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow div.active {
	height:300px;
    z-index:10;
	background:#FFFFFF
}

#slideshow div.last-active {
    z-index:9;
}*/
/*********************Required*/

.container-s {
	width:720px;
	height:320px;
	overflow:hidden;
	position:relative;
	/top:-50px; 	
	cursor:pointer;
	margin-bottom: 20px;
}
div.slides { position:absolute; top:0; left:0;  }
ul.slides { position:absolute; top:0; left:0; list-style:none; padding:0; margin:0; }
div.slides > div,ul.slides li { position:absolute; top:0; display:none; padding:0; margin:0; }
/*
* Optional
*/
#loopedSlider,#newsSlider { margin:0 auto; width:720px; position:relative; clear:both; }
#loopedSlider a.previous{
	width:33px;
	height:48px;
	position:absolute;
	left: -19px;
	top: 121px;
	background:url(../_imgs/plantilla/previous.gif) no-repeat;
 }
#loopedSlider a.next{
	width:33px;
	height:48px;
	position:absolute;
	left: 707px;
	top: 121px;
	background:url(../_imgs/plantilla/next.gif) no-repeat;
}

ul.pagination {
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
	left: 26px;
	top: -33px;
	/top:-90px;
	width: 26;
	height: 26px;
	z-index:200;
}
ul.pagination li {
	width:23px;
	height:18px;
	float:left;
	margin-left:15px;
	display:inline-block;
}
ul.pagination li a { color: #cccccc; width:23px;	height:18px; background: #cccccc; text-decoration:none; display:inline-block; text-align:center; }
ul.pagination li.active a {  background:#006699; color:#006699 }

