/** initial setup **/
.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
  margin-top: 10px;
}

.nano {
	height: 170px !important;	}
	
.prod_nav {
	height: 235px !important;
}

.prod_description {
	height: 130px !important;
}

.nano > .nano-content  {
	position      : absolute;
	overflow      : scroll;
	overflow-x    : hidden;
	top           : 0;
	right         : 0 !important;
	bottom        : 0;
	left          : 0;
	padding-right: 100px;
	margin-right: -100px;
	
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar, .has-scrollbar .prod_nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane, .nano-pane {
  background : #e5e5e5;
  position   : absolute;
  width      : 4px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;
  border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider, .nano-slider {
  background: #bcbcbc;
  position              : relative;
  margin                : 0;
  -moz-border-radius    : 2px;
  -webkit-border-radius : 2px;
  border-radius         : 2px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed, .prod_nano:hover > .nano-pane {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}
