$('#artwork_content').html("\x0A\x0A\x0A\x0A\x0A\x3Cul class\x3D\x22gallery\x2Dul\x22\x3E\x0A\x09\x0A\x09\x0A\x09\x0A\x09\x3Cli\x3E\x3Ca class\x3D\x22fbox\x22 href\x3D\x22/files/images/2011/10/02/thumbs/111_072_11_Kub%C3%ADk_Mat%C4%9Bj_Urny_kopie_jpg_1000x1000_q85.jpg\x22\x3E\x3Cimg src\x3D\x22/files/images/2011/10/02/thumbs/111_072_11_Kub%C3%ADk_Mat%C4%9Bj_Urny_kopie_jpg_480x320_q85.jpg\x22 alt\x3D\x22Urn 1\x22 height\x3D\x22320\x22 /\x3E\x3C/a\x3E\x3C/li\x3E\x0A\x09\x0A\x3C/ul\x3E\x0A\x3Cdiv class\x3D\x22gallery\x2Ddiv\x22\x3E\x0A\x09\x3Ch3\x3EMatěj Kubík\x3C/h3\x3E\x0A\x09\x0A\x09\x3Cp\x3E\x0A\x09\x3Cstrong\x3EUrn\x3C/strong\x3E\x3Cbr\x3E\x0A\x09\x3Cstrong\x3EHand\x2Dshaped glass heads and glass blown into the rotary mold\x3C/strong\x3E\x3Cbr\x3E\x0A\x09\x3Cstrong\x3EThe High School of Applied Arts for Glassmaking, Železný Brod\x3C/strong\x3E\x0A\x09\x3C/p\x3E\x0A\x09\x0A\x09\x0A\x09\x3Ch4\x3EHodnocení poroty\x3C/h4\x3E\x0A\x09\x3Cp\x3EUnconventional and refined solution of the casing has been praised replacing a traditional metal urns. The design allows for creation of individual variations according to the request of bereaved persons and it connects aesthetical qualities of the glass object with its reverential functions.\x3C/p\x3E\x0A\x0A\x3Cp\x3EPhDr. Oskar Brůža, Unie výtvarných umělců ČR\x3C/p\x3E\x0A\x09\x0A\x09\x0A\x09\x3Ch4\x3EAnotace\x3C/h4\x3E\x0A\x09\x3Cp\x3EThe design of the double\x2Dwalled vessel uses inner bubbles and their outer sheating, and it works with exaggeration to a quite serious topic. The glass urns present a new trend in funeral services particularly with use of cosy material and stylish plastic accessory. The dignified respectful atmosphere is implemented in the design. The glass urns are suitable for interiors and also for exteriors. Particular texts can be sandblasted on the surface of the glass cylinders.\x3C/p\x3E\x0A\x09\x09\x0A\x09\x0A\x09\x3Cul class\x3D\x22awards\x22\x3E\x0A\x09\x09\x0A\x09\x09\x3Cli\x3E+The Union of Artists of the ČR Award\x3C/li\x3E\x0A\x09\x09\x0A\x09\x09\x3Cli\x3E+Nominace na národní cenu za studenský design\x3C/li\x3E\x0A\x09\x09\x0A\x09\x3C/ul\x3E\x0A\x09\x0A\x09\x0A\x09\x0A\x09\x0A\x09\x0A\x0A\x09\x3Ciframe class\x3D\x22fb\x2Dlike\x22 src\x3D\x22//www.facebook.com/plugins/like.php?href\x3Dhttp://www.studentskydesign.cz/en/2011/artwork/129\x26amp\x3Bsend\x3Dfalse\x26amp\x3Blayout\x3Dstandard\x26amp\x3Bwidth\x3D450\x26amp\x3Bshow_faces\x3Dfalse\x26amp\x3Baction\x3Dlike\x26amp\x3Bcolorscheme\x3Dlight\x22 scrolling\x3D\x22no\x22 frameborder\x3D\x220\x22 style\x3D\x22border:none\x3B overflow:hidden\x3B width:450px\x22 allowTransparency\x3D\x22true\x22\x3E\x3C/iframe\x3E\x0A\x3C/div\x3E");
$('#content-left .filter li').removeClass('active');
$('#content-left').find('.content').fadeOut(250).filter(function() { return $(this).data('category') == 'galerie' }).fadeIn(250).find('p').cstypo();
if ($slider !== undefined) {
$slider.destroyShow();
}
var $slider;
// $('.gallery-ul:visible').find('li').first().find('img').imagesLoaded(function(){
$('#artwork_content .gallery-ul').not('.active').addClass('active');
$slider = $('#artwork_content .gallery-ul.active').height($('#artwork_content .gallery-ul.active').find('li').first().find('img').attr('height')).bxSlider({
infiniteLoop: false,
prevText: '',
nextText: '',
hideControlOnEnd: true,
onNextSlide: function(currentSlideNumber, totalSlideQty, currentSlideHtmlObject){
$('#artwork_content .gallery-ul.active').animate({height:currentSlideHtmlObject.height()}, 250);
} ,
onPrevSlide: function(currentSlideNumber, totalSlideQty, currentSlideHtmlObject){
$('#artwork_content .gallery-ul.active').animate({height:currentSlideHtmlObject.height()}, 250);
}
});
// });
// content left - fancybox
$('#artwork_content .gallery-ul li a.fbox').click(function(e){
e.preventDefault();
var thumb = $(this).attr('href');
$.fancybox({
href: thumb,
overlayOpacity: 0.8,
overlayColor: '#fff',
showCloseButton: false,
hideOnContentClick: true,
padding: 0
});
return false;
});
$(document).keydown(function(e) {
if (e.keyCode == 37) { // left
$slider.goToPreviousSlide();
}
if (e.keyCode == 39) { // right
$slider.goToNextSlide();
}
});