.wpxp_slideshow{
	width:100%; 
	height:auto; 
	overflow:hidden; 
	margin:1em auto; 
	padding:0;
	position:relative;
}

.wpxp_slideshow .wpxp_slides{
display:block;
width:100%;
height:auto;
overflow:hidden;
margin:0;
padding:0;
list-style-type:none;
border:none;
position:relative;
}

.wpxp_slideshow .wpxp_slides li{
position:absolute;
width:100%;
height:auto;
overflow:hidden;
margin:0;
padding:0;
left:0;
bottom:0;
/*
transition:opacity 1s ease;
*/
opacity:0;
z-index:1;
display:block;
}

.wpxp_slideshow .wpxp_slides li.visible{
opacity:1;
z-index:2;
position:relative;
}

.wpxp_slideshow .wpxp_slides li img{
margin:0;
padding:0;
border:none;
}

.wpxp_slideshow .wpxp_slides li .caption{
display:block;
width:100%;
height:30px;
margin:0;
padding:0;
position:absolute;
left:0;
bottom:0;
z-index:10;
background:#000;
font:normal 13px/30px Bentonsans, Roboto, Verdana, Arial, Helvetica, sans-serif;
tex-align:center;
color:#fff;
opacity:0.8;
}

.wpxp_slideshow .arrows{
display:block;
width:150%;
height:60px;
margin:0;
padding:0;
overflow:hidden;
position:absolute;
z-index:100;
left:-25%;
top:40%;
transition: width 0.5s ease, left 0.5s ease;
transparent;
pointer-events:none;
}

.wpxp_slideshow .arrows.visible{
width:98%;
left:1%;	
}


.wpxp_slideshow .arrows .left_arrow,
.wpxp_slideshow .arrows .right_arrow{
display:block;
width:35px;
height:35px;
border-radius:60px;
margin:0;
padding:0;
background:#333;
color:#fff;
font:normal 20px/33px Georgia, Times, "Times New Roma", serif;
font-weight:bold;
text-align:center;
float:left;
cursor:pointer;
-webkit-opacity:0.3;
-moz-opacity:0.3;
-o-opacity:0.3;
opacity:0.3;
pointer-events:auto;
}
.wpxp_slideshow .arrows .right_arrow{
float:right;
}

.wpxp_slideshow .arrows .left_arrow:hover,
.wpxp_slideshow .arrows .right_arrow:hover{
-webkit-opacity:0.6;
-moz-opacity:0.6;
-o-opacity:0.6;
opacity:0.6;
}

.wpxp_slideshow .navigation{
width:100%;
height:30px;
overflow:hidden;
margin:15px 0;
padding:0;
float:none;
clear:both;
}

.wpxp_slideshow .navigation .dot{
 display:inline-block;
 width:12px;
 height:12px;
 overflow:hidden;
 border:none;
 border-radius:15px;
 margin:0 10px 5px;
 padding:0;
 background:#666;
 cursor:pointer;
}
.wpxp_slideshow .navigation .dot:hover,
.wpxp_slideshow .navigation .dot.current{
 background:#000;	
}


/*
=================================================================
--------------------------- Fade In -----------------------------
================================================================= 
*/




/*
=================================================================
--------------------------- Blind -----------------------------
================================================================= 
*/



/*
=================================================================
--------------------------- Clip -----------------------------
================================================================= 
*/



/*
=================================================================
--------------------------- Scale -----------------------------
================================================================= 
*/



/*
=================================================================
-------------------------- Slide Down ---------------------------
================================================================= 
*/





/*
=================================================================
---------------------------- Slide Up ---------------------------
================================================================= 
*/

/*
=================================================================
------------------------- Slide In Left -------------------------
================================================================= 
*/




/*
=================================================================
------------------------ Slide In Right -------------------------
================================================================= 
*/


/*
=================================================================
-------------------------       -------------------------
================================================================= 
*/