.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 420px; /*width of featured content slider*/
height: 173px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 420px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
padding-left: 2px;
}
.sliderwrapper .contentdiv a{
cursor: url(http://www.rosariologrodetodos.com.ar/img/zoomin.cur), move;
}


.pagination{
width: 420px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
position: relative;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #fff;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
}

#thumb1{
	width: 49px;
	height: 41px;
	position: absolute;
	bottom: -19px;
	left: 0;
	z-index: 999;
}
#thumb2{
	width: 49px;
	height: 41px;
	bottom: -19px;
	left: 50px;
	position: absolute;
	z-index: 999;
}
#thumb3{
	width: 49px;
	height: 41px;
	bottom: -19px;
	left: 100px;
	position: absolute;
	z-index: 999;
}
#thumb4{
	width: 49px;
	height: 41px;
	bottom: -19px;
	left: 150px;
	position: absolute;
	z-index: 999;
}
