$atomy_header_slider_cat ,
//'post_type' => 'product',
'showposts' => $atomy_carousel_slider_count );
$atomy_carousel_slider = new WP_Query($args);
if( $atomy_carousel_slider->have_posts() ) :
while ( $atomy_carousel_slider->have_posts() ) : $atomy_carousel_slider->the_post();
$atomy_image_attributes = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'atomy_big');?>