#wrapper{
	position:relative;
	width:100%;
	float:left;
	height:260px;
}
#slider{
	width:100%;
	height:260px;
	padding:0px 0px;
	visibility: hidden; 
	background:#fff;
	overflow: hidden;
	position:relative !important; 
}
#slider ul{
	margin:0px 0px;
	padding:0;
	list-style:none;
}
#slider li{
	width:1000px;
	background:#ddd;
	height:260px;
	overflow:hidden; 
	margin:0px 0px;
}		
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:0px;
	top:105px;
}
#nextBtn{ 
	left:975px;
}
#prevBtn a {  
	display:block;
	width:26px;
	height:75px;
	background:url(left.png) no-repeat 0 0;
	margin:0 0 0 4px;
}
.slideme {
	font-size: 6px;
	float: left;
	display: none;
}
.slideme a {
	font-size: 6px;
	text-decoration: none;
	color: #3b3b3b;
}
#nextBtn a { 
	display:block;
	width:26px;
	height:75px;
	background:url(right.png) no-repeat 0 0;	
}
.slideshow-pos {
	position:relative;
}
.post-title {
position: absolute;
background:url(http://sociales.unq.edu.ar/wp-content/themes/sociales/images/fondoslider.png) repeat;
font-family: Arial, "Times New Roman", Times, serif;
width: 30%;
margin-top: 10px;
margin-right: 10px;
right: 0px;
padding: 10px;
margin-left: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.post-title a {
color:#881327;
}
.post-title h3 {
	margin:0 0 10px 0;
	font-size: 16px;
	font-weight:bold;
	width:97%;
	color: #FFF;
	line-height:17px;
}
.post-title h3 a {
	text-decoration: none;
	color: #BB134F;
}
.post-title h3 a:hover {
	text-decoration: underline;
	color: #881327;
	text-decoration:none;
}
.post-title p {
	color: #444444;
	padding: 0px;
	font-size:0.9em;
	width:96%;
	margin: 0px;
	line-height:1.1em;
	text-align:justify;		
}
