<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>asku</title> <atom:link href="http://amnphoto.com/feed/" rel="self" type="application/rss+xml" /><link>http://amnphoto.com</link> <description>Just another WordPress site</description> <lastBuildDate>Sat, 17 Mar 2012 07:04:28 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.1</generator> <item><title>Oloong Flash</title><link>http://amnphoto.com/oloong-flash/</link> <comments>http://amnphoto.com/oloong-flash/#comments</comments> <pubDate>Sat, 17 Mar 2012 07:04:04 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Flash]]></category> <category><![CDATA[Oloong]]></category> <category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">http://amnphoto.com/?p=682</guid> <description><![CDATA[]]></description> <content:encoded><![CDATA[<div class="gallery_clear"></div><div id="gallery_682" class="photospace"><div class="thumbs_wrap2"><div class="thumbs_wrap"><div id="thumbs_682" class="thumnail_col " > <a class="pageLink prev" style="display:none" href="#" title="Previous Page"></a><ul class="thumbs noscript"><li><a class="thumb" href="http://amnphoto.com/wp-content/uploads/2012/03/12.jpg" title="1"  rel="lightbox[682]"> <img src="http://amnphoto.com/wp-content/uploads/2012/03/12-35x30.jpg" alt="" title="1" /> </a><div class="caption"></div></li><li><a class="thumb" href="http://amnphoto.com/wp-content/uploads/2012/03/22.jpg" title="2"  rel="lightbox[682]"> <img src="http://amnphoto.com/wp-content/uploads/2012/03/22-35x30.jpg" alt="" title="2" /> </a><div class="caption"></div></li></ul> <a class="pageLink next" style="display:none" href="#" title="Next Page"></a></div></div></div><div class="gal_content"><div class="slideshow-container"><div id="loading_682" class="loader"></div><div id="slideshow_682" class="slideshow"></div><div id="caption_682" class="caption-container"></div></div></div></div><div class="gallery_clear"></div> <script type='text/javascript'>/*<![CDATA[*/jQuery(document).ready(function($) {
				
				// We only want these styles applied when javascript is enabled
				$('.gal_content').css('display', 'block');
		
				// Initially set opacity on thumbs and add
				// additional styling for hover effect on thumbs
				var onMouseOutOpacity = 0.67;
				$('#thumbs_682 ul.thumbs li, .thumnail_col a.pageLink').opacityrollover({
					mouseOutOpacity:   onMouseOutOpacity,
					mouseOverOpacity:  1.0,
					fadeSpeed:         'fast',
					exemptionSelector: '.selected'
				});	
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_682').galleriffic({ 
					delay:                     3500,
					numThumbs:                 4,
					preloadAhead:              9,
					enableTopPager:            0,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_682',
					controlsContainerSel:      '#controls_682',
					captionContainerSel:       '#caption_682',  
					loadingContainerSel:       '#loading_682',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              'Play Slideshow',
					pauseLinkText:             'Pause Slideshow',
					prevLinkText:              '&lsaquo; Previous Photo',
					nextLinkText:              'Next Photo &rsaquo;',
					nextPageLinkText:          '&rsaquo;',
					prevPageLinkText:          '&lsaquo;',
					enableHistory:              0,
					autoStart:                 	0,
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					onSlideChange:             function(prevIndex, nextIndex) {
						// 'this' refers to the gallery, which is an extension of $('#thumbs')
						this.find('ul.thumbs').children()
							.eq(prevIndex).fadeTo('fast', onMouseOutOpacity).end()
							.eq(nextIndex).fadeTo('fast', 1.0);
					},
					onTransitionOut:           function(slide, caption, isSync, callback) {
						slide.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0, callback);
						caption.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0);
					},
					onTransitionIn:            function(slide, caption, isSync) {
						var duration = this.getDefaultTransitionDuration(isSync);
						slide.fadeTo(duration, 1.0);
	
						// Position the caption at the bottom of the image and set its opacity
						var slideImage = slide.find('img');
						caption.width(slideImage.width())
							.css({
								//'bottom' : Math.floor((slide.height() - slideImage.outerHeight()) / 2 - 40),
								'top' : slideImage.outerHeight(),
								'left' : Math.floor((slide.width() - slideImage.width()) / 2) + slideImage.outerWidth() - slideImage.width()
							})
							.fadeTo(1000, 1.0);
						
					},
					onPageTransitionOut:       function(callback) {
						this.hide();
						setTimeout(callback, 100); // wait a bit
					},
					onPageTransitionIn:        function() {
						var prevPageLink = this.find('a.prev').css('display', 'none');
						var nextPageLink = this.find('a.next').css('display', 'none');
						
						// Show appropriate next / prev page links
						if (this.displayedPage > 0)
							prevPageLink.css('display', 'block');
		
						var lastPage = this.getNumPages() - 1;
						if (this.displayedPage < lastPage)
							nextPageLink.css('display', 'block');
		
						this.fadeTo('fast', 1.0);
					},
					onImageAdded: function(imageData, li) {
						_li.opacityrollover({
							mouseOutOpacity:   onMouseOutOpacity,
							mouseOverOpacity:  1.0,
							fadeSpeed:         'fast',
							exemptionSelector: '.selected'
						});
					}
					
				}); 
				
				
				
				
		
				gallery.find('a.prev').click(function(e) {
					gallery.previousPage();
					e.preventDefault();
				});
		
				gallery.find('a.next').click(function(e) {
					gallery.nextPage(); 
					e.preventDefault();
				});
		
			});/*]]>*/</script> ]]></content:encoded> <wfw:commentRss>http://amnphoto.com/oloong-flash/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>SSK Card Reader</title><link>http://amnphoto.com/ssk-card-reader/</link> <comments>http://amnphoto.com/ssk-card-reader/#comments</comments> <pubDate>Sat, 17 Mar 2012 06:48:30 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Computer]]></category> <category><![CDATA[SSK]]></category><guid isPermaLink="false">http://amnphoto.com/?p=675</guid> <description><![CDATA[]]></description> <content:encoded><![CDATA[<div class="gallery_clear"></div><div id="gallery_675" class="photospace"><div class="thumbs_wrap2"><div class="thumbs_wrap"><div id="thumbs_675" class="thumnail_col " > <a class="pageLink prev" style="display:none" href="#" title="Previous Page"></a><ul class="thumbs noscript"><li><a class="thumb" href="http://amnphoto.com/wp-content/uploads/2012/03/11.jpg" title="1"  rel="lightbox[675]"> <img src="http://amnphoto.com/wp-content/uploads/2012/03/11-35x30.jpg" alt="" title="1" /> </a><div class="caption"></div></li><li><a class="thumb" href="http://amnphoto.com/wp-content/uploads/2012/03/21.jpg" title="2"  rel="lightbox[675]"> <img src="http://amnphoto.com/wp-content/uploads/2012/03/21-35x30.jpg" alt="" title="2" /> </a><div class="caption"></div></li><li><a class="thumb" href="http://amnphoto.com/wp-content/uploads/2012/03/3.jpg" title="3"  rel="lightbox[675]"> <img src="http://amnphoto.com/wp-content/uploads/2012/03/3-35x30.jpg" alt="" title="3" /> </a><div class="caption"></div></li></ul> <a class="pageLink next" style="display:none" href="#" title="Next Page"></a></div></div></div><div class="gal_content"><div class="slideshow-container"><div id="loading_675" class="loader"></div><div id="slideshow_675" class="slideshow"></div><div id="caption_675" class="caption-container"></div></div></div></div><div class="gallery_clear"></div> <script type='text/javascript'>/*<![CDATA[*/jQuery(document).ready(function($) {
				
				// We only want these styles applied when javascript is enabled
				$('.gal_content').css('display', 'block');
		
				// Initially set opacity on thumbs and add
				// additional styling for hover effect on thumbs
				var onMouseOutOpacity = 0.67;
				$('#thumbs_675 ul.thumbs li, .thumnail_col a.pageLink').opacityrollover({
					mouseOutOpacity:   onMouseOutOpacity,
					mouseOverOpacity:  1.0,
					fadeSpeed:         'fast',
					exemptionSelector: '.selected'
				});	
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_675').galleriffic({ 
					delay:                     3500,
					numThumbs:                 4,
					preloadAhead:              9,
					enableTopPager:            0,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_675',
					controlsContainerSel:      '#controls_675',
					captionContainerSel:       '#caption_675',  
					loadingContainerSel:       '#loading_675',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              'Play Slideshow',
					pauseLinkText:             'Pause Slideshow',
					prevLinkText:              '&lsaquo; Previous Photo',
					nextLinkText:              'Next Photo &rsaquo;',
					nextPageLinkText:          '&rsaquo;',
					prevPageLinkText:          '&lsaquo;',
					enableHistory:              0,
					autoStart:                 	0,
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					onSlideChange:             function(prevIndex, nextIndex) {
						// 'this' refers to the gallery, which is an extension of $('#thumbs')
						this.find('ul.thumbs').children()
							.eq(prevIndex).fadeTo('fast', onMouseOutOpacity).end()
							.eq(nextIndex).fadeTo('fast', 1.0);
					},
					onTransitionOut:           function(slide, caption, isSync, callback) {
						slide.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0, callback);
						caption.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0);
					},
					onTransitionIn:            function(slide, caption, isSync) {
						var duration = this.getDefaultTransitionDuration(isSync);
						slide.fadeTo(duration, 1.0);
	
						// Position the caption at the bottom of the image and set its opacity
						var slideImage = slide.find('img');
						caption.width(slideImage.width())
							.css({
								//'bottom' : Math.floor((slide.height() - slideImage.outerHeight()) / 2 - 40),
								'top' : slideImage.outerHeight(),
								'left' : Math.floor((slide.width() - slideImage.width()) / 2) + slideImage.outerWidth() - slideImage.width()
							})
							.fadeTo(1000, 1.0);
						
					},
					onPageTransitionOut:       function(callback) {
						this.hide();
						setTimeout(callback, 100); // wait a bit
					},
					onPageTransitionIn:        function() {
						var prevPageLink = this.find('a.prev').css('display', 'none');
						var nextPageLink = this.find('a.next').css('display', 'none');
						
						// Show appropriate next / prev page links
						if (this.displayedPage > 0)
							prevPageLink.css('display', 'block');
		
						var lastPage = this.getNumPages() - 1;
						if (this.displayedPage < lastPage)
							nextPageLink.css('display', 'block');
		
						this.fadeTo('fast', 1.0);
					},
					onImageAdded: function(imageData, li) {
						_li.opacityrollover({
							mouseOutOpacity:   onMouseOutOpacity,
							mouseOverOpacity:  1.0,
							fadeSpeed:         'fast',
							exemptionSelector: '.selected'
						});
					}
					
				}); 
				
				
				
				
		
				gallery.find('a.prev').click(function(e) {
					gallery.previousPage();
					e.preventDefault();
				});
		
				gallery.find('a.next').click(function(e) {
					gallery.nextPage(); 
					e.preventDefault();
				});
		
			});/*]]>*/</script> ]]></content:encoded> <wfw:commentRss>http://amnphoto.com/ssk-card-reader/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>SSK USB Flash Drive</title><link>http://amnphoto.com/ssk-usb-flash-drive/</link> <comments>http://amnphoto.com/ssk-usb-flash-drive/#comments</comments> <pubDate>Sat, 17 Mar 2012 06:33:17 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Memory]]></category> <category><![CDATA[SSK]]></category><guid isPermaLink="false">http://amnphoto.com/?p=663</guid> <description><![CDATA[]]></description> <content:encoded><![CDATA[<p><a href="http://amnphoto.com/wp-content/uploads/2012/03/USB-Flash-Drive-banner.jpg" rel="lightbox[663]"><img class="alignnone size-full wp-image-666" title="USB Flash Drive banner" src="http://amnphoto.com/wp-content/uploads/2012/03/USB-Flash-Drive-banner.jpg" alt="" width="578" height="180" /></a></p><div class="gallery_clear"></div><div id="gallery_663" class="photospace"><div class="thumbs_wrap2"><div class="thumbs_wrap"><div id="thumbs_663" class="thumnail_col " > <a class="pageLink prev" style="display:none" href="#" title="Previous Page"></a><ul class="thumbs noscript"><li><a class="thumb" href="http://amnphoto.com/wp-content/uploads/2012/03/1.jpg" title="1"  rel="lightbox[663]"> <img src="http://amnphoto.com/wp-content/uploads/2012/03/1-35x30.jpg" alt="" title="1" /> </a><div class="caption"></div></li><li><a class="thumb" href="http://amnphoto.com/wp-content/uploads/2012/03/2.jpg" title="2"  rel="lightbox[663]"> <img src="http://amnphoto.com/wp-content/uploads/2012/03/2-35x30.jpg" alt="" title="2" /> </a><div class="caption"></div></li></ul> <a class="pageLink next" style="display:none" href="#" title="Next Page"></a></div></div></div><div class="gal_content"><div class="slideshow-container"><div id="loading_663" class="loader"></div><div id="slideshow_663" class="slideshow"></div><div id="caption_663" class="caption-container"></div></div></div></div><div class="gallery_clear"></div> <script type='text/javascript'>/*<![CDATA[*/jQuery(document).ready(function($) {
				
				// We only want these styles applied when javascript is enabled
				$('.gal_content').css('display', 'block');
		
				// Initially set opacity on thumbs and add
				// additional styling for hover effect on thumbs
				var onMouseOutOpacity = 0.67;
				$('#thumbs_663 ul.thumbs li, .thumnail_col a.pageLink').opacityrollover({
					mouseOutOpacity:   onMouseOutOpacity,
					mouseOverOpacity:  1.0,
					fadeSpeed:         'fast',
					exemptionSelector: '.selected'
				});	
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_663').galleriffic({ 
					delay:                     3500,
					numThumbs:                 4,
					preloadAhead:              9,
					enableTopPager:            0,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_663',
					controlsContainerSel:      '#controls_663',
					captionContainerSel:       '#caption_663',  
					loadingContainerSel:       '#loading_663',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              'Play Slideshow',
					pauseLinkText:             'Pause Slideshow',
					prevLinkText:              '&lsaquo; Previous Photo',
					nextLinkText:              'Next Photo &rsaquo;',
					nextPageLinkText:          '&rsaquo;',
					prevPageLinkText:          '&lsaquo;',
					enableHistory:              0,
					autoStart:                 	0,
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					onSlideChange:             function(prevIndex, nextIndex) {
						// 'this' refers to the gallery, which is an extension of $('#thumbs')
						this.find('ul.thumbs').children()
							.eq(prevIndex).fadeTo('fast', onMouseOutOpacity).end()
							.eq(nextIndex).fadeTo('fast', 1.0);
					},
					onTransitionOut:           function(slide, caption, isSync, callback) {
						slide.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0, callback);
						caption.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0);
					},
					onTransitionIn:            function(slide, caption, isSync) {
						var duration = this.getDefaultTransitionDuration(isSync);
						slide.fadeTo(duration, 1.0);
	
						// Position the caption at the bottom of the image and set its opacity
						var slideImage = slide.find('img');
						caption.width(slideImage.width())
							.css({
								//'bottom' : Math.floor((slide.height() - slideImage.outerHeight()) / 2 - 40),
								'top' : slideImage.outerHeight(),
								'left' : Math.floor((slide.width() - slideImage.width()) / 2) + slideImage.outerWidth() - slideImage.width()
							})
							.fadeTo(1000, 1.0);
						
					},
					onPageTransitionOut:       function(callback) {
						this.hide();
						setTimeout(callback, 100); // wait a bit
					},
					onPageTransitionIn:        function() {
						var prevPageLink = this.find('a.prev').css('display', 'none');
						var nextPageLink = this.find('a.next').css('display', 'none');
						
						// Show appropriate next / prev page links
						if (this.displayedPage > 0)
							prevPageLink.css('display', 'block');
		
						var lastPage = this.getNumPages() - 1;
						if (this.displayedPage < lastPage)
							nextPageLink.css('display', 'block');
		
						this.fadeTo('fast', 1.0);
					},
					onImageAdded: function(imageData, li) {
						_li.opacityrollover({
							mouseOutOpacity:   onMouseOutOpacity,
							mouseOverOpacity:  1.0,
							fadeSpeed:         'fast',
							exemptionSelector: '.selected'
						});
					}
					
				}); 
				
				
				
				
		
				gallery.find('a.prev').click(function(e) {
					gallery.previousPage();
					e.preventDefault();
				});
		
				gallery.find('a.next').click(function(e) {
					gallery.nextPage(); 
					e.preventDefault();
				});
		
			});/*]]>*/</script> ]]></content:encoded> <wfw:commentRss>http://amnphoto.com/ssk-usb-flash-drive/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>SSK Portable Power Storage</title><link>http://amnphoto.com/ssk-portable-power-storage/</link> <comments>http://amnphoto.com/ssk-portable-power-storage/#comments</comments> <pubDate>Sat, 17 Mar 2012 06:17:32 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Power Bank]]></category> <category><![CDATA[SSK]]></category><guid isPermaLink="false">http://amnphoto.com/?p=655</guid> <description><![CDATA[Portable and easy to carry. Charge for most mobile phone, iPod, iPhone, and digital learning machine etc. Equipped with 4 different mobile phone connectors (Mini USB/Micro USB/Samsung 20Pin/Nokia DC2.0). LED indicator.]]></description> <content:encoded><![CDATA[<p><a href="http://amnphoto.com/wp-content/uploads/2012/03/portable-power-bank-banner.jpg" rel="lightbox[655]"><img class="alignright size-full wp-image-656" title="portable power bank banner" src="http://amnphoto.com/wp-content/uploads/2012/03/portable-power-bank-banner.jpg" alt="" width="341" height="310" /></a></p><ul><li>Portable and easy to carry.</li><li>Charge for most mobile phone, iPod, iPhone, and digital learning machine etc.</li><li>Equipped with 4 different mobile phone connectors (Mini USB/Micro USB/Samsung 20Pin/Nokia DC2.0).</li><li>LED indicator.</li></ul> ]]></content:encoded> <wfw:commentRss>http://amnphoto.com/ssk-portable-power-storage/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>AU-140</title><link>http://amnphoto.com/au-140/</link> <comments>http://amnphoto.com/au-140/#comments</comments> <pubDate>Tue, 03 Jan 2012 17:35:17 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Accesories]]></category> <category><![CDATA[Photo Umbrella]]></category><guid isPermaLink="false">http://amnphoto.com/?p=649</guid> <description><![CDATA[The large umbrella reflectors are available for both Black &#38; Silver, Black &#38; White surface, intercahngeable. The diameters are 180cm and 220cm available. They will suitable for photography of products and fashion photography. Model:AU-140 Black &#38; WhiteAU-130 Black &#38; Silver The available size:180cm and 220cm]]></description> <content:encoded><![CDATA[<p><a href="http://amnphoto.com/wp-content/uploads/2012/01/au-140-banner.jpg" rel="lightbox[649]"><img class="alignnone size-full wp-image-650" title="au-140 banner" src="http://amnphoto.com/wp-content/uploads/2012/01/au-140-banner.jpg" alt="" width="578" height="489" /></a></p><p>The large umbrella reflectors are available for both Black &amp; Silver, Black &amp; White surface, intercahngeable. The diameters are 180cm and 220cm available. They will suitable for photography of products and fashion photography.</p><p><strong>Model:</strong><br />AU-140 Black &amp; White<br />AU-130 Black &amp; Silver</p><p><strong>The available size:<br /></strong>180cm and 220cm</p> ]]></content:encoded> <wfw:commentRss>http://amnphoto.com/au-140/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Heat Resistant Attachment</title><link>http://amnphoto.com/heat-resistant-attachment/</link> <comments>http://amnphoto.com/heat-resistant-attachment/#comments</comments> <pubDate>Tue, 03 Jan 2012 15:56:10 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Accesories]]></category> <category><![CDATA[Soft Box]]></category><guid isPermaLink="false">http://amnphoto.com/?p=641</guid> <description><![CDATA[&#160; This high-quality, heat-resistant attachment is designed to fit  all kinds of Soft Boxes as well as all different brand’s light. It features a convenient rotating mounting ring for easy positioning of the soft box while it is mounted on the flash or light head. Requires dedicated adapter insert. All aluminium construction. Easy mountung of [...]]]></description> <content:encoded><![CDATA[<p><a href="http://amnphoto.com/wp-content/uploads/2012/01/Heat-Resistant-Attachment-banner.jpg" rel="lightbox[641]"><img class="alignnone size-full wp-image-642" title="Heat Resistant Attachment banner" src="http://amnphoto.com/wp-content/uploads/2012/01/Heat-Resistant-Attachment-banner.jpg" alt="" width="578" height="267" /></a></p><p>&nbsp;</p><p>This high-quality, heat-resistant attachment is designed to fit  all kinds of Soft Boxes as well as all different brand’s light. It features a convenient rotating mounting ring for easy positioning of the soft box while it is mounted on the flash or light head. Requires dedicated adapter insert. All aluminium construction. Easy mountung of all softboxes.</p> ]]></content:encoded> <wfw:commentRss>http://amnphoto.com/heat-resistant-attachment/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>EB-075</title><link>http://amnphoto.com/eb-075/</link> <comments>http://amnphoto.com/eb-075/#comments</comments> <pubDate>Tue, 03 Jan 2012 15:52:17 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Accesories]]></category> <category><![CDATA[Soft Box]]></category><guid isPermaLink="false">http://amnphoto.com/?p=637</guid> <description><![CDATA[Multi Features soft box &#8211; Cubelight EB-075 The available size50 x 50 cm / 20 x 20”75 x 75 cm / 30 x 30”]]></description> <content:encoded><![CDATA[<p><a href="http://amnphoto.com/wp-content/uploads/2012/01/eb-075-banner.jpg" rel="lightbox[637]"><img class="alignright size-full wp-image-638" title="eb-075 banner" src="http://amnphoto.com/wp-content/uploads/2012/01/eb-075-banner.jpg" alt="" width="227" height="232" /></a>Multi Features soft box &#8211; Cubelight EB-075</p><p><strong>The available size<br /></strong>50 x 50 cm / 20 x 20”<br />75 x 75 cm / 30 x 30”</p> ]]></content:encoded> <wfw:commentRss>http://amnphoto.com/eb-075/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>EB-070</title><link>http://amnphoto.com/eb-070/</link> <comments>http://amnphoto.com/eb-070/#comments</comments> <pubDate>Tue, 03 Jan 2012 15:49:58 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Accesories]]></category> <category><![CDATA[Soft Box]]></category><guid isPermaLink="false">http://amnphoto.com/?p=632</guid> <description><![CDATA[Folds up just like an umbrella, the separate diffuser is joined to the box with Velcro, included with lamp holder, it can put F5/F6 Fluorescent bulbs, to set up a mini studio quickly, with no screws or fasteners of nay type, just put on the light stand. Easy Box EB-070The available size40 x 40 cm [...]]]></description> <content:encoded><![CDATA[<p><a href="http://amnphoto.com/wp-content/uploads/2012/01/eb-070-banner.jpg" rel="lightbox[632]"><img class="alignnone size-full wp-image-633" title="eb-070 banner" src="http://amnphoto.com/wp-content/uploads/2012/01/eb-070-banner.jpg" alt="" width="578" height="231" /></a></p><p><a href="http://amnphoto.com/wp-content/uploads/2012/01/eb-070-banner2.jpg" rel="lightbox[632]"><img class="alignright size-full wp-image-634" title="eb-070 banner2" src="http://amnphoto.com/wp-content/uploads/2012/01/eb-070-banner2.jpg" alt="" width="213" height="326" /></a>Folds up just like an umbrella, the separate diffuser is joined to the box with Velcro, included with lamp holder, it can put F5/F6 Fluorescent bulbs, to set up a mini studio quickly, with no screws or fasteners of nay type, just put on the light stand.</p><p>Easy Box EB-070<strong><br />The available size<br /></strong>40 x 40 cm / 16 x 16”<br />40 x 60 cm / 16 x 24”<br />50 x 50 cm / 20 x 20”<br />50 x 70 cm / 20 x 28”<br />55 cm / 22” 70 cm / 28”</p> ]]></content:encoded> <wfw:commentRss>http://amnphoto.com/eb-070/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>EB-062</title><link>http://amnphoto.com/eb-062/</link> <comments>http://amnphoto.com/eb-062/#comments</comments> <pubDate>Tue, 03 Jan 2012 15:45:48 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Accesories]]></category> <category><![CDATA[Soft Box]]></category><guid isPermaLink="false">http://amnphoto.com/?p=628</guid> <description><![CDATA[Easy soft box EB-062 with Bowens mount with grid / without grid The size available:40 x 40 cm / 16 x 16”60 x 60 cm / 24 x 24” Do you want to have soft light for portraits, product and nude photography? Is a quick assembly as important as a beautiful lighting? Then you have [...]]]></description> <content:encoded><![CDATA[<p><a href="http://amnphoto.com/wp-content/uploads/2012/01/eb-062-banner.jpg" rel="lightbox[628]"><img class="alignleft size-full wp-image-629" title="eb-062 banner" src="http://amnphoto.com/wp-content/uploads/2012/01/eb-062-banner.jpg" alt="" width="145" height="364" /></a>Easy soft box EB-062 with Bowens mount with grid / without grid</p><p><strong>The size available:<br /></strong>40 x 40 cm / 16 x 16”<br />60 x 60 cm / 24 x 24”</p><p>Do you want to have soft light for portraits, product and nude photography? Is a quick assembly as important as a beautiful lighting? Then you have to decide in favor of easy Softbox for Compact Flashes. This Softbox unite all these mentioned advantages and much more:<br />You compact flash device can be mounted on the integrated flash holder. This holder is height adjustable and therefore particularly flexible. Thus, you can start off immediately and benefits from the soft and even light.<br />The easy Softbox can be mounted on lamp tripods (5/8 inch spigot) and will be connected via flash cable to the camera. The Softbox is space-saving to carry and is equipped with a removable front diffuser for better diffusion of the light.</p> ]]></content:encoded> <wfw:commentRss>http://amnphoto.com/eb-062/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>EB-060</title><link>http://amnphoto.com/eb-060/</link> <comments>http://amnphoto.com/eb-060/#comments</comments> <pubDate>Tue, 03 Jan 2012 15:37:41 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Accesories]]></category> <category><![CDATA[Soft Box]]></category><guid isPermaLink="false">http://amnphoto.com/?p=613</guid> <description><![CDATA[Easy soft box EB-060 with flash gun holder with grid/without grid The size available:40 x 40 cm / 16 x 16”60 x 60 cm / 24 x 24”]]></description> <content:encoded><![CDATA[<p><a href="http://amnphoto.com/wp-content/uploads/2012/01/eb-060-banner.jpg" rel="lightbox[613]"><img class="alignnone size-full wp-image-619" title="eb-060 banner" src="http://amnphoto.com/wp-content/uploads/2012/01/eb-060-banner.jpg" alt="" width="578" height="200" /></a></p><p><div class="gallery_clear"></div><div id="gallery_613" class="photospace"><div class="thumbs_wrap2"><div class="thumbs_wrap"><div id="thumbs_613" class="thumnail_col " > <a class="pageLink prev" style="display:none" href="#" title="Previous Page"></a><ul class="thumbs noscript"><li><a class="thumb" href="http://amnphoto.com/wp-content/uploads/2012/01/1.jpg" title="1"  rel="lightbox[613]"> <img src="http://amnphoto.com/wp-content/uploads/2012/01/1-35x30.jpg" alt="" title="1" /> </a><div class="caption"></div></li><li><a class="thumb" href="http://amnphoto.com/wp-content/uploads/2012/01/2.jpg" title="2"  rel="lightbox[613]"> <img src="http://amnphoto.com/wp-content/uploads/2012/01/2-35x30.jpg" alt="" title="2" /> </a><div class="caption"></div></li><li><a class="thumb" href="http://amnphoto.com/wp-content/uploads/2012/01/3.jpg" title="3"  rel="lightbox[613]"> <img src="http://amnphoto.com/wp-content/uploads/2012/01/3-35x30.jpg" alt="" title="3" /> </a><div class="caption"></div></li><li><a class="thumb" href="http://amnphoto.com/wp-content/uploads/2012/01/4.jpg" title="4"  rel="lightbox[613]"> <img src="http://amnphoto.com/wp-content/uploads/2012/01/4-35x30.jpg" alt="" title="4" /> </a><div class="caption"></div></li></ul> <a class="pageLink next" style="display:none" href="#" title="Next Page"></a></div></div></div><div class="gal_content"><div class="slideshow-container"><div id="loading_613" class="loader"></div><div id="slideshow_613" class="slideshow"></div><div id="caption_613" class="caption-container"></div></div></div></div><div class="gallery_clear"></div> <script type='text/javascript'>/*<![CDATA[*/jQuery(document).ready(function($) {
				
				// We only want these styles applied when javascript is enabled
				$('.gal_content').css('display', 'block');
		
				// Initially set opacity on thumbs and add
				// additional styling for hover effect on thumbs
				var onMouseOutOpacity = 0.67;
				$('#thumbs_613 ul.thumbs li, .thumnail_col a.pageLink').opacityrollover({
					mouseOutOpacity:   onMouseOutOpacity,
					mouseOverOpacity:  1.0,
					fadeSpeed:         'fast',
					exemptionSelector: '.selected'
				});	
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_613').galleriffic({ 
					delay:                     3500,
					numThumbs:                 4,
					preloadAhead:              9,
					enableTopPager:            0,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_613',
					controlsContainerSel:      '#controls_613',
					captionContainerSel:       '#caption_613',  
					loadingContainerSel:       '#loading_613',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              'Play Slideshow',
					pauseLinkText:             'Pause Slideshow',
					prevLinkText:              '&lsaquo; Previous Photo',
					nextLinkText:              'Next Photo &rsaquo;',
					nextPageLinkText:          '&rsaquo;',
					prevPageLinkText:          '&lsaquo;',
					enableHistory:              0,
					autoStart:                 	0,
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					onSlideChange:             function(prevIndex, nextIndex) {
						// 'this' refers to the gallery, which is an extension of $('#thumbs')
						this.find('ul.thumbs').children()
							.eq(prevIndex).fadeTo('fast', onMouseOutOpacity).end()
							.eq(nextIndex).fadeTo('fast', 1.0);
					},
					onTransitionOut:           function(slide, caption, isSync, callback) {
						slide.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0, callback);
						caption.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0);
					},
					onTransitionIn:            function(slide, caption, isSync) {
						var duration = this.getDefaultTransitionDuration(isSync);
						slide.fadeTo(duration, 1.0);
	
						// Position the caption at the bottom of the image and set its opacity
						var slideImage = slide.find('img');
						caption.width(slideImage.width())
							.css({
								//'bottom' : Math.floor((slide.height() - slideImage.outerHeight()) / 2 - 40),
								'top' : slideImage.outerHeight(),
								'left' : Math.floor((slide.width() - slideImage.width()) / 2) + slideImage.outerWidth() - slideImage.width()
							})
							.fadeTo(1000, 1.0);
						
					},
					onPageTransitionOut:       function(callback) {
						this.hide();
						setTimeout(callback, 100); // wait a bit
					},
					onPageTransitionIn:        function() {
						var prevPageLink = this.find('a.prev').css('display', 'none');
						var nextPageLink = this.find('a.next').css('display', 'none');
						
						// Show appropriate next / prev page links
						if (this.displayedPage > 0)
							prevPageLink.css('display', 'block');
		
						var lastPage = this.getNumPages() - 1;
						if (this.displayedPage < lastPage)
							nextPageLink.css('display', 'block');
		
						this.fadeTo('fast', 1.0);
					},
					onImageAdded: function(imageData, li) {
						_li.opacityrollover({
							mouseOutOpacity:   onMouseOutOpacity,
							mouseOverOpacity:  1.0,
							fadeSpeed:         'fast',
							exemptionSelector: '.selected'
						});
					}
					
				}); 
				
				
				
				
		
				gallery.find('a.prev').click(function(e) {
					gallery.previousPage();
					e.preventDefault();
				});
		
				gallery.find('a.next').click(function(e) {
					gallery.nextPage(); 
					e.preventDefault();
				});
		
			});/*]]>*/</script> Easy soft box EB-060 with flash gun holder with grid/without grid</p><p><strong>The size available:<br /></strong>40 x 40 cm / 16 x 16”<br />60 x 60 cm / 24 x 24”</p> ]]></content:encoded> <wfw:commentRss>http://amnphoto.com/eb-060/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 3/74 queries in 0.544 seconds using disk
Object Caching 1227/2222 objects using disk

Served from: amnphoto.com @ 2012-05-20 19:36:48 -->
