.next, .prev{
	cursor:pointer;
}
#screen2{
	position:relative;
	/*width:900px;*/
	width:740px;
	margin-left:20px;
	border:2px solid red;
}
	a.prev,a.next	{
	/*width:19px;*/
	width:22px;
	float:left;
	height:24px;
	background:url(../estilo/img/pag_ant.jpg) no-repeat 0px 4px;
	margin-top:60px;
	}
	a.next	{
	float:right;
	background:url(../estilo/img/pag_sig.jpg) no-repeat 0px 4px;
	}
	a.prev span,a.next span	{
		display:none;
		}
#slideshow{
	overflow:hidden;
	/*width:680px;*/
	width:650px;
	/*border:1px solid #777;*/
	/*margin-left:15px;*/
	/*padding-left:55px;*/
}
	#slideshow ul{
		width:2900px;
		/*padding-left:225px;*/
		/*padding-left:225px;*/
	}

		#slideshow li{
			/*height:200px;*/
			width:737px;
			float:left;
			/*margin:0 16px;*/
			cursor:pointer;
		}
div.articulos_item	{
		/*width:212px;*/
		float:left;
		width:737px;
		text-align:center;
		/*padding-left:26px;*/
		/*margin-left:26px;*/
		/*padding-left:16px;*/
		/*background:gray;*/
}

