.amazon_scroller{
    padding: 0px;
    margin: 0px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
}
.amazon_scroller .amazon_scroller_nav{
    position: absolute;
}
.amazon_scroller .amazon_scroller_nav li{
    cursor: pointer;
    position: absolute;
}
.amazon_scroller .amazon_scroller_mask{
    position: absolute;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
}
.amazon_scroller ul{
    padding: 0px;
    margin: 0px;
    float: left;
}
.amazon_scroller ul li{
    padding: 0px;
    margin: 0px;
    margin-left: 5px;
    margin-right: 5px;
    list-style: none;
    float: left;
    text-align: center;
    display:inline; 
}
.amazon_scroller ul li a{
    text-decoration: none; color:#F90;
}
.amazon_scroller ul li a amazon_scroller_title{
	overflow:hidden;
}
.amazon_scroller ul li a:hover{
    text-decoration: underline;
}
.amazon_scroller ul li a img{
    border: none;
}


/** pop-up **/

.modal {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 80%;
    /* height: 100%; */
    margin: 10px auto;
    right: 0;
    bottom: 0;
}

.modal.is-visible {
    visibility: visible;
}
.modal-content a img {
    width: 14px;
    float: right;
    position: relative;
    right: -7px;
    top: -7px;
}
.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

/**.modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0px;
    width: 44%;
    bottom: 0;
    margin: 0 auto;
    background-color: #fff;
    background-size: 65%;
    background-position: 50%;
    background-repeat: no-repeat;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}**/

.modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0px;
    width: 44%;
    /* padding: 0px; */
    /* float: right; */
    /* bottom: 0; */
    margin: 0 auto;
    background-color: #fff;
    /* background-size: 65%; */
    /* background-position: 50%; */
    /* background-repeat: no-repeat; */
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}
.modal-content img {
    width: 100%;
    height: 50%;
}
.modal-transition {
  -webkit-transition: all 0.3s 0.12s;
  transition: all 0.3s 0.12s;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
} 

/** pop-up end **/
