 /* display none until init */
.product-carousel{
	display: none;
	opacity:1!important;
	position: relative;
	width: 100%;
}
.featured-products,.bestseller-products,.new-products{}

#column-left .product-carousel, #column-right .product-carousel { display:block;}
#column-left .customNavigation, #column-right .customNavigation { display:none;}

#column-left .banners-slider-carousel .customNavigation,
#column-right .banners-slider-carousel .customNavigation{ display:block;}

.product-carousel .slider-wrapper{
	display: none;
	position: relative;

}
.product-carousel .slider-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.product-carousel .slider-wrapper-outer.autoHeight{

}
	
.product-carousel .slider-item{
	float: left;
}
.slider-controls .slider-page,
.slider-controls .slider-buttons div{

}

.grabbing { 
    cursor:url("../../images/megnor/grabbing.png") 8 8, move;
}



/* fix */
.product-carousel  .slider-wrapper,
.product-carousel  .slider-item{
	list-style:none;
}
.customNavigation    { text-align: center; position:relative;width:100%}
.customNavigation a{
	display:block;
    float: right;
    height: 25px;
    position: absolute;
    top: 171px;
    width: 25px; 
	 cursor:pointer;
	 border:1px solid #c7c7c7; font-size:0px;
	 transition: all 300ms ease 0s; -webkit-transition: all 300ms ease 0s; -moz-transition: all 300ms ease 0s; -ms-transition: all 300ms ease 0s; -o-transition: all 300ms ease 0s;
	 z-index:9;
} 
.customNavigation a:hover, .customNavigation a.prev:hover:before, .customNavigation a.next:hover:before{ border-color:#000; color:#000;}

.customNavigation a.prev:before{
	color: #c7c7c7;
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 15px;
	position:absolute; top:2px; right:9px;
}
.customNavigation a.next:before {
    color: #c7c7c7;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 15px; padding:0px; position:absolute; top:2px; right:9px;
}
.customNavigation a.prev {
  	background: #e52b3e;
    left:-20px;
}
.customNavigation a.prev:hover 	{ text-decoration:none;}
.customNavigation a.next {
	background:#e52b3e;
    right:-20px;
}
.customNavigation a.next:hover 	{text-decoration:none;}

/**************** additional carousel start *******************/
.additional-carousel .product-carousel{  width:auto; margin:0 30px; }
.additional-carousel .customNavigation a{position:absolute; cursor:pointer; cursor:pointer; z-index:999; top:41px;  border: 1px solid #c7c7c7; height:23px; width:23px;}
.additional-carousel .customNavigation a.prev {
    left:0px;
	background:none;
}
.additional-carousel .customNavigation a.prev:hover 	{ text-decoration:none; border-color:#000000;}
.additional-carousel .customNavigation a.next {
	background:none;;
    right:0px;
}
.additional-carousel .customNavigation a.next:hover 	{text-decoration:none; border-color:#000000;}
.additional-carousel .customNavigation a.prev:hover:before, .additional-carousel .customNavigation a.next:hover:before{ color:#000000;}
.additional-carousel .customNavigation a.prev:before{
	color:#c7c7c7;
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 15px;
	position:absolute; top:1px; right:9px;
}
.additional-carousel .customNavigation a.next:before {
    color: #c7c7c7;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 15px; padding:0px; position:absolute; top:1px; right:8px;
}
.additional-carousel .slider-item {   float: left;  width: 90px; }
.additional-carousel .slider-item .product-block{ background:#FFFFFF;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
    clear: both;
    margin: 4px 7px;
    overflow: hidden;}

/**************** additional carousel End *******************/

.product-info .product-image .customNavigation    { text-align: center; position:absolute; width:100%; z-index:9;}
.product-info .product-image .customNavigation a{
	display: block;
    float: right;
    height: 20px;
    position: absolute;
    top: -34px;
    width: 16px;
}

.product-info .product-image .customNavigation a.prev {
  	background: url("../../image/megnor/sprite.png") no-repeat scroll -11px -60px transparent;
    left:-3px;
	top:35px;
}
.product-info .product-image .customNavigation a.prev:hover 	{ background-position: -11px -90px; text-decoration:none;}
.product-info .product-image .customNavigation a.next {
	background: url("../../image/megnor/sprite.png") no-repeat scroll -43px -60px transparent;
	right:-3px;
	top:35px;
}
.product-info .product-image .customNavigation a.next:hover 	{ background-position: -43px -90px; text-decoration:none;}

