.wmagazine-scroller
{
	padding: 35px 0;
	position: relative;
}

.wmagazine-scroller-main{
	/*required*/
	position: relative;
	overflow: hidden;
	height: 250px;
	/*required-end*/
}

.wmagazine-scroller-cont{
	/*required*/
	position: absolute;
	height: 250px;
	width: 20000px;
	/*required-end*/
}

.wmagazine-scroller-cont > .wmagazine-scroll-el{
	/*required*/
	height: 250px;
	float: left;
	/*required-end*/
	
	padding: 0 10px;
	text-align: center;
	overflow: hidden;
	width: 16.5%;
	box-sizing: border-box;
	padding: 0 25px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wmagazine-scroller-cont > .wmagazine-scroll-el > a:before
{
	content:"";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
	margin: 0 -2px;
}

.wmagazine-scroller-cont > .wmagazine-scroll-el > a{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.wmagazine-scroller-cont > .wmagazine-scroll-el img
{
	max-width: 88%;
	max-height: 100%;
	height: auto;
	width: auto;
	display: inline-block;
	vertical-align: middle;
}

.wmagazine-scroller-prev
{
	text-indent: -9999px;
	position: absolute;
	top: -20px;
	bottom: 0;
	left: -20px;
	margin: auto;
	width: 58px;
    height: 59px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	background: #eeeeee;
    border: 1px #d7d7d7 solid;
    box-sizing: border-box;
}

.wmagazine-scroller-next
{
	text-indent: -9999px;
	position: absolute;
	top: -20px;
	bottom: 0;
	right: -20px;
	margin: auto;
	width: 58px;
    height: 59px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	background: #eeeeee;
    border: 1px #d7d7d7 solid;
    box-sizing: border-box;
}

.wmagazine-scroller-prev i, .wmagazine-scroller-next i
{
	text-indent: 0;
	font-size: 30px;
	color: #a6a6a6;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.wmagazine-scroller-prev:hover i, .wmagazine-scroller-next:hover i
{
	color: #48556e;
}