/* ************************************************************************************************
	Caroussel blockspecial
************************************************************************************************ */



#new-products_block_right span.next {

    cursor: pointer;
	display: inline-block;	
    float: right;
	text-align: right;
	margin: 0 10px 0 0;
	width: 25px;
	height: 25px;
	-moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	color: #6a6a6a; 
	font-size: 20px;
	padding: 2px;

}


#new-products_block_right span.next:hover {

		
	color: #1b1b1b;
}


#new-products_block_right span.prev {
	

    cursor: pointer;
	display: inline-block;	
    float: left;
	text-align: left;
	margin: 0 0 0 10px;
	width: 25px;
	height: 25px;
	-moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; 
	color: #6a6a6a;
	font-size: 20px;
	padding: 2px;

}

#new-products_block_right span.prev:hover {
    	
	color: #1b1b1b;

}

div.title_newp {
    display: inline-block;
    position: relative;
	top: 145px;
	z-index: 100;
	width: 100%;

}