/*easy_slide_style.css*//*  Plugin Name: Easy Dynamic Slider  Plugin URI:   Description: It is widget base Easy Dynamic Slider and Customize option without any progarming knowledge.  Version: 0.5  Author: majadul  Author URI: https://profiles.wordpress.org/majadul  License: none**/.slide_me {    box-shadow: 0 0 2px #000;    padding: 5px;    width: 100%;    float: left;}.slide_me img {    width: 100%;    height: 450px;}.slide_postion {    background: rgba(255,255,255, .8);    position: absolute;    transition: all 0s ease 0s;    width: 0px;    border-radius: 10px;    overflow: hidden;}.active .slide_postion {    background: rgba(255,255,255, .8);    position: absolute;    transition: all 1s ease 0s;    width: 500px;    margin: 50px;    border-radius: 10px;    padding: 5px;    overflow: hidden;}.slide_postion h3 {    float: left;    width: 100%;    text-align: center;}.slide_postion a {    text-decoration: none;    background-color: #0088cc;    color: #fff;    padding: 10px 40px;    border-radius: 7px;    font-size: 20px;    font-weight: bold;    float: right;    margin-right: 35%;}.slide_li .active {	position: relative;}.slide_me .lSSlideOuter .lSPager.lSpg {    margin: 10px 0 0;    padding: 0;    text-align: center;    position: absolute;    width: 100%;    bottom: 10px;}