Amazon.com: Dance for Camera: Andreas Denk, Andrea Bol, Klaus J?1/4rgens, Mischa van Dullemen, V??ronique Ferrero, Christine Kung, Antonio Bu??l, Mikel Arestegui, Marie Nespolo, Roberto Molo, Guilherme Botelho, Kylie Walters, Annick Vroom, Pascal Magnin: Movies & TV
amazon.com
Hello. Sign in to get personalized recommendations. New customer? Start here.
Kindle Fire: Now Shipping, Only $199
Your Amazon.com | Today's Deals | Gifts & Wish Lists | Gift Cards
Your Digital Items | Your Account | Help
Shop All Departments
Search
All DepartmentsAmazon Instant VideoAppliancesApps for AndroidArts, Crafts & SewingAutomotiveBabyBeautyBooksCell Phones & AccessoriesClothing & AccessoriesComputersElectronicsGift CardsGrocery & Gourmet FoodHealth & Personal CareHome & KitchenIndustrial & ScientificJewelryKindle StoreMagazine SubscriptionsMovies & TVMP3 DownloadsMusicMusical InstrumentsOffice ProductsPatio, Lawn & GardenPet SuppliesShoesSoftwareSports & OutdoorsTools & Home ImprovementToys & GamesVideo GamesWatches
Cart
Cart
Wish List
Movies & TV
New Releases
Best Sellers
Today's Deals
Blu-ray
Browse Genres
TV Shows
Amazon Instant Video
Prime Instant Videos
Your Video Library
See larger image ", ""); } var spinnerForHZ = 'http://g-ecx.images-amazon.com/images/G/01/ui/loadIndicators/loading-small._V192238939_.gif'; var spinnerDimensions = [23,23]; var hzSpinnerOn = 0, ivSpinnerOn = 0; var cbEventEnum = {"none" : 0, "changeImage" : 1, "mouseover" : 2, "openIV" : 3}; var cbImageURL,cbHiResUrl, cbEvent, cbImageID, cbImageTagID, cbShowNotesTag, lastEventType = "none"; function showHZSpinner(spinnerForHZ) { amznJQ.available("jQuery", function(){ if(!hzSpinnerOn) { var parent = jQuery("#prodImageCell"); var offset = {top: (parent.height() - spinnerDimensions[1]) / 2, left: (parent.width() - spinnerDimensions[0]) / 2 }; parent.css("position", "relative").append("
"); hzSpinnerOn = 1; } }); } function removeHZSpinner() { amznJQ.available("jQuery", function(){ if(hzSpinnerOn) { jQuery("#hoverZoomSpinner").remove(); } }); } function showIVSpinner() { if(ivSpinnerOn) { return; } amznJQ.available("jQuery", function(){ removeHZSpinner(); if(!jQuery.browser.mozilla) { jQuery(document.body).css("overflow","hidden"); } jQuery(document.body).css("opacity","0.4"); jQuery('#loadingImage').css({"left": function(){ return ( jQuery(window).width() - jQuery('#loadingImage').width() ) / 2+jQuery(window).scrollLeft() + "px"; },"top" : function(){ return ( jQuery(window).height() - jQuery('#loadingImage').height()) / 2+jQuery(window).scrollTop() + "px"; },"display":"block"}); ivSpinnerOn = 1; }); } // The below 4 functions are wrappers to handle async JS. function async_changeImage(imageURL, hiResUrl, event, spinnerForHZ) { if(productImageJSdownloaded) { removeHZSpinner(); changeImage(imageURL, hiResUrl, event, spinnerForHZ); } else { lastEventType = cbEventEnum.changeImage; cbImageURL = imageURL; cbHiResUrl = hiResUrl; cbEvent = event; showHZSpinner(spinnerForHZ); } } function async_onMouseOver(imageID, imageTagID, showNotesTag) { if(productImageJSdownloaded) { removeHZSpinner(); displayImage(imageID); if(showNotesTag) { ciuAnnotationsMouseover(imageID, imageTagID); } } else { showHZSpinner(spinnerForHZ); lastEventType = cbEventEnum.mouseover; cbImageID = imageID; cbImageTagID = imageTagID; cbShowNotestag = showNotesTag; } } function async_onMouseOut(imageID, showNotesTag) { if(productImageJSdownloaded) { if(showNotesTag) { ciuAnnotationsMouseout(imageID); } resetCaption(imageID); } } function async_openImmersiveView(event) { if(productImageJSdownloaded) { openImmersiveView(event); } else { showIVSpinner(); lastEventType = cbEventEnum.openIV cbEvent = event; } }
Share your own customer images
Quantity: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
or
Sign in to turn on 1-Click ordering.
More Buying Choices
36 used & new from $11.99
Have one to sell? Sell yours here
or
Get up to a $6.25 Amazon gift card
Share
Dance for Camera (2003)
Andreas Denk (Actor), Andrea Bol (Actor), Annick Vroom (Director), Pascal Magnin (Director) | Rated: Unrated | Format: DVD
'); jQuery(document.body).append(offscreen); offscreen.html(data); width += offscreen.children().width() + 2; content.children().remove().end().append(offscreen.children()); offscreen.remove(); var screenw = Math.min($(window).width(), $(document).width()); if(popoverParent.offset().left + width >= screenw) { popoverParent.css('left', (screenw - width) + 'px'); } popoverParent.width(width); jQuery.AmazonPopover.updateBacking('reviewsPopover'); } else { content.html(data); } }; var loadPopoverAjax = function(anchor, popover, userInitiated) { if(anchor.data('loaded')) return; anchor.data('loaded', 1); $.ajax({ url: anchor.data('ajaxURL') + '&recordMetric=' + (userInitiated ? 1 : 0), success: function(data) { loadPopoverContent(anchor, popover, data); }, error: function(x, text) { } }); }; var onPopoverShow = function(popover, settings) { if(!this.data('loaded')) { loadPopoverAjax(this, popover, true); } else if(!this.data('hitRecorded')) { $.get("/gp/customer-reviews/common/du/recordHistoPopAjax.html", { "ASIN": this.data('asin'), "ref" : this.attr('ref') }); } this.data('hitRecorded',1); }; var onPopoverHide = function(popover, settings) { jQuery('#acr-content-' + this.data('asin')).trigger('acrPopoverClose'); }; $.fn.acrPopover = function() { return this.each(function() { var $this = $(this); if(!$this.data('init')) { $this.data('init', 1) .data('asin', $this.attr('name')); var contentDiv = $('
'); var getargs = $this.attr('getargs'); var myConfig = { localContent: contentDiv, onShow: onPopoverShow, onHide: onPopoverHide }; myConfig = $.extend(true, myConfig, popoverConfig); if(!$this.height()) $this.css('height', 12); $this.after(contentDiv) .data('content', contentDiv) .data('ajaxURL', '/gp/customer-reviews/common/du/displayHistoPopAjax.html?' + '&ASIN=' + $this.data('asin') + '&link=1' + '&seeall=1' + '&ref=' + $this.attr('ref') + ((typeof getargs != 'undefined') ? ('targs=' + getargs) : '')) .amazonPopoverTrigger(myConfig); var w = window.acrAsinHover; if(w && $(w).parents('.asinReviewsSummary').get(0) == this) { $this.trigger('mouseover.amzPopover'); window.acrAsinHover = null; } } if($this.hasClass('non-lazy') && !$this.data('loaded')) { loadPopoverAjax($this); } }); }; window.reviewHistPopoverConfig = popoverConfig; var jqInit = window.jQueryInitHistoPopovers = function(asin) { $('.acr-popover[name=' + asin + ']').acrPopover(); }; window.doInit_average_customer_reviews = jqInit; window.onAjaxUpdate_average_customer_reviews = jqInit; window.onCacheUpdate_average_customer_reviews = jqInit; window.onCacheUpdateReselect_average_customer_reviews = jqInit; amznJQ.onCompletion('amznJQ.criticalFeature', function() { setTimeout(function() { amznJQ.declareAvailable('acrPopover'); }, 0); }); })(jQuery); }); amznJQ.onReady('acrPopover', function() { jQuery('.acr-popover,#searchTemplate .asinReviewsSummary').each(function() { jQuery(this).acrPopover(); }); }); 5.0 out of 5 stars See all reviews (4 customer reviews) |
List Price:
$29.95
Price:
$27.49 & this item ships for FREE with Super Saver Shipping. Details
Deal Price:
You Save:
$2.46 (8%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 6 left in stock--order soon (more on the way).
25 new from $13.76 11 used from $11.99
Trade In This Movies & TV Item for $6.25
Trade in Dance for Camera for a $6.25 Amazon.com Gift Card that can be redeemed for millions of items store wide. See more Movies & TV eligible for trade-in
? See more product promotions
Frequently Bought Together
+
+
Price For All Three: $69.97
Show availability and shipping details '; var bxgyDefaultMsgShow = 'Show availability and shipping details'; var bxgyAllMsgHide = 'Hide availability and shipping details'; var bxgyAllMsgShow = 'Show availability and shipping details'; var bxgyXYMsgHide = 'Hide availability and shipping details'; var bxgyXYMsgShow = 'Show availability and shipping details'; var bxgyXZMsgHide = 'Hide availability and shipping details'; var bxgyXZMsgShow = 'Show availability and shipping details'; var bxgyYZMsgHide = 'Hide availability and shipping details'; var bxgyYZMsgShow = 'Show availability and shipping details'; var mapText = 'To see our price, add these items to your cart. Why don't we show the price?'; var mapTextSingleAsin = 'To see our price, add this item to your cart. You can always remove it later. Why don't we show the price?'; Buy the selected items together
This item: Dance for Camera ~ Andreas Denk DVD $27.49
In Stock.
Ships from and sold by Amazon.com.
This item ships for FREE with Super Saver Shipping. Details
In Stock.
Ships from and sold by Amazon.com.
This item ships for FREE with Super Saver Shipping. Details
Dance for Camera 2 ~ Dance for Camera DVD $22.49
In Stock.
Ships from and sold by Amazon.com.
Eligible for FREE Super Saver Shipping on orders over $25. Details
In Stock.
Ships from and sold by Amazon.com.
Eligible for FREE Super Saver Shipping on orders over $25. Details
Dancing Dreams ~ Pina Bausch DVD $19.99
In Stock.
Ships from and sold by Amazon.com.
Eligible for FREE Super Saver Shipping on orders over $25. Details
In Stock.
Ships from and sold by Amazon.com.
Eligible for FREE Super Saver Shipping on orders over $25. Details
What Other Items Do Customers Buy After Viewing This Item?
Dancing Dreams ~ Pina Bausch DVD
4.4 out of 5 stars (5)
$19.99
Dancefilm: Choreography and the Moving Image by Erin Brannigan Paperback
$27.95
Envisioning Dance on Film and Video by Judy Mitoma Paperback
4.7 out of 5 stars (3)
Nederlands Dans theater Celebrates Jiri Kylian ~ Netherlands Dance Theater DVD
4.3 out of 5 stars (3)
$30.49
? Explore similar items
Product Details
Actors: Andreas Denk, Andrea Bol, Klaus J?1, 4rgens, Mischa van Dullemen
Directors: Annick Vroom, Pascal Magnin
Format: Color, DVD, NTSC
Language: English
Region: Region 1 (U.S. and Canada only. Read more about DVD formats.)
Aspect Ratio: 1.33:1
Number of discs: 1
Rated: Unrated
Studio: FIRST RUN FEATURES
DVD Release Date: March 25, 2003
Run Time: 95 minutes
Average Customer Review: '); jQuery(document.body).append(offscreen); offscreen.html(data); width += offscreen.children().width() + 2; content.children().remove().end().append(offscreen.children()); offscreen.remove(); var screenw = Math.min($(window).width(), $(document).width()); if(popoverParent.offset().left + width >= screenw) { popoverParent.css('left', (screenw - width) + 'px'); } popoverParent.width(width); jQuery.AmazonPopover.updateBacking('reviewsPopover'); } else { content.html(data); } }; var loadPopoverAjax = function(anchor, popover, userInitiated) { if(anchor.data('loaded')) return; anchor.data('loaded', 1); $.ajax({ url: anchor.data('ajaxURL') + '&recordMetric=' + (userInitiated ? 1 : 0), success: function(data) { loadPopoverContent(anchor, popover, data); }, error: function(x, text) { } }); }; var onPopoverShow = function(popover, settings) { if(!this.data('loaded')) { loadPopoverAjax(this, popover, true); } else if(!this.data('hitRecorded')) { $.get("/gp/customer-reviews/common/du/recordHistoPopAjax.html", { "ASIN": this.data('asin'), "ref" : this.attr('ref') }); } this.data('hitRecorded',1); }; var onPopoverHide = function(popover, settings) { jQuery('#acr-content-' + this.data('asin')).trigger('acrPopoverClose'); }; $.fn.acrPopover = function() { return this.each(function() { var $this = $(this); if(!$this.data('init')) { $this.data('init', 1) .data('asin', $this.attr('name')); var contentDiv = $('
'); var getargs = $this.attr('getargs'); var myConfig = { localContent: contentDiv, onShow: onPopoverShow, onHide: onPopoverHide }; myConfig = $.extend(true, myConfig, popoverConfig); if(!$this.height()) $this.css('height', 12); $this.after(contentDiv) .data('content', contentDiv) .data('ajaxURL', '/gp/customer-reviews/common/du/displayHistoPopAjax.html?' + '&ASIN=' + $this.data('asin') + '&link=1' + '&seeall=1' + '&ref=' + $this.attr('ref') + ((typeof getargs != 'undefined') ? ('targs=' + getargs) : '')) .amazonPopoverTrigger(myConfig); var w = window.acrAsinHover; if(w && $(w).parents('.asinReviewsSummary').get(0) == this) { $this.trigger('mouseover.amzPopover'); window.acrAsinHover = null; } } if($this.hasClass('non-lazy') && !$this.data('loaded')) { loadPopoverAjax($this); } }); }; window.reviewHistPopoverConfig = popoverConfig; var jqInit = window.jQueryInitHistoPopovers = function(asin) { $('.acr-popover[name=' + asin + ']').acrPopover(); }; window.doInit_average_customer_reviews = jqInit; window.onAjaxUpdate_average_customer_reviews = jqInit; window.onCacheUpdate_average_customer_reviews = jqInit; window.onCacheUpdateReselect_average_customer_reviews = jqInit; amznJQ.onCompletion('amznJQ.criticalFeature', function() { setTimeout(function() { amznJQ.declareAvailable('acrPopover'); }, 0); }); })(jQuery); }); amznJQ.onReady('acrPopover', function() { jQuery('.acr-popover,#searchTemplate .asinReviewsSummary').each(function() { jQuery(this).acrPopover(); }); }); 5.0 out of 5 stars See all reviews (4 customer reviews)
ASIN: B000083C7T
Amazon Best Sellers Rank: #54,583 in Movies & TV (See Top 100 in Movies & TV)
Would you like to update product info or give feedback on images?
For more information about "Dance for Camera" visit the Internet Movie Database (IMDb)
Editorial Reviews
Review
No art form has shown more vitality or greater innovation in recent years... This is a sample of what's been happening. --San Francisco Int'l Film Festival
Product Description
Dance For Camera is a collection of the most outstanding examples of a new film genre that merges performance and film aesthetics. Selected from festivals in Europe and North America, and winners of over 17 international awards, these six dance films present an array of humor, drama, beauty and rhythm not usually seen on film or stage. A cross between experimental, narrative film and video art, these six films offer an enticing, challenging, and inspiring way to experience the vibrancy of live dance, the rhythm of choreography and editing, and the magnitude and visual intimacy of the screen.
The films included are:
REINES D'UN JOUR, Switzerland, 26 minutes
Six tumbling bodies on mountain slopes of the Alps, caught between Heaven and Earth, among the cows and the villagers. This strikingly visual and sensual dance performance is a powerfully funny tribute to the beauty of nature.
Choreographer: Marie Nespolo, Christine Kung/ Director: Pascal Magnin/ Producer: Swiss-TV
Awards: BEST OF FESTIVAL- Dance on Camera , New York; BEST SHORT FILM - Autrans Film Festival, France; SPECIAL JURY AWARD - Video dance Festival; SPECIAL JURY AWARD - Oberhausen International Short Film Festival, Germany; GOLDEN SPIRE WINNER - San Francisco International Film Festival; GRAND PRIX - Springdance; PRIX ITALIA - Mention spciale
MEASURE, United States, 7 minutes
A relationship emerges between a man and woman that is revealed as much through their eyes as through the expressive timing of their rhythmically intricate steps.
Choreographer: Dayna Hanson; Directors: Gaelen Hanson and Danya Hanson
REST IN PEACE, UK & Netherlands, 9 minutes
Four siblings bury their parents. As they dutifully carry the coffin, they begin to exhibit signs of anarchic behavior. Back home, all restraints break loose in a flurry of inexplicably bizarre activity. But hang on! What is that, buried away in a desk drawer? It seems that the parents had strange secrets of their own.
Choreographer: Hans Hof Ensemble; Director: Annick Vroom; Producer: Rodney Wilson, BBC
Awards: BEST OF FESTIVAL 2001, Dance on Camera Festival, New York
A VILLAGE TRILOGY, Canada, 24 minutes
Returning to the physical language of early cinema, this trilogy, inspired by the displacement and destruction of WWII, successfully evokes the power of the spirit.
Choreographer and Director: Laura Taler
Awards: BEST CANADIAN DANCEFILM, Moving Pictures Int' Film Festival; BEST EXPERIMENTAL FILM, Worldwide Short Film Festival; GOLD HUGO, Chicago International Film Festival
CORNERED, Canada, 5 minutes
This vertiginous black and white film redefines gravity as an attractive force of right angles.
Producer/director/choreographer: Michael Downing
CONTRECOUP, Switzerland, 24 minutes
This film depicts an urban environment torn by violence, disorder, and loneliness where the light is sinister, daily life is hostile, and sleep is a nightmare.
Choreography: Guilherme Botelho; Director: Pascal Magnin; Producer: Swiss TV
Awards: FIRST PRIZE (CREATION) - IMZ Dance Screen, K?ln; CERTIFICATE OF MERIT WINNER, San Francisco International Film Festival; "CZECH CRYSTAL AWARD", Golden Prague Festival; SPECIAL MENTION, Locarno Film Festival; PRIX CARINA ARI/MEDIA DANSE: Winner "From Stage to Screen"; SECOND PRIZE, Golden Prague; BEST SHORT FILM, Cinema Tout Ecran, Geneva
See all Editorial Reviews
Customer Reviews
4 Reviews
5 star:
(4)
4 star:
(0)
3 star:
(0)
2 star:
(0)
1 star:
(0)
Average Customer Review
5.0 out of 5 stars (4 customer reviews)
Share your thoughts with other customers:
Create your own review
Most Helpful Customer Reviews
18 of 19 people found the following review helpful:
5.0 out of 5 stars How to Measure the Day Queen's Dream?, May 31, 2003
By
Nicholas Croft (New York) - See all my reviews
(REAL NAME)
This review is from: Dance for Camera (DVD) This 95 minute DVD, "Dance for Camera", features six films selected from the Dance Camera West Festival, held in Los Angeles, during the Spring of 2002. This festival is hosted annually by the Dance Films Association and the Lincoln Center Film Society.
Film I) "Queens for a Day" was directed by Pascal Magnin of Switzerland. In the film, three male and three female dancers visit the Swiss Alps for an afternoon of roaming the mountains, before encountering a local village celebration.
Film II) "Measure" is by the company 33 Fainting Spells of the USA. The hallway, in which one male and one female dancer calibrate time, is featured on this DVD cover still photograph, by Gaelen Hanson.
Film III) "Rest In Peace" was directed by Annick Vroom of the Netherlands/UK. A group of middle aged dancers mourn the death of their parents through the acrobatics of mutual consolation.
Film IV) "A Village Trilogy" was directed by Laura Taler of Canada. a)A female dancer reminisces in and around an abandoned mill b)Two brothers wake in the woods as Rip Van Winkle family twins c)Five commune members discuss their operating budget within a bucolic countryside setting.
Film V) "Cornered" was directed by Michael Downing of Canada. A solo female dancer uses the geometry of spherical perspective to represent an interior journey through the fourth dimension.
Film VI) "Contrecoup" was also directed by Pascal Magnin of Switzerland. A enticing, challenging and inspiring film which explores the dream life of two frustrated, ill-fated, lovers. The film takes place amidst a surreal post-modern cityscape.
"Dance for Camera" serves as a fine example of how accomplished directors can integrate the art of dance completely into the art of cinema. Let us hope that producers Kelly Hargraves and Lynette Kessler bring the Dance Camera West Festival to an even wider audience through an annual DVD release.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes No
Report abuse | Permalink
Comment Comment
12 of 12 people found the following review helpful:
5.0 out of 5 stars Expect the Unexpected, December 23, 2004
By
Rebecca Johnson "The Rebecca Review" (Washington State) - See all my reviews
(TOP 10 REVIEWER) (COMMUNITY FORUM 04) (VINE VOICE) (REAL NAME)
This review is from: Dance for Camera (DVD) From the start of this experimental series of dance films, the originality was stunning and at times the creativity was more than fascinating. At first, there is a primal dance of life where dancers make an interesting use of gravity as they propel themselves down alpine slopes.
Bodies sleeping on grassy slopes awaken from sleep and then literally start to roll down the hill in a playful way you may have rolled down a hill as a child. Then, the entire dance becomes a study of the human body and what it is capable of in playful confrontations heavy with the scent of sexual tension. There are many metaphors at play as dancers are locked in territorial dances and the interplay of intimacy is stunning in the scenes where two people become their whole world despite onlookers.
There is a also a beautiful scene where three dancers leave the other dancers and slowly walk into water. Like three water nymphs they draw inspiration from sensation itself. A hand skims the surface of the water or they enjoy the simple pleasures of twirling in the water. I have rarely seen intimacy captured so well on film. The first film made me nostalgic for moments I have yet to discover. I watched this part four times because it was so unique.
The rest of the dances are equally creative and they all cover completely different emotional scenes and circumstances. A hallway becomes a mesmerizing hall of mirrors. A dance of death becomes a visual metaphor for dying to life or escaping from death. A family celebration twirls around a table or a woman in a "box" or corner dances in ways that seem almost impossible. The camera seems to be spinning.
A man on a street follows and this leads to scenes where love and hate are played out in a land where tables grow three times their height and dancers move amongst broken plates.
The next journey of self-discovery delves into madness and then a scene in a forest has absolute moments of hilarity. Many of the dances seem to be drawing inspiration from everything from water ballet to juggling acts and games of musical chairs. Many of the dancers just seem to be naturally curious about what their bodies can do and a few can do stunning moves that defy definition, they happen so fast. I'd have to say this might be the most intriguing DVD I watched this year. It was rather mesmerizing and I can highly recommend this DVD to anyone who loves dance itself.
~The Rebecca Review
Help other customers find the most helpful reviews
Was this review helpful to you? Yes No
Report abuse | Permalink
Comment Comment
8 of 11 people found the following review helpful:
5.0 out of 5 stars what a great find!, May 3, 2003
By A Customer
This review is from: Dance for Camera (DVD) It's so hard to find experimental dance films like this on DVD! These six films are funny, exciting and beautiful to watch. DVD is a great way to see dance.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes No
Report abuse | Permalink
Comment Comment (1)
Share your thoughts with other customers: Create your own review
? See all 4 customer reviews...
Most Recent Customer Reviews
5.0 out of 5 stars Wonderful!!!
The 1st segment is so powerful! I loved it and will keep watching it for years and sharing it with friends!
Published on February 4, 2009 by Sara Daum
Search Customer Reviews
Only search this product's reviews
? See all 4 customer reviews...
Customers Who Bought This Item Also Bought
Page of (Start over)
Back
Dance for Camera 2 DVD ~ Dance for Camera
4.3 out of 5 stars (3)
$22.49
Dancing Dreams DVD ~ Pina Bausch
4.4 out of 5 stars (5)
$19.99
Dv8: Physical Theater DVD ~ David Hinton
3.7 out of 5 stars (3)
$26.99
From a Classical Position / Just Dancing A... DVD ~ William Forsythe
$17.99
La La La Human Steps: Amelia DVD ~ Edouard Lock
5.0 out of 5 stars (10)
$28.49
Envisioning Dance on Film and Video by Judy Mitoma
4.7 out of 5 stars (3)
Next
Tags Customers Associate with This Product (What's this?)
Click on a tag to find related items, discussions, and people.
Check the boxes next to the tags you consider relevant or enter your own tags in the field below.
fitness lifestyle(4)
modern dance(4)
dance(2)
performance(2)
drama(1)
movie(1)
Agree with these tags?
See all 8 tags...
Your tags: Add your first tag
Search Products Tagged with
See most popular tags
Like 1321593050 false 0 0 0 0 (0)
Customer Discussions
This product's forum
Discussion
Replies
Latest Post
No discussions yet
Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Receive e-mail when new posts are made
Prompts for sign-in
Guidelines
Active discussions in related forums
Discussion
Replies
Latest Post
Horror forum The Horror Thread For Horror BOOKS
6221
3 minutes ago
Movie forum What is the best acting performance ever?
647
12 minutes ago
Movie forum What do you consider the single greatest film ever made, and why?
2549
35 minutes ago
Movie forum Most Overrated Movie - The Short List
714
1 hour ago
Horror forum {{{A Blood Red Movie Battle}}}
295
1 hour ago
Movie forum funniest side splitters in film
77
1 hour ago
Education forum Teacher's comment questioning the qualifications of homeschoolers
3509
6 hours ago
Education forum Don't Blame Teachers For Family Failings
515
1 day ago
Search Customer Discussions
Search all Amazon discussions
Related forums
Education forum (286 discussions)
Horror forum (1023 discussions)
Movie forum (1023 discussions)
Look for Similar Items by Category
Movies & TV > TV
Look for Similar Items by Subject
Search Movies & TV by subject:
Drama
Horror
How-To
Movie
Performing Arts - Ballet/Dance
Short
Visual Arts
War
i.e., each product must be in subject 1 AND subject 2 AND ...
Feedback
If you need help or have a question for Customer Service, contact us.
Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?
Your comments can help make our site better for everyone. Please note that we are unable to respond directly to all feedback submitted via this form, but we'll ask you to sign in so we can contact you if needed. Feedback is limited to 1000 characters.
Your Recent History (What's this?)
After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.
? View and edit your browsing history
Get to Know Us
Careers
Investor Relations
Press Releases
Amazon and Our Planet
Amazon in the Community
Make Money with Us
Sell on Amazon
Become an Affiliate
Advertise Your Products
Independently Publish with Us
? See all
Let Us Help You
Shipping Rates & Policies
Amazon Prime
Returns Are Easy
Manage Your Kindle
Help
Canada China France Germany Italy Japan Spain United Kingdom
AbeBooks
Rare Books
& Textbooks
AmazonLocal
Great Local Deals
in Your City
AmazonWireless
Cellphones &
Wireless Plans
Askville
Community
Answers
Audible
Download
Audio Books
Diapers.com
Everything
But The Baby
DPReview
Digital
Photography
Endless
Shoes
& More
Fabric
Sewing, Quilting
& Knitting
IMDb
Movies, TV
& Celebrities
MYHABIT
Private Fashion
Designer Sales
Shopbop
Designer
Fashion Brands
Small Parts
Industrial
Supplies
Soap.com
Health, Beauty &
Home Essentials
Warehouse Deals
Open-Box
Discounts
Woot
Never Gonna
Give You Up
Zappos
Shoes &
Clothing
Conditions of Use Privacy Notice ? 1996-2011, Amazon.com, Inc. or its affiliates
