﻿.mlpsarrowprev{
display:none; 
width:56px; 
height:56px; 
position:absolute;
z-index:10000; 
text-indent: -9999px;
background: url(/wp-content/plugins/ml-post-slider/images/prev.png);
background-repeat:no-repeat;
left:10px;
top: 130px;

}

.mlpsarrownext{
display:none; 
width:56px; 
height:56px; 
position:absolute;
z-index:10000; 
text-indent: -9999px;
background: url(/wp-content/plugins/ml-post-slider/images/next.png);
background-repeat:no-repeat;
right:10px;
top: 130px;
}

.mlpspager{
z-index: 50; 
position: absolute; 
bottom: 0px; 
left: 327.5px;

}

.mlpspager a:link { 
background: url('/wp-content/plugins/ml-post-slider/images/buttons.png') no-repeat bottom left;
	border: none;
	display: block;
	float: left;
	width: 62px;
	height: 10px;
	margin: 0 3px 0 0 !important;
	outline: none;
	text-indent: -9999px;
    transition: all 0s ease 0s;
}



.mlpspager a:hover { 
background: url('/wp-content/plugins/ml-post-slider/images/buttons.png') no-repeat bottom right;
}

.mlpspager a.activeSlide { 
background: url('/wp-content/plugins/ml-post-slider/images/buttons.png') no-repeat bottom right;
}

