

.aspect .next-button-2,
.aspect .previous-button-2 {
	width:22px;
	height:22px;
	position:absolute;
	top:-25px;
	/* background-color:rgba(0,0,0, 0.4); */
	/* background-color: red; */
  	z-index:1000;
	/* right: 0; */
}

.next-button-2 {

	right: 0;
	-webkit-border-radius:0 15px 15px 0;
	border-radius:0 15px 15px 0;
	background-image:url(../pics/newarrows.png);
	background-position:-38px 50%;
	background-repeat:no-repeat;
}

.previous-button-2 {

	left: 0;
	-webkit-border-radius:15px 0 0 15px;
	border-radius:15px 0 0 15px;
	background-image:url(../pics/newarrows.png);
	background-position:-4px 50%;
	background-repeat:no-repeat;
}

.aspect .next-button,
.aspect .previous-button {

    /* cursor: pointer;
    height: 100%;
    position: absolute;
    width: 22px;
    z-index:1000;
    background-color:rgba(0,0,0, 1); */
	width:22px;
	height:100%;
	position:absolute;
	top:0;
	background-color:rgba(0,0,0, 0,2);
  z-index:1000;
  display: none;
}
.aspect .next-button{
	right:-22px;
	-webkit-border-radius:0 15px 15px 0;
	border-radius:0 15px 15px 0;
	background-image:url(../pics/newarrows.png);
	background-position:-38px 50%;
	background-repeat:no-repeat;
	
} 


.aspect .previous-button{
	left:-22px;
	-webkit-border-radius:15px 0 0 15px;
	border-radius:15px 0 0 15px;
	background-image:url(../pics/newarrows.png);
	background-position:-4px 50%;
	background-repeat:no-repeat;
}


.aspect .previous-button-hover,
.aspect .next-button-hover{
	background-color:rgba(0,0,0, 0.2);
}

.aspect .previous-button-hover,
.aspect .previous-button-down{
	background-image:url(../pics/newarrows.png);
	background-position:-4px 50%;
	background-repeat:no-repeat;
}

.aspect .previous-button-down,
.aspect .next-button-down{
	background-color:rgba(0,0,0, 0.4);
}

.aspect .next-button-hover,
.aspect .next-button-down{
	background-image:url(../pics/newarrows.png);
	background-position:-38px 50%;
	background-repeat:no-repeat;
}
/* .animated{
	-webkit-transition:margin-left 0.5s;
	transition:margin-left 0.5s;
} */
