Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  background: none repeat scroll 0 0 red;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}
.jspHorizontalBarbottom {
  top: 0px;
}
.jspHorizontalBar,
.jspHorizontalBarbottom {
  bottom: -4px;
  height: 30px;
  left: 0;
  position: absolute;
  width: 100%;
  padding-top: 3px;
  padding-left:5px;
}
.jspVerticalBar *, .jspHorizontalBar *, .jspHorizontalBarbottom * {
  margin: 0;
  padding: 0;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap,
.jspHorizontalBarbottom .jspCap {
  float: left;
}
.jspTrack,
.jspTrackbottom {
  position: relative;
  background:transparent url(../images/scroller-mid.png) repeat-x scroll 0 0;
  height:21px;
  width: 755px !important;
}
.scroller-column-5 .jspDrag,
.scroller-column-5 .jspDragbottom {
  background:transparent url(../images/scroll-450.png) no-repeat scroll 0 0;
  cursor: pointer;
  left: 0;
  position: relative;
  top: 3px;
  width: 461px !important;
}
.scroller-column-4 .jspDrag,
.scroller-column-4 .jspDragbottom {
  background:transparent url(../images/scroll-568.png) no-repeat scroll 0 0;
  cursor: pointer;
  left: 0;
  position: relative;
  top: 3px;
  width: 568px !important;
}

.jspHorizontalBar .jspTrack, 
.jspHorizontalBar .jspDrag,
.jspHorizontalBarbottom .jspTrackbottom, 
.jspHorizontalBarbottom .jspDragbottom {
  float: left;
  height: 100%;
}
.jspArrow,
.jspArrowbottom {
  background:transparent url(../images/scroller-left.png) no-repeat scroll 0 0;
  cursor: pointer;
  display: block;
  text-indent: -20000px;
  width:28px !important;
  float:left;
  height: 21px;
}
.jspArrow.jspDisabled,
.jspArrowbottom.jspDisabled {
  background:transparent url(../images/scroller-left.png) no-repeat scroll 0 0;
  cursor: default;
  height: 21px;
  float:left;
  width:28px !important;
}
.jspArrowRight , .jspArrowRight.jspDisabled , .jspArrowRightbottom , .jspArrowRightbottom.jspDisabled{
  background:transparent url(../images/scroller-right.png) no-repeat scroll 0 0;
  cursor: pointer;
  height: 21px;
  float:left;
  width:30px !important;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow,
.jspHorizontalBarbottom .jspArrowbottom {
  float: left;
  height: 100%;
  width: 16px;
}
.jspVerticalBar .jspArrow:focus {
  outline: medium none;
}
.jspCorner {
  background: none repeat scroll 0 0 #EEEEF4;
  float: left;
  height: 100%;
}
* html .jspCorner {
  margin: 0 -3px 0 0;
}
.inner-comparision-area,
.inner-comparision-area-scroller {
  width:825px;
  overflow: hidden;
}
.scroller-column-5 .scroller-content-inner,
.scroller-column-5 .column-bottom-grey,
.scroller-column-5 .column-top-grey{
  float: left;
  width: 1375px;
}
.scroller-column-4 .scroller-content-inner,
.scroller-column-4 .column-bottom-grey,
.scroller-column-4 .column-top-grey {
  float: left;
  width: 1100px;
}
.column-bottom-grey {
  position:relative;
  bottom: 0px;
}
.jspScrollable .scroller-content-inner .product-name {
        padding-left: 14px;
        margin-left: 0px;
}
.jspScrollable .scroller-content-inner .product-name .phone-name {
        margin-left: 0px;
        margin-right: 14px;
}