/**
 * aheadWorks Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://ecommerce.aheadworks.com/LICENSE-M1.txt
 *
 * @category   AW
 * @package    AW_Islider
 * @copyright  Copyright (c) 2011 aheadWorks Co. (http://www.aheadworks.com)
 * @license    http://ecommerce.aheadworks.com/LICENSE-M1.txt
 

.awis-block, .awis-block .awis-r-default-item img {
    display: block;
	margin: 0 auto;
}
.awis-block .awis-slides-controls {
     position: relative;
     z-index: 5;
	 top: auto !important;
	 height: 26px;
	 margin: 0 1px 1px 1px;
	 background: #f3f3f3;
	 -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.awis-block .awis-slides-controls .awis-c-left {
    display: none;
}

.awis-block .awis-slides-controls .awis-c-center {
    line-height: 13px;
    margin: 0;
    text-align: center;
}
.awis-block .awis-slides-controls .awis-c-center button.button {
	display: inline-block;
    width: 13px;
	height: 13px;
}
.awis-block .awis-slides-controls .awis-c-center button.awis-s-current {
    
}
.awis-block .awis-slides-controls .awis-c-center button:hover {
   
}
.awis-block .awis-slides-controls .awis-c-right {
    display: none
}


.awis-effect-simple-slider {
     overflow: hidden;
     position: relative;
}
.awis-effect-simple-slider .awis-r-default-item {
     float: left;
}
.awis-slides-container {
    position: relative;
	padding: 10px 0;
	height:251px !important
}

.awis-effect-fade-appear .awis-r-default-item,
.awis-effect-blind-up-down .awis-r-default-item,
.awis-effect-slide-up-down .awis-r-default-item,
.awis-effect-jalousie .awis-r-default-item {
    position: absolute;
}

.awis-jalousie-slice {
    position: absolute;
}
*/