.options-slideshow-wrapper{
	width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.options-left-button{
}

.options-body{
}

.options-right-button{
}

.option-body{
}

.option-wrapper{
	display:inline-block;
	width:400px;
	padding:40px;
}

