
/* WP Link Slider CSS ---- for 4 images displayed at once*/
/* =================== */

/* START CLEAR FLOATS */
.wpls-container:before,
.wpls-container:after,
.wpls-container ul:before,
.wpls-container ul:after {
    content:"";
    display:table;
}
.wpls-container:after,
.wpls-container ul:after {
    clear:both;
}
.wpls-container,
.wpls-container ul {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
/* END CLEAR FLOATS */
	
.wpls-container {
	margin: 40px auto;
    position: relative;
    visibility: hidden;
    left: -5000px;
}
.wpls-container li {
	text-align: center;
	float: left;
	list-style-type: none;
}
.wpls-container a{
	float: left;
}
.wpls-container img {
	border:none;
}

/* for widget use */
.wpls-widget-container:before,
.wpls-widget-container:after,
.wpls-widget-container ul:before,
.wpls-widget-container ul:after {
    content:"";
    display:table;
}
.wpls-widget-container:after,
.wpls-widget-container ul:after {
    clear:both;
}
.wpls-widget-container,
.wpls-widget-container ul {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
.wpls-widget-container {
	margin: 40px auto;
    position: relative;
    visibility: hidden;
    left: -5000px;
}
.wpls-widget-container li {
	text-align: center;
	float: left;
	list-style-type: none;
}
.wpls-widget-container a{
	float: left;
}
.wpls-widget-container img {
	border:none;
}