/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  max-width:100% !important;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  border: 0;
  }
  .rslides1_tabs li{ width:21px; height:21px; background:url(../images/carousal-dot.png) top left no-repeat;float:left; margin-right:5px;
  
  		  
  behavior: url(); /* This lets IE know to call the script on all elements which get the 'box' class */
  
  
  }
   .rslides1_tabs li a{ width:21px; height:21px; display:block; text-indent:-99999px; } 
  .rslides1_tabs li.rslides_here{ width:21px; height:21px; background:url(../images/carousal-dot.png) left bottom no-repeat !important; }
  .rslides_tabs{  
  	bottom: 20px;
    float: right;
    position: absolute;
    right: 22px;
    z-index: 999 !important;
	}
  .accessoryBanner{ position: relative}
  
 @media \0screen {
  .rslides_tabs{ float:right; z-index:999 !important;right:0; bottom:20px; position:relative;}
   .rslides1_tabs li{ width:12px; height:12px;float:left; margin-right:5px; display:block;} 	
   .rslides1_tabs li.rslides_here{ width:12px; height:12px; border-radius:10px; display:block;}
}
  
  @media all and (max-width:320px) {
	  .rslides_tabs{
		  margin-bottom:10px;
	  }
	  
  }