diff --git a/src/wp-content/plugins/jquery-slider/css/jquery-slider.css b/src/wp-content/plugins/jquery-slider/css/jquery-slider.css
deleted file mode 100644
index 6dfcfce..0000000
--- a/src/wp-content/plugins/jquery-slider/css/jquery-slider.css
+++ /dev/null
@@ -1,447 +0,0 @@
-.jquery-slider
-{
- position:relative;
- overflow:visible;
-}
-
-
-.slider-item
-{
- position:absolute;
- left:-9999px;
-}
-
-
-.jquery-slider .slide-wrapper
-{
- position:absolute;
- overflow:visible;
-}
-
-
-.jquery-slider .slide
-{
- position:absolute;
- width: 100%;
- height: 100%;
- z-index:10;
-}
-
-
-.jquery-slider .slice
-{
- display:block;
- position:absolute;
-}
-
-
-.jquery-slider .preloader
-{
- background:url(../images/preloader2.gif) no-repeat;
- width:62px;
- height:14px;
- position:absolute;
- z-index:15;
-}
-
-
-.jquery-slider .navigation-arrows a
-{
- background:url(../images/arrows.png) no-repeat;
- position:absolute;
- z-index:30;
- cursor:pointer;
- width:38px;
- height:38px;
-}
-
-
-.jquery-slider .navigation-arrows .left
-{
- left:20px;
-}
-
-
-.jquery-slider .navigation-arrows .right
-{
- right:20px;
- background-position: -38px 0px;
-}
-
-
-.jquery-slider .slideshow-controls
-{
- background:url(../images/playpause.png) no-repeat;
- position:absolute;
- z-index:40;
- width:38px;
- height:38px;
- cursor:pointer;
-}
-
-
-.jquery-slider .slideshow-controls.pause
-{
- background-position: 0px 0px;
-}
-
-
-.jquery-slider .slideshow-controls.play
-{
- background-position: -38px 0px;
-}
-
-
-.jquery-slider .timer-animation
-{
- position:absolute;
- top:20px;
- right:20px;
- z-index:60;
-}
-
-
-.jquery-slider .caption
-{
- overflow:hidden;
- position:absolute;
- z-index:20;
-}
-
-
-.jquery-slider .caption .wrapper
-{
- position:absolute;
-}
-
-
-.jquery-slider .caption .background
-{
- background-color:#000;
- position:absolute;
- z-index:10;
- width:100%;
- height:100%;
-}
-
-
-.jquery-slider .caption .content
-{
- position:absolute;
- color:#FFF;
- margin:0px;
- padding:10px;
- z-index:20;
-}
-
-
-.jquery-slider .thumbnail
-{
- background-image:url(../images/preloader.gif);
- background-color:#FFF;
- background-position:center;
- background-repeat:no-repeat;
- position:relative;
- overflow:hidden;
- border:solid 3px #CCC;
-}
-
-
-.jquery-slider .navigation-buttons
-{
- position:absolute;
- z-index:50;
- top:105%;
-}
-
-
-.jquery-slider .navigation-buttons a
-{
- background:url(../images/buttons.png) no-repeat;
- background-position:0px 0px;
- position:relative;
- cursor:pointer;
- float:left;
- width:14px;
- height:14px;
- margin: 0px 2px;
-}
-
-
-.jquery-slider .navigation-buttons .over
-{
- background-position:-14px 0px;
-}
-
-
-.jquery-slider .navigation-buttons .select
-{
- background-position:-28px 0px;
-}
-
-
-.jquery-slider .navigation-buttons .thumbnail
-{
- position:absolute;
- margin-bottom:10px;
-}
-
-.jquery-slider .navigation-thumbnails
-{
- position:absolute;
- z-index:50;
-}
-
-
-.jquery-slider .navigation-thumbnails .mask
-{
- position:absolute;
- overflow:hidden;
-}
-
-
-.jquery-slider .navigation-thumbnails .container
-{
- position:absolute;
- top:0px;
- left:0px;
-}
-
-
-.jquery-slider .navigation-thumbnails .thumbnail
-{
- cursor:pointer;
- position:absolute;
- margin:10px 5px;
-}
-
-
-.jquery-slider .navigation-thumbnails .thumbnail.over
-{
- border:solid 3px #CCC;
- -moz-box-shadow: 0px 0px 10px #555;
- -webkit-box-shadow: 0px 0px 10px #555;
- box-shadow: 0px 0px 10px #555;
-}
-
-
-.jquery-slider .navigation-thumbnails .thumbnail.select
-{
- border:solid 3px #CCC;
- -moz-box-shadow: 0px 0px 10px #555;
- -webkit-box-shadow: 0px 0px 10px #555;
- box-shadow: 0px 0px 10px #555;
-}
-
-
-.jquery-slider .navigation-thumbnails .thumbnail .caption
-{
- position:absolute;
- width:100%;
-}
-
-
-.jquery-slider .navigation-thumbnails .thumbnail .caption .background
-{
- position:absolute;
- width:100%;
- height:100%;
- background-color:#000;
- opacity:0.5;
- filter:alpha(opacity=50);
- -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
- z-index:10;
-}
-
-
-.jquery-slider .navigation-thumbnails .thumbnail .caption .content
-{
- position:absolute;
- color:#FFF;
- font-size:12px;
- text-align:center;
- padding:0px;
- margin:0px;
- width:100%;
- z-index:20;
-}
-
-
-.jquery-slider .navigation-thumbnails .arrows a
-{
- background:url(../images/arrows.png) no-repeat;
- position:absolute;
- cursor:pointer;
- width:38px;
- height:38px;
-}
-
-
-.jquery-slider .navigation-thumbnails .arrows .vertical
-{
- background:url(../images/arrows_v.png) no-repeat;
-}
-
-
-.jquery-slider .navigation-thumbnails .arrows .left
-{
-
-}
-
-
-.jquery-slider .navigation-thumbnails .arrows .right
-{
- background-position:-38px 0px;
-}
-
-
-
-.jquery-slider .navigation-thumbnails .buttons
-{
- position:absolute;
-}
-
-
-.jquery-slider .navigation-thumbnails .buttons a
-{
- background:url(../images/buttons.png) no-repeat;
- background-position:0px 0px;
- position:absolute;
- cursor:pointer;
- width:14px;
- height:14px;
- margin: 2px;
-}
-
-
-.jquery-slider .navigation-thumbnails .buttons .over
-{
- background-position:-14px 0px;
-}
-
-
-.jquery-slider .navigation-thumbnails .buttons .select
-{
- background-position:-28px 0px;
-}
-
-
-.jquery-slider .tooltip
-{
- position:absolute;
- z-index:9999;
- background-color:#DDD;
- margin-bottom:20px;
- border:#EEE solid 4px;
- border-radius:8px;
- -moz-border-radius:8px;
- -webkit-border-radius:8px;
-}
-
-
-.jquery-slider .tooltip .content
-{
- color:#999;
- padding:10px;
- margin:0px;
-}
-
-
-.jquery-slider .scrollbar
-{
- width:340px;
- height:20px;
- position:absolute;
-}
-
-
-.jquery-slider .scrollbar-vertical
-{
- height:340px;
- width:20px;
- position:absolute;
-}
-
-
-.jquery-slider .scrollbar .track
-{
- background-image:url(../images/scrollbar_track.png);
- width:300px;
- height:20px;
- position:absolute;
- left:20px;
-}
-
-
-.jquery-slider .scrollbar-vertical .track
-{
- background-image:url(../images/scrollbar_track_v.png);
- width:20px;
- height:300px;
- position:absolute;
- top:20px;
-}
-
-
-.jquery-slider .scrollbar .thumb
-{
- background-image:url(../images/scrollbar_thumb.png);
- width:70px;
- height:20px;
- position:absolute;
- cursor:pointer;
-}
-
-
-.jquery-slider .scrollbar-vertical .thumb
-{
- background-image:url(../images/scrollbar_thumb_v.png);
- width:20px;
- height:70px;
- position:absolute;
- cursor:pointer;
-}
-
-
-.jquery-slider .scrollbar .left
-{
- background-image:url(../images/scrollbar_left.png);
- width:20px;
- height:20px;
- position:absolute;
- cursor:pointer;
- left:0px;
-}
-
-
-.jquery-slider .scrollbar-vertical .left
-{
- background-image:url(../images/scrollbar_up_v.png);
- width:20px;
- height:20px;
- top:0px;
- position:absolute;
- cursor:pointer;
-}
-
-
-.jquery-slider .scrollbar .right
-{
- background-image:url(../images/scrollbar_right.png);
- width:20px;
- height:20px;
- position:absolute;
- cursor:pointer;
- right:0px;
-}
-
-
-.jquery-slider .scrollbar-vertical .right
-{
- background-image:url(../images/scrollbar_down_v.png);
- width:20px;
- height:20px;
- position:absolute;
- cursor:pointer;
- bottom:0px;
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto.css b/src/wp-content/plugins/jquery-slider/css/prettyPhoto.css
deleted file mode 100644
index c4f29a2..0000000
--- a/src/wp-content/plugins/jquery-slider/css/prettyPhoto.css
+++ /dev/null
@@ -1,523 +0,0 @@
-/* ------------------------------------------------------------------------
- This you can edit.
-------------------------------------------------------------------------- */
-
- /* ----------------------------------
- Default Theme
- ----------------------------------- */
-
- div.pp_default .pp_top,
- div.pp_default .pp_top .pp_middle,
- div.pp_default .pp_top .pp_left,
- div.pp_default .pp_top .pp_right,
- div.pp_default .pp_bottom,
- div.pp_default .pp_bottom .pp_left,
- div.pp_default .pp_bottom .pp_middle,
- div.pp_default .pp_bottom .pp_right { height: 13px; }
-
- div.pp_default .pp_top .pp_left { background: url(prettyPhoto/default/sprite.png) -78px -93px no-repeat; } /* Top left corner */
- div.pp_default .pp_top .pp_middle { background: url(prettyPhoto/default/sprite_x.png) top left repeat-x; } /* Top pattern/color */
- div.pp_default .pp_top .pp_right { background: url(prettyPhoto/default/sprite.png) -112px -93px no-repeat; } /* Top right corner */
-
- div.pp_default .pp_content .ppt { color: #f8f8f8; }
- div.pp_default .pp_content_container .pp_left { background: url(prettyPhoto/default/sprite_y.png) -7px 0 repeat-y; padding-left: 13px; }
- div.pp_default .pp_content_container .pp_right { background: url(prettyPhoto/default/sprite_y.png) top right repeat-y; padding-right: 13px; }
- div.pp_default .pp_content { background-color: #fff; } /* Content background */
- div.pp_default .pp_next:hover { background: url(prettyPhoto/default/sprite_next.png) center right no-repeat; cursor: pointer; } /* Next button */
- div.pp_default .pp_previous:hover { background: url(prettyPhoto/default/sprite_prev.png) center left no-repeat; cursor: pointer; } /* Previous button */
- div.pp_default .pp_expand { background: url(prettyPhoto/default/sprite.png) 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Expand button */
- div.pp_default .pp_expand:hover { background: url(prettyPhoto/default/sprite.png) 0 -56px no-repeat; cursor: pointer; } /* Expand button hover */
- div.pp_default .pp_contract { background: url(prettyPhoto/default/sprite.png) 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Contract button */
- div.pp_default .pp_contract:hover { background: url(prettyPhoto/default/sprite.png) 0 -113px no-repeat; cursor: pointer; } /* Contract button hover */
- div.pp_default .pp_close { width: 30px; height: 30px; background: url(prettyPhoto/default/sprite.png) 2px 1px no-repeat; cursor: pointer; } /* Close button */
- div.pp_default #pp_full_res .pp_inline { color: #000; }
- div.pp_default .pp_gallery ul li a { background: url(prettyPhoto/default/default_thumb.png) center center #f8f8f8; border:1px solid #aaa; }
- div.pp_default .pp_gallery ul li a:hover,
- div.pp_default .pp_gallery ul li.selected a { border-color: #fff; }
-
- div.pp_default .pp_gallery a.pp_arrow_previous,
- div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto; }
- div.pp_default .pp_nav .pp_play,
- div.pp_default .pp_nav .pp_pause { background: url(prettyPhoto/default/sprite.png) -51px 1px no-repeat; height:30px; width:30px; }
- div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }
- div.pp_default .pp_details { position: relative; }
- div.pp_default a.pp_arrow_previous,
- div.pp_default a.pp_arrow_next { background: url(prettyPhoto/default/sprite.png) -31px -3px no-repeat; height: 20px; margin: 4px 0 0 0; width: 20px; }
- div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px; } /* The next arrow in the bottom nav */
- div.pp_default .pp_content_container .pp_details { margin-top: 5px; }
- div.pp_default .pp_nav { clear: none; height: 30px; width: 105px; position: relative; }
- div.pp_default .pp_nav .currentTextHolder{ font-family: Georgia; font-style: italic; font-color:#999; font-size: 11px; left: 75px; line-height: 25px; margin: 0; padding: 0 0 0 10px; position: absolute; top: 2px; }
-
- div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity:0.7; }
-
- div.pp_default .pp_description{ font-size: 11px; font-weight: bold; line-height: 14px; margin: 5px 50px 5px 0; }
-
- div.pp_default .pp_bottom .pp_left { background: url(prettyPhoto/default/sprite.png) -78px -127px no-repeat; } /* Bottom left corner */
- div.pp_default .pp_bottom .pp_middle { background: url(prettyPhoto/default/sprite_x.png) bottom left repeat-x; } /* Bottom pattern/color */
- div.pp_default .pp_bottom .pp_right { background: url(prettyPhoto/default/sprite.png) -112px -127px no-repeat; } /* Bottom right corner */
-
- div.pp_default .pp_loaderIcon { background: url(prettyPhoto/default/loader.gif) center center no-repeat; } /* Loader icon */
-
-
- /* ----------------------------------
- Light Rounded Theme
- ----------------------------------- */
-
-
- div.light_rounded .pp_top .pp_left { background: url(prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
- div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
- div.light_rounded .pp_top .pp_right { background: url(prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
-
- div.light_rounded .pp_content .ppt { color: #000; }
- div.light_rounded .pp_content_container .pp_left,
- div.light_rounded .pp_content_container .pp_right { background: #fff; }
- div.light_rounded .pp_content { background-color: #fff; } /* Content background */
- div.light_rounded .pp_next:hover { background: url(prettyPhoto/light_rounded/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
- div.light_rounded .pp_previous:hover { background: url(prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
- div.light_rounded .pp_expand { background: url(prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
- div.light_rounded .pp_expand:hover { background: url(prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
- div.light_rounded .pp_contract { background: url(prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
- div.light_rounded .pp_contract:hover { background: url(prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
- div.light_rounded .pp_close { width: 75px; height: 22px; background: url(prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
- div.light_rounded .pp_details { position: relative; }
- div.light_rounded .pp_description { margin-right: 85px; }
- div.light_rounded #pp_full_res .pp_inline { color: #000; }
- div.light_rounded .pp_gallery a.pp_arrow_previous,
- div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
- div.light_rounded .pp_nav .pp_play { background: url(prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
- div.light_rounded .pp_nav .pp_pause { background: url(prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
-
- div.light_rounded .pp_arrow_previous { background: url(prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
- div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
- div.light_rounded .pp_arrow_next { background: url(prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
- div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
-
- div.light_rounded .pp_bottom .pp_left { background: url(prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
- div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
- div.light_rounded .pp_bottom .pp_right { background: url(prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */
-
- div.light_rounded .pp_loaderIcon { background: url(prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */
-
- /* ----------------------------------
- Dark Rounded Theme
- ----------------------------------- */
-
- div.dark_rounded .pp_top .pp_left { background: url(prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
- div.dark_rounded .pp_top .pp_middle { background: url(prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
- div.dark_rounded .pp_top .pp_right { background: url(prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
-
- div.dark_rounded .pp_content_container .pp_left { background: url(prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
- div.dark_rounded .pp_content_container .pp_right { background: url(prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
- div.dark_rounded .pp_content { background: url(prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
- div.dark_rounded .pp_next:hover { background: url(prettyPhoto/dark_rounded/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
- div.dark_rounded .pp_previous:hover { background: url(prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
- div.dark_rounded .pp_expand { background: url(prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
- div.dark_rounded .pp_expand:hover { background: url(prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
- div.dark_rounded .pp_contract { background: url(prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
- div.dark_rounded .pp_contract:hover { background: url(prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
- div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
- div.dark_rounded .pp_details { position: relative; }
- div.dark_rounded .pp_description { margin-right: 85px; }
- div.dark_rounded .currentTextHolder { color: #c4c4c4; }
- div.dark_rounded .pp_description { color: #fff; }
- div.dark_rounded #pp_full_res .pp_inline { color: #fff; }
- div.dark_rounded .pp_gallery a.pp_arrow_previous,
- div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
- div.dark_rounded .pp_nav .pp_play { background: url(prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
- div.dark_rounded .pp_nav .pp_pause { background: url(prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
-
- div.dark_rounded .pp_arrow_previous { background: url(prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
- div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
- div.dark_rounded .pp_arrow_next { background: url(prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
- div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
-
- div.dark_rounded .pp_bottom .pp_left { background: url(prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
- div.dark_rounded .pp_bottom .pp_middle { background: url(prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
- div.dark_rounded .pp_bottom .pp_right { background: url(prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */
-
- div.dark_rounded .pp_loaderIcon { background: url(prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
-
-
- /* ----------------------------------
- Dark Square Theme
- ----------------------------------- */
-
- div.dark_square .pp_left ,
- div.dark_square .pp_middle,
- div.dark_square .pp_right,
- div.dark_square .pp_content { background: #000; }
-
- div.dark_square .currentTextHolder { color: #c4c4c4; }
- div.dark_square .pp_description { color: #fff; }
- div.dark_square .pp_loaderIcon { background: url(prettyPhoto/dark_square/loader.gif) center center no-repeat; } /* Loader icon */
-
- div.dark_square .pp_expand { background: url(prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
- div.dark_square .pp_expand:hover { background: url(prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
- div.dark_square .pp_contract { background: url(prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
- div.dark_square .pp_contract:hover { background: url(prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
- div.dark_square .pp_close { width: 75px; height: 22px; background: url(prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
- div.dark_square .pp_details { position: relative; }
- div.dark_square .pp_description { margin: 0 85px 0 0; }
- div.dark_square #pp_full_res .pp_inline { color: #fff; }
- div.dark_square .pp_gallery a.pp_arrow_previous,
- div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
- div.dark_square .pp_nav { clear: none; }
- div.dark_square .pp_nav .pp_play { background: url(prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
- div.dark_square .pp_nav .pp_pause { background: url(prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
-
- div.dark_square .pp_arrow_previous { background: url(prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
- div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
- div.dark_square .pp_arrow_next { background: url(prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
- div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
-
- div.dark_square .pp_next:hover { background: url(prettyPhoto/dark_square/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
- div.dark_square .pp_previous:hover { background: url(prettyPhoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
-
-
- /* ----------------------------------
- Light Square Theme
- ----------------------------------- */
-
- div.light_square .pp_left ,
- div.light_square .pp_middle,
- div.light_square .pp_right,
- div.light_square .pp_content { background: #fff; }
-
- div.light_square .pp_content .ppt { color: #000; }
- div.light_square .pp_expand { background: url(prettyPhoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
- div.light_square .pp_expand:hover { background: url(prettyPhoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
- div.light_square .pp_contract { background: url(prettyPhoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
- div.light_square .pp_contract:hover { background: url(prettyPhoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
- div.light_square .pp_close { width: 75px; height: 22px; background: url(prettyPhoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
- div.light_square .pp_details { position: relative; }
- div.light_square .pp_description { margin-right: 85px; }
- div.light_square #pp_full_res .pp_inline { color: #000; }
- div.light_square .pp_gallery a.pp_arrow_previous,
- div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
- div.light_square .pp_nav .pp_play { background: url(prettyPhoto/light_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
- div.light_square .pp_nav .pp_pause { background: url(prettyPhoto/light_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
-
- div.light_square .pp_arrow_previous { background: url(prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
- div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
- div.light_square .pp_arrow_next { background: url(prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
- div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
-
- div.light_square .pp_next:hover { background: url(prettyPhoto/light_square/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
- div.light_square .pp_previous:hover { background: url(prettyPhoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
-
- div.light_square .pp_loaderIcon { background: url(prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */
-
-
- /* ----------------------------------
- Facebook style Theme
- ----------------------------------- */
-
- div.facebook .pp_top .pp_left { background: url(prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; } /* Top left corner */
- div.facebook .pp_top .pp_middle { background: url(prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; } /* Top pattern/color */
- div.facebook .pp_top .pp_right { background: url(prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; } /* Top right corner */
-
- div.facebook .pp_content .ppt { color: #000; }
- div.facebook .pp_content_container .pp_left { background: url(prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; } /* Content background */
- div.facebook .pp_content_container .pp_right { background: url(prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; } /* Content background */
- div.facebook .pp_content { background: #fff; } /* Content background */
- div.facebook .pp_expand { background: url(prettyPhoto/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
- div.facebook .pp_expand:hover { background: url(prettyPhoto/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
- div.facebook .pp_contract { background: url(prettyPhoto/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
- div.facebook .pp_contract:hover { background: url(prettyPhoto/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
- div.facebook .pp_close { width: 22px; height: 22px; background: url(prettyPhoto/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
- div.facebook .pp_details { position: relative; }
- div.facebook .pp_description { margin: 0 37px 0 0; }
- div.facebook #pp_full_res .pp_inline { color: #000; }
- div.facebook .pp_loaderIcon { background: url(prettyPhoto/facebook/loader.gif) center center no-repeat; } /* Loader icon */
-
- div.facebook .pp_arrow_previous { background: url(prettyPhoto/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
- div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
- div.facebook .pp_arrow_next { background: url(prettyPhoto/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
- div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
- div.facebook .pp_nav { margin-top: 0; }
- div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
- div.facebook .pp_nav .pp_play { background: url(prettyPhoto/facebook/sprite.png) -1px -123px no-repeat; height: 22px; width: 22px; }
- div.facebook .pp_nav .pp_pause { background: url(prettyPhoto/facebook/sprite.png) -32px -123px no-repeat; height: 22px; width: 22px; }
-
- div.facebook .pp_next:hover { background: url(prettyPhoto/facebook/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
- div.facebook .pp_previous:hover { background: url(prettyPhoto/facebook/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
-
- div.facebook .pp_bottom .pp_left { background: url(prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
- div.facebook .pp_bottom .pp_middle { background: url(prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; } /* Bottom pattern/color */
- div.facebook .pp_bottom .pp_right { background: url(prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */
-
-
-/* ------------------------------------------------------------------------
- DO NOT CHANGE
-------------------------------------------------------------------------- */
-
- div.pp_pic_holder a:focus { outline:none; }
-
- div.pp_overlay {
- background: #000;
- display: none;
- left: 0;
- position: absolute;
- top: 0;
- width: 100%;
- z-index: 9500;
- }
-
- div.pp_pic_holder {
- display: none;
- position: absolute;
- width: 100px;
- z-index: 10000;
- }
-
-
- .pp_top {
- height: 20px;
- position: relative;
- }
- * html .pp_top { padding: 0 20px; }
-
- .pp_top .pp_left {
- height: 20px;
- left: 0;
- position: absolute;
- width: 20px;
- }
- .pp_top .pp_middle {
- height: 20px;
- left: 20px;
- position: absolute;
- right: 20px;
- }
- * html .pp_top .pp_middle {
- left: 0;
- position: static;
- }
-
- .pp_top .pp_right {
- height: 20px;
- left: auto;
- position: absolute;
- right: 0;
- top: 0;
- width: 20px;
- }
-
- .pp_content { height: 40px; min-width: 40px; }
- * html .pp_content { width: 40px; }
-
- .pp_fade { display: none; }
-
- .pp_content_container {
- position: relative;
- text-align: left;
- width: 100%;
- }
-
- .pp_content_container .pp_left { padding-left: 20px; }
- .pp_content_container .pp_right { padding-right: 20px; }
-
- .pp_content_container .pp_details {
- float: left;
- margin: 10px 0 2px 0;
- }
- .pp_description {
- display: none;
- margin: 0 0 5px 0;
- }
-
- .pp_nav {
- clear: right;
- float: left;
- margin: 3px 10px 0 0;
- }
-
- .pp_nav p {
- float: left;
- margin: 2px 4px;
- }
-
- .pp_nav .pp_play,
- .pp_nav .pp_pause {
- float: left;
- margin-right: 4px;
- text-indent: -10000px;
- }
-
- a.pp_arrow_previous,
- a.pp_arrow_next {
- display: block;
- float: left;
- height: 15px;
- margin-top: 3px;
- overflow: hidden;
- text-indent: -10000px;
- width: 14px;
- }
-
- .pp_hoverContainer {
- position: absolute;
- top: 0;
- width: 100%;
- z-index: 2000;
- }
-
- .pp_gallery {
- display: none;
- left: 50%;
- margin-top: -50px;
- position: absolute;
- z-index: 10000;
- }
-
- .pp_gallery div {
- float: left;
- overflow: hidden;
- }
-
- .pp_gallery ul {
- float: left;
- height: 35px;
- margin: 0 0 0 5px;
- padding: 0;
- position: relative;
- white-space: nowrap;
- }
-
- .pp_gallery ul a {
- border: 1px #000 solid;
- border: 1px rgba(0,0,0,0.5) solid;
- display: block;
- float: left;
- height: 33px;
- overflow: hidden;
- }
-
- .pp_gallery ul a:hover,
- .pp_gallery li.selected a { border-color: #fff; }
-
- .pp_gallery ul a img { border: 0; }
-
- .pp_gallery li {
- display: block;
- float: left;
- margin: 0 5px 0 0;
- padding: 0;
- }
-
- .pp_gallery li.default a {
- background: url(prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
- display: block;
- height: 33px;
- width: 50px;
- }
-
- .pp_gallery li.default a img { display: none; }
-
- .pp_gallery .pp_arrow_previous,
- .pp_gallery .pp_arrow_next {
- margin-top: 7px !important;
- }
-
- a.pp_next {
- background: url(prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
- display: block;
- float: right;
- height: 100%;
- text-indent: -10000px;
- width: 49%;
- }
-
- a.pp_previous {
- background: url(prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
- display: block;
- float: left;
- height: 100%;
- text-indent: -10000px;
- width: 49%;
- }
-
- a.pp_expand,
- a.pp_contract {
- cursor: pointer;
- display: none;
- height: 20px;
- position: absolute;
- right: 30px;
- text-indent: -10000px;
- top: 10px;
- width: 20px;
- z-index: 20000;
- }
-
- a.pp_close {
- position: absolute; right: 0; top: 0;
- display: block;
- line-height:22px;
- text-indent: -10000px;
- }
-
- .pp_bottom {
- height: 20px;
- position: relative;
- }
- * html .pp_bottom { padding: 0 20px; }
-
- .pp_bottom .pp_left {
- height: 20px;
- left: 0;
- position: absolute;
- width: 20px;
- }
- .pp_bottom .pp_middle {
- height: 20px;
- left: 20px;
- position: absolute;
- right: 20px;
- }
- * html .pp_bottom .pp_middle {
- left: 0;
- position: static;
- }
-
- .pp_bottom .pp_right {
- height: 20px;
- left: auto;
- position: absolute;
- right: 0;
- top: 0;
- width: 20px;
- }
-
- .pp_loaderIcon {
- display: block;
- height: 24px;
- left: 50%;
- margin: -12px 0 0 -12px;
- position: absolute;
- top: 50%;
- width: 24px;
- }
-
- #pp_full_res {
- line-height: 1 !important;
- }
-
- #pp_full_res .pp_inline {
- text-align: left;
- }
-
- #pp_full_res .pp_inline p { margin: 0 0 15px 0; }
-
- div.ppt {
- color: #fff;
- display: none;
- font-size: 17px;
- margin: 0 0 5px 15px;
- z-index: 9999;
- }
-
-/* ------------------------------------------------------------------------
- Miscellaneous
-------------------------------------------------------------------------- */
-
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_rounded/btnNext.png b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_rounded/btnNext.png
deleted file mode 100644
index b28c1ef..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_rounded/btnNext.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_rounded/btnPrevious.png b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_rounded/btnPrevious.png
deleted file mode 100644
index e0cd9c4..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_rounded/btnPrevious.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_rounded/contentPattern.png b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_rounded/contentPattern.png
deleted file mode 100644
index e5a047c..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_rounded/contentPattern.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_rounded/default_thumbnail.gif b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_rounded/default_thumbnail.gif
deleted file mode 100644
index 2b1280f..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_rounded/default_thumbnail.gif and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_rounded/loader.gif b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_rounded/loader.gif
deleted file mode 100644
index 50820ee..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_rounded/loader.gif and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_rounded/sprite.png b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_rounded/sprite.png
deleted file mode 100644
index fb8c0f8..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_rounded/sprite.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_square/btnNext.png b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_square/btnNext.png
deleted file mode 100644
index b28c1ef..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_square/btnNext.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_square/btnPrevious.png b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_square/btnPrevious.png
deleted file mode 100644
index e0cd9c4..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_square/btnPrevious.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_square/contentPattern.png b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_square/contentPattern.png
deleted file mode 100644
index 7b50aff..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_square/contentPattern.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_square/default_thumbnail.gif b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_square/default_thumbnail.gif
deleted file mode 100644
index 2b1280f..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_square/default_thumbnail.gif and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_square/loader.gif b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_square/loader.gif
deleted file mode 100644
index 50820ee..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_square/loader.gif and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_square/sprite.png b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_square/sprite.png
deleted file mode 100644
index 4fe3547..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/dark_square/sprite.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/default/default_thumb.png b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/default/default_thumb.png
deleted file mode 100644
index 1a26e4b..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/default/default_thumb.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/default/loader.gif b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/default/loader.gif
deleted file mode 100644
index 35d397c..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/default/loader.gif and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/default/sprite.png b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/default/sprite.png
deleted file mode 100644
index 5f07ddc..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/default/sprite.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/default/sprite_next.png b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/default/sprite_next.png
deleted file mode 100644
index 379dc0d..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/default/sprite_next.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/default/sprite_prev.png b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/default/sprite_prev.png
deleted file mode 100644
index 1ee4865..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/default/sprite_prev.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/default/sprite_x.png b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/default/sprite_x.png
deleted file mode 100644
index d4433ab..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/default/sprite_x.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/default/sprite_y.png b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/default/sprite_y.png
deleted file mode 100644
index 7786ab5..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/default/sprite_y.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/facebook/btnNext.png b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/facebook/btnNext.png
deleted file mode 100644
index e809c3b..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/facebook/btnNext.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/facebook/btnPrevious.png b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/facebook/btnPrevious.png
deleted file mode 100644
index 0812542..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/facebook/btnPrevious.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/facebook/contentPatternBottom.png b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/facebook/contentPatternBottom.png
deleted file mode 100644
index a9be3b2..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/facebook/contentPatternBottom.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/facebook/contentPatternLeft.png b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/facebook/contentPatternLeft.png
deleted file mode 100644
index 277c87a..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/facebook/contentPatternLeft.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/facebook/contentPatternRight.png b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/facebook/contentPatternRight.png
deleted file mode 100644
index 76e50d0..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/facebook/contentPatternRight.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/facebook/contentPatternTop.png b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/facebook/contentPatternTop.png
deleted file mode 100644
index 8b110ba..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/facebook/contentPatternTop.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/facebook/default_thumbnail.gif b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/facebook/default_thumbnail.gif
deleted file mode 100644
index 2b1280f..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/facebook/default_thumbnail.gif and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/facebook/loader.gif b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/facebook/loader.gif
deleted file mode 100644
index 7ac990c..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/facebook/loader.gif and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/facebook/sprite.png b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/facebook/sprite.png
deleted file mode 100644
index 660a254..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/facebook/sprite.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/light_rounded/btnNext.png b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/light_rounded/btnNext.png
deleted file mode 100644
index b28c1ef..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/light_rounded/btnNext.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/light_rounded/btnPrevious.png b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/light_rounded/btnPrevious.png
deleted file mode 100644
index e0cd9c4..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/light_rounded/btnPrevious.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/light_rounded/default_thumbnail.gif b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/light_rounded/default_thumbnail.gif
deleted file mode 100644
index 2b1280f..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/light_rounded/default_thumbnail.gif and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/light_rounded/loader.gif b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/light_rounded/loader.gif
deleted file mode 100644
index 7ac990c..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/light_rounded/loader.gif and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/light_rounded/sprite.png b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/light_rounded/sprite.png
deleted file mode 100644
index 7f28379..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/light_rounded/sprite.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/light_square/btnNext.png b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/light_square/btnNext.png
deleted file mode 100644
index b28c1ef..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/light_square/btnNext.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/light_square/btnPrevious.png b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/light_square/btnPrevious.png
deleted file mode 100644
index e0cd9c4..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/light_square/btnPrevious.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/light_square/default_thumbnail.gif b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/light_square/default_thumbnail.gif
deleted file mode 100644
index 2b1280f..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/light_square/default_thumbnail.gif and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/light_square/loader.gif b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/light_square/loader.gif
deleted file mode 100644
index 7ac990c..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/light_square/loader.gif and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/light_square/sprite.png b/src/wp-content/plugins/jquery-slider/css/prettyPhoto/light_square/sprite.png
deleted file mode 100644
index 4fe3547..0000000
Binary files a/src/wp-content/plugins/jquery-slider/css/prettyPhoto/light_square/sprite.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/images/arrows.png b/src/wp-content/plugins/jquery-slider/images/arrows.png
deleted file mode 100644
index 03efe0f..0000000
Binary files a/src/wp-content/plugins/jquery-slider/images/arrows.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/images/arrows_v.png b/src/wp-content/plugins/jquery-slider/images/arrows_v.png
deleted file mode 100644
index e979257..0000000
Binary files a/src/wp-content/plugins/jquery-slider/images/arrows_v.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/images/buttons.png b/src/wp-content/plugins/jquery-slider/images/buttons.png
deleted file mode 100644
index c94f93b..0000000
Binary files a/src/wp-content/plugins/jquery-slider/images/buttons.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/images/captionBg.png b/src/wp-content/plugins/jquery-slider/images/captionBg.png
deleted file mode 100644
index 59d5f9d..0000000
Binary files a/src/wp-content/plugins/jquery-slider/images/captionBg.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/images/preloader.gif b/src/wp-content/plugins/jquery-slider/images/preloader.gif
deleted file mode 100644
index 53f5beb..0000000
Binary files a/src/wp-content/plugins/jquery-slider/images/preloader.gif and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/images/preloader2.gif b/src/wp-content/plugins/jquery-slider/images/preloader2.gif
deleted file mode 100644
index a58ccbe..0000000
Binary files a/src/wp-content/plugins/jquery-slider/images/preloader2.gif and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/images/scrollbar_down_v.png b/src/wp-content/plugins/jquery-slider/images/scrollbar_down_v.png
deleted file mode 100644
index d61dfe8..0000000
Binary files a/src/wp-content/plugins/jquery-slider/images/scrollbar_down_v.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/images/scrollbar_left.png b/src/wp-content/plugins/jquery-slider/images/scrollbar_left.png
deleted file mode 100644
index 5995f8b..0000000
Binary files a/src/wp-content/plugins/jquery-slider/images/scrollbar_left.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/images/scrollbar_right.png b/src/wp-content/plugins/jquery-slider/images/scrollbar_right.png
deleted file mode 100644
index a474392..0000000
Binary files a/src/wp-content/plugins/jquery-slider/images/scrollbar_right.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/images/scrollbar_thumb.png b/src/wp-content/plugins/jquery-slider/images/scrollbar_thumb.png
deleted file mode 100644
index f4eeb9a..0000000
Binary files a/src/wp-content/plugins/jquery-slider/images/scrollbar_thumb.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/images/scrollbar_thumb_v.png b/src/wp-content/plugins/jquery-slider/images/scrollbar_thumb_v.png
deleted file mode 100644
index 6da1efe..0000000
Binary files a/src/wp-content/plugins/jquery-slider/images/scrollbar_thumb_v.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/images/scrollbar_track.png b/src/wp-content/plugins/jquery-slider/images/scrollbar_track.png
deleted file mode 100644
index 0529026..0000000
Binary files a/src/wp-content/plugins/jquery-slider/images/scrollbar_track.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/images/scrollbar_track_v.png b/src/wp-content/plugins/jquery-slider/images/scrollbar_track_v.png
deleted file mode 100644
index 4a8df8e..0000000
Binary files a/src/wp-content/plugins/jquery-slider/images/scrollbar_track_v.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/images/scrollbar_up_v.png b/src/wp-content/plugins/jquery-slider/images/scrollbar_up_v.png
deleted file mode 100644
index e3f1b32..0000000
Binary files a/src/wp-content/plugins/jquery-slider/images/scrollbar_up_v.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/images/src/arrows_src.png b/src/wp-content/plugins/jquery-slider/images/src/arrows_src.png
deleted file mode 100644
index d14e174..0000000
Binary files a/src/wp-content/plugins/jquery-slider/images/src/arrows_src.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/images/src/arrows_v_src.png b/src/wp-content/plugins/jquery-slider/images/src/arrows_v_src.png
deleted file mode 100644
index 900c1f9..0000000
Binary files a/src/wp-content/plugins/jquery-slider/images/src/arrows_v_src.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/images/src/buttons_src.png b/src/wp-content/plugins/jquery-slider/images/src/buttons_src.png
deleted file mode 100644
index a2f3b00..0000000
Binary files a/src/wp-content/plugins/jquery-slider/images/src/buttons_src.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/images/src/playpause_src.png b/src/wp-content/plugins/jquery-slider/images/src/playpause_src.png
deleted file mode 100644
index 35b7003..0000000
Binary files a/src/wp-content/plugins/jquery-slider/images/src/playpause_src.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/images/src/preloader2_src.png b/src/wp-content/plugins/jquery-slider/images/src/preloader2_src.png
deleted file mode 100644
index 6c9ab74..0000000
Binary files a/src/wp-content/plugins/jquery-slider/images/src/preloader2_src.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/images/src/preloader_src.png b/src/wp-content/plugins/jquery-slider/images/src/preloader_src.png
deleted file mode 100644
index bb12a51..0000000
Binary files a/src/wp-content/plugins/jquery-slider/images/src/preloader_src.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/images/src/scrollbar_left_raw.png b/src/wp-content/plugins/jquery-slider/images/src/scrollbar_left_raw.png
deleted file mode 100644
index 193bdb9..0000000
Binary files a/src/wp-content/plugins/jquery-slider/images/src/scrollbar_left_raw.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/images/src/scrollbar_right_raw.png b/src/wp-content/plugins/jquery-slider/images/src/scrollbar_right_raw.png
deleted file mode 100644
index 9dd7dfd..0000000
Binary files a/src/wp-content/plugins/jquery-slider/images/src/scrollbar_right_raw.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/images/src/scrollbar_scrollbar_raw.png b/src/wp-content/plugins/jquery-slider/images/src/scrollbar_scrollbar_raw.png
deleted file mode 100644
index 9ece760..0000000
Binary files a/src/wp-content/plugins/jquery-slider/images/src/scrollbar_scrollbar_raw.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/images/src/scrollbar_thumb_raw.png b/src/wp-content/plugins/jquery-slider/images/src/scrollbar_thumb_raw.png
deleted file mode 100644
index b165e8e..0000000
Binary files a/src/wp-content/plugins/jquery-slider/images/src/scrollbar_thumb_raw.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/images/src/scrollbar_track_raw.png b/src/wp-content/plugins/jquery-slider/images/src/scrollbar_track_raw.png
deleted file mode 100644
index e0caad0..0000000
Binary files a/src/wp-content/plugins/jquery-slider/images/src/scrollbar_track_raw.png and /dev/null differ
diff --git a/src/wp-content/plugins/jquery-slider/jquery-slider.php b/src/wp-content/plugins/jquery-slider/jquery-slider.php
deleted file mode 100644
index ce1bd0a..0000000
--- a/src/wp-content/plugins/jquery-slider/jquery-slider.php
+++ /dev/null
@@ -1,169 +0,0 @@
- '',
- 'thumb' => __( 'Image' ),
- 'title' => __( 'Name', 'tcp' ),
- 'date' => __( 'Date', 'tcp' ),
- );
- return $columns;
-}
-
-
-function manageSlideCustomColumns( $column_name ) {
- global $post;
- if ( $post->post_type == 'slide' )
- if ( 'thumb' == $column_name ) {
- echo the_post_thumbnail(array(75,75));
- }
-}
-
-function js_custom_init()
-{
- $labels = array(
- 'name' => _x('Slides', 'post type general name'),
- 'singular_name' => _x('Slide', 'post type singular name'),
- 'add_new' => _x('Add New', 'slide'),
- 'add_new_item' => __('Add New Slide'),
- 'edit_item' => __('Edit Slide'),
- 'new_item' => __('New Slide'),
- 'view_item' => __('View Slide'),
- 'search_items' => __('Search Slides'),
- 'not_found' => __('No slides found'),
- 'not_found_in_trash' => __('No slides found in Trash'),
- 'parent_item_colon' => '',
- 'menu_name' => 'Slides'
- );
- $args = array(
- 'labels' => $labels,
- 'public' => true,
- 'publicly_queryable' => true,
- 'show_ui' => true,
- 'show_in_menu' => true,
- 'query_var' => true,
- 'rewrite' => true,
- 'capability_type' => 'post',
- 'has_archive' => false,
- 'hierarchical' => false,
- 'menu_position' => 20,
- 'supports' => array('title','editor','thumbnail')
- );
- register_post_type('slide',$args);
-}
-
-// Load javascripts and css files
-if(!is_admin()){
- add_action('wp_print_scripts', 'js_load_js');
- function js_load_js(){
- wp_enqueue_script('jquery');
- wp_enqueue_script('jquerySliderJs', JS_URL.'/js/jquerySlider.min.js');
-
-
- }
-
- add_action('wp_print_styles', 'js_load_css');
- function js_load_css(){
- wp_enqueue_style('jquerySliderCss', JS_URL.'/css/jquery-slider.css');
- }
-
- add_action('wp_head', 'js_head_code');
- function js_head_code(){
- $out = "";
- $out .= "";
- echo $out;
- }
-}
-
-function jquery_slider(){
- global $post;
-
- $qry = new WP_Query('post_type=slide&showposts=-1');
- if($qry->have_posts()):
-
- $out = '
';
- while($qry->have_posts()) : $qry->the_post();
- $out .= '
';
-
- $images = get_posts( 'post_parent='.$post->ID.'&post_type=attachment&post_mime_type=image' );
-
- if ( empty($images) ) {
- // no attachments here
- //$out .= '
error: '.$post->ID.'
';
- } else {
- $imgAttr = wp_get_attachment_image_src( $images[0]->ID );
- $out .= '

';
- $out .= '

';
- }
-
- $out .= '
'.get_the_content($post->ID).'
';
- $out .= '
';
- endwhile;
- $out .= '
';
- endif;
- wp_reset_postdata();
-
- return $out;
-}
-
-add_shortcode('jQuery Slider', 'jquery_slider');
-add_theme_support('post-thumbnails');
\ No newline at end of file
diff --git a/src/wp-content/plugins/jquery-slider/js/excanvas.compiled.js b/src/wp-content/plugins/jquery-slider/js/excanvas.compiled.js
deleted file mode 100644
index a34ca1d..0000000
--- a/src/wp-content/plugins/jquery-slider/js/excanvas.compiled.js
+++ /dev/null
@@ -1,35 +0,0 @@
-// Copyright 2006 Google Inc.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-document.createElement("canvas").getContext||(function(){var s=Math,j=s.round,F=s.sin,G=s.cos,V=s.abs,W=s.sqrt,k=10,v=k/2;function X(){return this.context_||(this.context_=new H(this))}var L=Array.prototype.slice;function Y(b,a){var c=L.call(arguments,2);return function(){return b.apply(a,c.concat(L.call(arguments)))}}var M={init:function(b){if(/MSIE/.test(navigator.userAgent)&&!window.opera){var a=b||document;a.createElement("canvas");a.attachEvent("onreadystatechange",Y(this.init_,this,a))}},init_:function(b){b.namespaces.g_vml_||
-b.namespaces.add("g_vml_","urn:schemas-microsoft-com:vml","#default#VML");b.namespaces.g_o_||b.namespaces.add("g_o_","urn:schemas-microsoft-com:office:office","#default#VML");if(!b.styleSheets.ex_canvas_){var a=b.createStyleSheet();a.owningElement.id="ex_canvas_";a.cssText="canvas{display:inline-block;overflow:hidden;text-align:left;width:300px;height:150px}g_vml_\\:*{behavior:url(#default#VML)}g_o_\\:*{behavior:url(#default#VML)}"}var c=b.getElementsByTagName("canvas"),d=0;for(;d','","");this.element_.insertAdjacentHTML("BeforeEnd",t.join(""))};i.stroke=function(b){var a=[],c=P(b?this.fillStyle:this.strokeStyle),d=c.color,f=c.alpha*this.globalAlpha;a.push("g.x)g.x=e.x;if(h.y==null||e.yg.y)g.y=e.y}}a.push(' ">');if(b)if(typeof this.fillStyle=="object"){var m=this.fillStyle,r=0,n={x:0,y:0},o=0,q=1;if(m.type_=="gradient"){var t=m.x1_/this.arcScaleX_,E=m.y1_/this.arcScaleY_,p=this.getCoords_(m.x0_/this.arcScaleX_,m.y0_/this.arcScaleY_),
-z=this.getCoords_(t,E);r=Math.atan2(z.x-p.x,z.y-p.y)*180/Math.PI;if(r<0)r+=360;if(r<1.0E-6)r=0}else{var p=this.getCoords_(m.x0_,m.y0_),w=g.x-h.x,x=g.y-h.y;n={x:(p.x-h.x)/w,y:(p.y-h.y)/x};w/=this.arcScaleX_*k;x/=this.arcScaleY_*k;var R=s.max(w,x);o=2*m.r0_/R;q=2*m.r1_/R-o}var u=m.colors_;u.sort(function(ba,ca){return ba.offset-ca.offset});var J=u.length,da=u[0].color,ea=u[J-1].color,fa=u[0].alpha*this.globalAlpha,ga=u[J-1].alpha*this.globalAlpha,S=[],l=0;for(;l')}else a.push('');else{var K=this.lineScale_*this.lineWidth;if(K<1)f*=K;a.push("')}a.push("");this.element_.insertAdjacentHTML("beforeEnd",a.join(""))};i.fill=function(){this.stroke(true)};i.closePath=function(){this.currentPath_.push({type:"close"})};i.getCoords_=function(b,a){var c=this.m_;return{x:k*(b*c[0][0]+a*c[1][0]+c[2][0])-v,y:k*(b*c[0][1]+a*c[1][1]+c[2][1])-v}};i.save=function(){var b={};O(this,b);this.aStack_.push(b);this.mStack_.push(this.m_);this.m_=y(I(),this.m_)};i.restore=function(){O(this.aStack_.pop(),
-this);this.m_=this.mStack_.pop()};function ha(b){var a=0;for(;a<3;a++){var c=0;for(;c<2;c++)if(!isFinite(b[a][c])||isNaN(b[a][c]))return false}return true}function A(b,a,c){if(!!ha(a)){b.m_=a;if(c)b.lineScale_=W(V(a[0][0]*a[1][1]-a[0][1]*a[1][0]))}}i.translate=function(b,a){A(this,y([[1,0,0],[0,1,0],[b,a,1]],this.m_),false)};i.rotate=function(b){var a=G(b),c=F(b);A(this,y([[a,c,0],[-c,a,0],[0,0,1]],this.m_),false)};i.scale=function(b,a){this.arcScaleX_*=b;this.arcScaleY_*=a;A(this,y([[b,0,0],[0,a,
-0],[0,0,1]],this.m_),true)};i.transform=function(b,a,c,d,f,h){A(this,y([[b,a,0],[c,d,0],[f,h,1]],this.m_),true)};i.setTransform=function(b,a,c,d,f,h){A(this,[[b,a,0],[c,d,0],[f,h,1]],true)};i.clip=function(){};i.arcTo=function(){};i.createPattern=function(){return new U};function D(b){this.type_=b;this.r1_=this.y1_=this.x1_=this.r0_=this.y0_=this.x0_=0;this.colors_=[]}D.prototype.addColorStop=function(b,a){a=P(a);this.colors_.push({offset:b,color:a.color,alpha:a.alpha})};function U(){}G_vmlCanvasManager=
-M;CanvasRenderingContext2D=H;CanvasGradient=D;CanvasPattern=U})();
diff --git a/src/wp-content/plugins/jquery-slider/js/jquery-1.4.3.min.js b/src/wp-content/plugins/jquery-slider/js/jquery-1.4.3.min.js
deleted file mode 100644
index c941a5f..0000000
--- a/src/wp-content/plugins/jquery-slider/js/jquery-1.4.3.min.js
+++ /dev/null
@@ -1,166 +0,0 @@
-/*!
- * jQuery JavaScript Library v1.4.3
- * http://jquery.com/
- *
- * Copyright 2010, John Resig
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * Includes Sizzle.js
- * http://sizzlejs.com/
- * Copyright 2010, The Dojo Foundation
- * Released under the MIT, BSD, and GPL Licenses.
- *
- * Date: Thu Oct 14 23:10:06 2010 -0400
- */
-(function(E,A){function U(){return false}function ba(){return true}function ja(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function Ga(a){var b,d,e=[],f=[],h,k,l,n,s,v,B,D;k=c.data(this,this.nodeType?"events":"__events__");if(typeof k==="function")k=k.events;if(!(a.liveFired===this||!k||!k.live||a.button&&a.type==="click")){if(a.namespace)D=RegExp("(^|\\.)"+a.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)");a.liveFired=this;var H=k.live.slice(0);for(n=0;nd)break;a.currentTarget=f.elem;a.data=f.handleObj.data;
-a.handleObj=f.handleObj;D=f.handleObj.origHandler.apply(f.elem,arguments);if(D===false||a.isPropagationStopped()){d=f.level;if(D===false)b=false}}return b}}function Y(a,b){return(a&&a!=="*"?a+".":"")+b.replace(Ha,"`").replace(Ia,"&")}function ka(a,b,d){if(c.isFunction(b))return c.grep(a,function(f,h){return!!b.call(f,h,f)===d});else if(b.nodeType)return c.grep(a,function(f){return f===b===d});else if(typeof b==="string"){var e=c.grep(a,function(f){return f.nodeType===1});if(Ja.test(b))return c.filter(b,
-e,!d);else b=c.filter(b,e)}return c.grep(a,function(f){return c.inArray(f,b)>=0===d})}function la(a,b){var d=0;b.each(function(){if(this.nodeName===(a[d]&&a[d].nodeName)){var e=c.data(a[d++]),f=c.data(this,e);if(e=e&&e.events){delete f.handle;f.events={};for(var h in e)for(var k in e[h])c.event.add(this,h,e[h][k],e[h][k].data)}}})}function Ka(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}
-function ma(a,b,d){var e=b==="width"?a.offsetWidth:a.offsetHeight;if(d==="border")return e;c.each(b==="width"?La:Ma,function(){d||(e-=parseFloat(c.css(a,"padding"+this))||0);if(d==="margin")e+=parseFloat(c.css(a,"margin"+this))||0;else e-=parseFloat(c.css(a,"border"+this+"Width"))||0});return e}function ca(a,b,d,e){if(c.isArray(b)&&b.length)c.each(b,function(f,h){d||Na.test(a)?e(a,h):ca(a+"["+(typeof h==="object"||c.isArray(h)?f:"")+"]",h,d,e)});else if(!d&&b!=null&&typeof b==="object")c.isEmptyObject(b)?
-e(a,""):c.each(b,function(f,h){ca(a+"["+f+"]",h,d,e)});else e(a,b)}function S(a,b){var d={};c.each(na.concat.apply([],na.slice(0,b)),function(){d[this]=a});return d}function oa(a){if(!da[a]){var b=c("<"+a+">").appendTo("body"),d=b.css("display");b.remove();if(d==="none"||d==="")d="block";da[a]=d}return da[a]}function ea(a){return c.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var u=E.document,c=function(){function a(){if(!b.isReady){try{u.documentElement.doScroll("left")}catch(i){setTimeout(a,
-1);return}b.ready()}}var b=function(i,r){return new b.fn.init(i,r)},d=E.jQuery,e=E.$,f,h=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]+)$)/,k=/\S/,l=/^\s+/,n=/\s+$/,s=/\W/,v=/\d/,B=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,D=/^[\],:{}\s]*$/,H=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,w=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,G=/(?:^|:|,)(?:\s*\[)+/g,M=/(webkit)[ \/]([\w.]+)/,g=/(opera)(?:.*version)?[ \/]([\w.]+)/,j=/(msie) ([\w.]+)/,o=/(mozilla)(?:.*? rv:([\w.]+))?/,m=navigator.userAgent,p=false,
-q=[],t,x=Object.prototype.toString,C=Object.prototype.hasOwnProperty,P=Array.prototype.push,N=Array.prototype.slice,R=String.prototype.trim,Q=Array.prototype.indexOf,L={};b.fn=b.prototype={init:function(i,r){var y,z,F;if(!i)return this;if(i.nodeType){this.context=this[0]=i;this.length=1;return this}if(i==="body"&&!r&&u.body){this.context=u;this[0]=u.body;this.selector="body";this.length=1;return this}if(typeof i==="string")if((y=h.exec(i))&&(y[1]||!r))if(y[1]){F=r?r.ownerDocument||r:u;if(z=B.exec(i))if(b.isPlainObject(r)){i=
-[u.createElement(z[1])];b.fn.attr.call(i,r,true)}else i=[F.createElement(z[1])];else{z=b.buildFragment([y[1]],[F]);i=(z.cacheable?z.fragment.cloneNode(true):z.fragment).childNodes}return b.merge(this,i)}else{if((z=u.getElementById(y[2]))&&z.parentNode){if(z.id!==y[2])return f.find(i);this.length=1;this[0]=z}this.context=u;this.selector=i;return this}else if(!r&&!s.test(i)){this.selector=i;this.context=u;i=u.getElementsByTagName(i);return b.merge(this,i)}else return!r||r.jquery?(r||f).find(i):b(r).find(i);
-else if(b.isFunction(i))return f.ready(i);if(i.selector!==A){this.selector=i.selector;this.context=i.context}return b.makeArray(i,this)},selector:"",jquery:"1.4.3",length:0,size:function(){return this.length},toArray:function(){return N.call(this,0)},get:function(i){return i==null?this.toArray():i<0?this.slice(i)[0]:this[i]},pushStack:function(i,r,y){var z=b();b.isArray(i)?P.apply(z,i):b.merge(z,i);z.prevObject=this;z.context=this.context;if(r==="find")z.selector=this.selector+(this.selector?" ":
-"")+y;else if(r)z.selector=this.selector+"."+r+"("+y+")";return z},each:function(i,r){return b.each(this,i,r)},ready:function(i){b.bindReady();if(b.isReady)i.call(u,b);else q&&q.push(i);return this},eq:function(i){return i===-1?this.slice(i):this.slice(i,+i+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(N.apply(this,arguments),"slice",N.call(arguments).join(","))},map:function(i){return this.pushStack(b.map(this,function(r,y){return i.call(r,
-y,r)}))},end:function(){return this.prevObject||b(null)},push:P,sort:[].sort,splice:[].splice};b.fn.init.prototype=b.fn;b.extend=b.fn.extend=function(){var i=arguments[0]||{},r=1,y=arguments.length,z=false,F,I,K,J,fa;if(typeof i==="boolean"){z=i;i=arguments[1]||{};r=2}if(typeof i!=="object"&&!b.isFunction(i))i={};if(y===r){i=this;--r}for(;r0)){if(q){for(var r=0;i=q[r++];)i.call(u,b);q=null}b.fn.triggerHandler&&b(u).triggerHandler("ready")}}},bindReady:function(){if(!p){p=true;if(u.readyState==="complete")return setTimeout(b.ready,
-1);if(u.addEventListener){u.addEventListener("DOMContentLoaded",t,false);E.addEventListener("load",b.ready,false)}else if(u.attachEvent){u.attachEvent("onreadystatechange",t);E.attachEvent("onload",b.ready);var i=false;try{i=E.frameElement==null}catch(r){}u.documentElement.doScroll&&i&&a()}}},isFunction:function(i){return b.type(i)==="function"},isArray:Array.isArray||function(i){return b.type(i)==="array"},isWindow:function(i){return i&&typeof i==="object"&&"setInterval"in i},isNaN:function(i){return i==
-null||!v.test(i)||isNaN(i)},type:function(i){return i==null?String(i):L[x.call(i)]||"object"},isPlainObject:function(i){if(!i||b.type(i)!=="object"||i.nodeType||b.isWindow(i))return false;if(i.constructor&&!C.call(i,"constructor")&&!C.call(i.constructor.prototype,"isPrototypeOf"))return false;for(var r in i);return r===A||C.call(i,r)},isEmptyObject:function(i){for(var r in i)return false;return true},error:function(i){throw i;},parseJSON:function(i){if(typeof i!=="string"||!i)return null;i=b.trim(i);
-if(D.test(i.replace(H,"@").replace(w,"]").replace(G,"")))return E.JSON&&E.JSON.parse?E.JSON.parse(i):(new Function("return "+i))();else b.error("Invalid JSON: "+i)},noop:function(){},globalEval:function(i){if(i&&k.test(i)){var r=u.getElementsByTagName("head")[0]||u.documentElement,y=u.createElement("script");y.type="text/javascript";if(b.support.scriptEval)y.appendChild(u.createTextNode(i));else y.text=i;r.insertBefore(y,r.firstChild);r.removeChild(y)}},nodeName:function(i,r){return i.nodeName&&i.nodeName.toUpperCase()===
-r.toUpperCase()},each:function(i,r,y){var z,F=0,I=i.length,K=I===A||b.isFunction(i);if(y)if(K)for(z in i){if(r.apply(i[z],y)===false)break}else for(;Fa";var f=d.getElementsByTagName("*"),h=d.getElementsByTagName("a")[0],k=u.createElement("select"),l=k.appendChild(u.createElement("option"));if(!(!f||!f.length||!h)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(h.getAttribute("style")),
-hrefNormalized:h.getAttribute("href")==="/a",opacity:/^0.55$/.test(h.style.opacity),cssFloat:!!h.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:l.selected,optDisabled:false,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null,inlineBlockNeedsLayout:false,shrinkWrapBlocks:false,reliableHiddenOffsets:true};k.disabled=true;c.support.optDisabled=!l.disabled;b.type="text/javascript";try{b.appendChild(u.createTextNode("window."+e+"=1;"))}catch(n){}a.insertBefore(b,
-a.firstChild);if(E[e]){c.support.scriptEval=true;delete E[e]}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function s(){c.support.noCloneEvent=false;d.detachEvent("onclick",s)});d.cloneNode(true).fireEvent("onclick")}d=u.createElement("div");d.innerHTML="";a=u.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var s=u.createElement("div");
-s.style.width=s.style.paddingLeft="1px";u.body.appendChild(s);c.boxModel=c.support.boxModel=s.offsetWidth===2;if("zoom"in s.style){s.style.display="inline";s.style.zoom=1;c.support.inlineBlockNeedsLayout=s.offsetWidth===2;s.style.display="";s.innerHTML="";c.support.shrinkWrapBlocks=s.offsetWidth!==2}s.innerHTML="";var v=s.getElementsByTagName("td");c.support.reliableHiddenOffsets=v[0].offsetHeight===
-0;v[0].style.display="";v[1].style.display="none";c.support.reliableHiddenOffsets=c.support.reliableHiddenOffsets&&v[0].offsetHeight===0;s.innerHTML="";u.body.removeChild(s).style.display="none"});a=function(s){var v=u.createElement("div");s="on"+s;var B=s in v;if(!B){v.setAttribute(s,"return;");B=typeof v[s]==="function"}return B};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=f=h=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",
-cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var pa={},Oa=/^(?:\{.*\}|\[.*\])$/;c.extend({cache:{},uuid:0,expando:"jQuery"+c.now(),noData:{embed:true,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:true},data:function(a,b,d){if(c.acceptData(a)){a=a==E?pa:a;var e=a.nodeType,f=e?a[c.expando]:null,h=c.cache;if(!(e&&!f&&typeof b==="string"&&d===A)){if(e)f||(a[c.expando]=f=++c.uuid);else h=a;if(typeof b==="object")if(e)h[f]=
-c.extend(h[f],b);else c.extend(h,b);else if(e&&!h[f])h[f]={};a=e?h[f]:h;if(d!==A)a[b]=d;return typeof b==="string"?a[b]:a}}},removeData:function(a,b){if(c.acceptData(a)){a=a==E?pa:a;var d=a.nodeType,e=d?a[c.expando]:a,f=c.cache,h=d?f[e]:e;if(b){if(h){delete h[b];d&&c.isEmptyObject(h)&&c.removeData(a)}}else if(d&&c.support.deleteExpando)delete a[c.expando];else if(a.removeAttribute)a.removeAttribute(c.expando);else if(d)delete f[e];else for(var k in a)delete a[k]}},acceptData:function(a){if(a.nodeName){var b=
-c.noData[a.nodeName.toLowerCase()];if(b)return!(b===true||a.getAttribute("classid")!==b)}return true}});c.fn.extend({data:function(a,b){if(typeof a==="undefined")return this.length?c.data(this[0]):null;else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===A){var e=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(e===A&&this.length){e=c.data(this[0],a);if(e===A&&this[0].nodeType===1){e=this[0].getAttribute("data-"+a);if(typeof e===
-"string")try{e=e==="true"?true:e==="false"?false:e==="null"?null:!c.isNaN(e)?parseFloat(e):Oa.test(e)?c.parseJSON(e):e}catch(f){}else e=A}}return e===A&&d[1]?this.data(d[0]):e}else return this.each(function(){var h=c(this),k=[d[0],b];h.triggerHandler("setData"+d[1]+"!",k);c.data(this,a,b);h.triggerHandler("changeData"+d[1]+"!",k)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var e=c.data(a,b);if(!d)return e||
-[];if(!e||c.isArray(d))e=c.data(a,b,c.makeArray(d));else e.push(d);return e}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),e=d.shift();if(e==="inprogress")e=d.shift();if(e){b==="fx"&&d.unshift("inprogress");e.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b===A)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,
-a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var qa=/[\n\t]/g,ga=/\s+/,Pa=/\r/g,Qa=/^(?:href|src|style)$/,Ra=/^(?:button|input)$/i,Sa=/^(?:button|input|object|select|textarea)$/i,Ta=/^a(?:rea)?$/i,ra=/^(?:radio|checkbox)$/i;c.fn.extend({attr:function(a,b){return c.access(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,
-a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(s){var v=c(this);v.addClass(a.call(this,s,v.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ga),d=0,e=this.length;d-1)return true;return false},
-val:function(a){if(!arguments.length){var b=this[0];if(b){if(c.nodeName(b,"option")){var d=b.attributes.value;return!d||d.specified?b.value:b.text}if(c.nodeName(b,"select")){var e=b.selectedIndex;d=[];var f=b.options;b=b.type==="select-one";if(e<0)return null;var h=b?e:0;for(e=b?e+1:f.length;h=0;else if(c.nodeName(this,"select")){var B=c.makeArray(v);c("option",this).each(function(){this.selected=
-c.inArray(c(this).val(),B)>=0});if(!B.length)this.selectedIndex=-1}else this.value=v}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,e){if(!a||a.nodeType===3||a.nodeType===8)return A;if(e&&b in c.attrFn)return c(a)[b](d);e=a.nodeType!==1||!c.isXMLDoc(a);var f=d!==A;b=e&&c.props[b]||b;if(a.nodeType===1){var h=Qa.test(b);if((b in a||a[b]!==A)&&e&&!h){if(f){b==="type"&&Ra.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed");
-if(d===null)a.nodeType===1&&a.removeAttribute(b);else a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:Sa.test(a.nodeName)||Ta.test(a.nodeName)&&a.href?0:A;return a[b]}if(!c.support.style&&e&&b==="style"){if(f)a.style.cssText=""+d;return a.style.cssText}f&&a.setAttribute(b,""+d);if(!a.attributes[b]&&a.hasAttribute&&!a.hasAttribute(b))return A;a=!c.support.hrefNormalized&&e&&
-h?a.getAttribute(b,2):a.getAttribute(b);return a===null?A:a}}});var X=/\.(.*)$/,ha=/^(?:textarea|input|select)$/i,Ha=/\./g,Ia=/ /g,Ua=/[^\w\s.|`]/g,Va=function(a){return a.replace(Ua,"\\$&")},sa={focusin:0,focusout:0};c.event={add:function(a,b,d,e){if(!(a.nodeType===3||a.nodeType===8)){if(c.isWindow(a)&&a!==E&&!a.frameElement)a=E;if(d===false)d=U;var f,h;if(d.handler){f=d;d=f.handler}if(!d.guid)d.guid=c.guid++;if(h=c.data(a)){var k=a.nodeType?"events":"__events__",l=h[k],n=h.handle;if(typeof l===
-"function"){n=l.handle;l=l.events}else if(!l){a.nodeType||(h[k]=h=function(){});h.events=l={}}if(!n)h.handle=n=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(n.elem,arguments):A};n.elem=a;b=b.split(" ");for(var s=0,v;k=b[s++];){h=f?c.extend({},f):{handler:d,data:e};if(k.indexOf(".")>-1){v=k.split(".");k=v.shift();h.namespace=v.slice(0).sort().join(".")}else{v=[];h.namespace=""}h.type=k;if(!h.guid)h.guid=d.guid;var B=l[k],D=c.event.special[k]||{};if(!B){B=l[k]=[];
-if(!D.setup||D.setup.call(a,e,v,n)===false)if(a.addEventListener)a.addEventListener(k,n,false);else a.attachEvent&&a.attachEvent("on"+k,n)}if(D.add){D.add.call(a,h);if(!h.handler.guid)h.handler.guid=d.guid}B.push(h);c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,e){if(!(a.nodeType===3||a.nodeType===8)){if(d===false)d=U;var f,h,k=0,l,n,s,v,B,D,H=a.nodeType?"events":"__events__",w=c.data(a),G=w&&w[H];if(w&&G){if(typeof G==="function"){w=G;G=G.events}if(b&&b.type){d=b.handler;b=b.type}if(!b||
-typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(f in G)c.event.remove(a,f+b)}else{for(b=b.split(" ");f=b[k++];){v=f;l=f.indexOf(".")<0;n=[];if(!l){n=f.split(".");f=n.shift();s=RegExp("(^|\\.)"+c.map(n.slice(0).sort(),Va).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(B=G[f])if(d){v=c.event.special[f]||{};for(h=e||0;h=0){a.type=
-f=f.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[f]&&c.each(c.cache,function(){this.events&&this.events[f]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return A;a.result=A;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(e=d.nodeType?c.data(d,"handle"):(c.data(d,"__events__")||{}).handle)&&e.apply(d,b);e=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+f]&&d["on"+f].apply(d,b)===
-false){a.result=false;a.preventDefault()}}catch(h){}if(!a.isPropagationStopped()&&e)c.event.trigger(a,b,e,true);else if(!a.isDefaultPrevented()){e=a.target;var k,l=f.replace(X,""),n=c.nodeName(e,"a")&&l==="click",s=c.event.special[l]||{};if((!s._default||s._default.call(d,a)===false)&&!n&&!(e&&e.nodeName&&c.noData[e.nodeName.toLowerCase()])){try{if(e[l]){if(k=e["on"+l])e["on"+l]=null;c.event.triggered=true;e[l]()}}catch(v){}if(k)e["on"+l]=k;c.event.triggered=false}}},handle:function(a){var b,d,e;
-d=[];var f,h=c.makeArray(arguments);a=h[0]=c.event.fix(a||E.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive;if(!b){e=a.type.split(".");a.type=e.shift();d=e.slice(0).sort();e=RegExp("(^|\\.)"+d.join("\\.(?:.*\\.)?")+"(\\.|$)")}a.namespace=a.namespace||d.join(".");f=c.data(this,this.nodeType?"events":"__events__");if(typeof f==="function")f=f.events;d=(f||{})[a.type];if(f&&d){d=d.slice(0);f=0;for(var k=d.length;f-1?c.map(a.options,function(e){return e.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},Z=function(a,b){var d=a.target,e,f;if(!(!ha.test(d.nodeName)||d.readOnly)){e=c.data(d,"_change_data");f=va(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data",f);if(!(e===A||f===e))if(e!=null||f){a.type="change";a.liveFired=
-A;return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:Z,beforedeactivate:Z,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return Z.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return Z.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a,"_change_data",va(a))}},setup:function(){if(this.type===
-"file")return false;for(var a in V)c.event.add(this,a+".specialChange",V[a]);return ha.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return ha.test(this.nodeName)}};V=c.event.special.change.filters;V.focus=V.beforeactivate}u.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(e){e=c.event.fix(e);e.type=b;return c.event.trigger(e,null,e.target)}c.event.special[b]={setup:function(){sa[b]++===0&&u.addEventListener(a,d,true)},teardown:function(){--sa[b]===
-0&&u.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,e,f){if(typeof d==="object"){for(var h in d)this[b](h,e,d[h],f);return this}if(c.isFunction(e)||e===false){f=e;e=A}var k=b==="one"?c.proxy(f,function(n){c(this).unbind(n,k);return f.apply(this,arguments)}):f;if(d==="unload"&&b!=="one")this.one(d,e,f);else{h=0;for(var l=this.length;h0?this.bind(b,d,e):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});E.attachEvent&&!E.addEventListener&&c(E).bind("unload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}});
-(function(){function a(g,j,o,m,p,q){p=0;for(var t=m.length;p0){C=x;break}}x=x[g]}m[p]=C}}}var d=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,e=0,f=Object.prototype.toString,h=false,k=true;[0,0].sort(function(){k=false;return 0});var l=function(g,j,o,m){o=o||[];var p=j=j||u;if(j.nodeType!==1&&j.nodeType!==9)return[];if(!g||typeof g!=="string")return o;var q=[],t,x,C,P,N=true,R=l.isXML(j),Q=g,L;do{d.exec("");if(t=d.exec(Q)){Q=t[3];q.push(t[1]);if(t[2]){P=t[3];
-break}}}while(t);if(q.length>1&&s.exec(g))if(q.length===2&&n.relative[q[0]])x=M(q[0]+q[1],j);else for(x=n.relative[q[0]]?[j]:l(q.shift(),j);q.length;){g=q.shift();if(n.relative[g])g+=q.shift();x=M(g,x)}else{if(!m&&q.length>1&&j.nodeType===9&&!R&&n.match.ID.test(q[0])&&!n.match.ID.test(q[q.length-1])){t=l.find(q.shift(),j,R);j=t.expr?l.filter(t.expr,t.set)[0]:t.set[0]}if(j){t=m?{expr:q.pop(),set:D(m)}:l.find(q.pop(),q.length===1&&(q[0]==="~"||q[0]==="+")&&j.parentNode?j.parentNode:j,R);x=t.expr?l.filter(t.expr,
-t.set):t.set;if(q.length>0)C=D(x);else N=false;for(;q.length;){t=L=q.pop();if(n.relative[L])t=q.pop();else L="";if(t==null)t=j;n.relative[L](C,t,R)}}else C=[]}C||(C=x);C||l.error(L||g);if(f.call(C)==="[object Array]")if(N)if(j&&j.nodeType===1)for(g=0;C[g]!=null;g++){if(C[g]&&(C[g]===true||C[g].nodeType===1&&l.contains(j,C[g])))o.push(x[g])}else for(g=0;C[g]!=null;g++)C[g]&&C[g].nodeType===1&&o.push(x[g]);else o.push.apply(o,C);else D(C,o);if(P){l(P,p,o,m);l.uniqueSort(o)}return o};l.uniqueSort=function(g){if(w){h=
-k;g.sort(w);if(h)for(var j=1;j0};l.find=function(g,j,o){var m;if(!g)return[];for(var p=0,q=n.order.length;p":function(g,j){var o=typeof j==="string",m,p=0,q=g.length;if(o&&!/\W/.test(j))for(j=j.toLowerCase();p=0))o||m.push(t);else if(o)j[q]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()},CHILD:function(g){if(g[1]==="nth"){var j=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=j[1]+(j[2]||1)-0;g[3]=j[3]-0}g[0]=e++;return g},ATTR:function(g,j,o,
-m,p,q){j=g[1].replace(/\\/g,"");if(!q&&n.attrMap[j])g[1]=n.attrMap[j];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,j,o,m,p){if(g[1]==="not")if((d.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=l(g[3],null,null,j);else{g=l.filter(g[3],j,o,true^p);o||m.push.apply(m,g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===
-true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,j,o){return!!l(o[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)},text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===
-g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}},setFilters:{first:function(g,j){return j===0},last:function(g,j,o,m){return j===m.length-1},even:function(g,j){return j%2===0},odd:function(g,j){return j%2===1},lt:function(g,j,o){return jo[3]-0},nth:function(g,j,o){return o[3]-
-0===j},eq:function(g,j,o){return o[3]-0===j}},filter:{PSEUDO:function(g,j,o,m){var p=j[1],q=n.filters[p];if(q)return q(g,o,j,m);else if(p==="contains")return(g.textContent||g.innerText||l.getText([g])||"").indexOf(j[3])>=0;else if(p==="not"){j=j[3];o=0;for(m=j.length;o=0}},ID:function(g,j){return g.nodeType===1&&g.getAttribute("id")===j},TAG:function(g,j){return j==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===
-j},CLASS:function(g,j){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(j)>-1},ATTR:function(g,j){var o=j[1];o=n.attrHandle[o]?n.attrHandle[o](g):g[o]!=null?g[o]:g.getAttribute(o);var m=o+"",p=j[2],q=j[4];return o==null?p==="!=":p==="="?m===q:p==="*="?m.indexOf(q)>=0:p==="~="?(" "+m+" ").indexOf(q)>=0:!q?m&&o!==false:p==="!="?m!==q:p==="^="?m.indexOf(q)===0:p==="$="?m.substr(m.length-q.length)===q:p==="|="?m===q||m.substr(0,q.length+1)===q+"-":false},POS:function(g,j,o,m){var p=n.setFilters[j[2]];
-if(p)return p(g,o,j,m)}}},s=n.match.POS,v=function(g,j){return"\\"+(j-0+1)},B;for(B in n.match){n.match[B]=RegExp(n.match[B].source+/(?![^\[]*\])(?![^\(]*\))/.source);n.leftMatch[B]=RegExp(/(^(?:.|\r|\n)*?)/.source+n.match[B].source.replace(/\\(\d+)/g,v))}var D=function(g,j){g=Array.prototype.slice.call(g,0);if(j){j.push.apply(j,g);return j}return g};try{Array.prototype.slice.call(u.documentElement.childNodes,0)}catch(H){D=function(g,j){var o=j||[],m=0;if(f.call(g)==="[object Array]")Array.prototype.push.apply(o,
-g);else if(typeof g.length==="number")for(var p=g.length;m";var o=u.documentElement;o.insertBefore(g,o.firstChild);if(u.getElementById(j)){n.find.ID=function(m,p,q){if(typeof p.getElementById!=="undefined"&&!q)return(p=p.getElementById(m[1]))?p.id===m[1]||typeof p.getAttributeNode!=="undefined"&&p.getAttributeNode("id").nodeValue===m[1]?[p]:A:[]};n.filter.ID=function(m,p){var q=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&q&&q.nodeValue===p}}o.removeChild(g);
-o=g=null})();(function(){var g=u.createElement("div");g.appendChild(u.createComment(""));if(g.getElementsByTagName("*").length>0)n.find.TAG=function(j,o){var m=o.getElementsByTagName(j[1]);if(j[1]==="*"){for(var p=[],q=0;m[q];q++)m[q].nodeType===1&&p.push(m[q]);m=p}return m};g.innerHTML="";if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(j){return j.getAttribute("href",2)};g=null})();u.querySelectorAll&&
-function(){var g=l,j=u.createElement("div");j.innerHTML="";if(!(j.querySelectorAll&&j.querySelectorAll(".TEST").length===0)){l=function(m,p,q,t){p=p||u;if(!t&&!l.isXML(p))if(p.nodeType===9)try{return D(p.querySelectorAll(m),q)}catch(x){}else if(p.nodeType===1&&p.nodeName.toLowerCase()!=="object"){var C=p.id,P=p.id="__sizzle__";try{return D(p.querySelectorAll("#"+P+" "+m),q)}catch(N){}finally{if(C)p.id=C;else p.removeAttribute("id")}}return g(m,p,q,t)};for(var o in g)l[o]=g[o];
-j=null}}();(function(){var g=u.documentElement,j=g.matchesSelector||g.mozMatchesSelector||g.webkitMatchesSelector||g.msMatchesSelector,o=false;try{j.call(u.documentElement,":sizzle")}catch(m){o=true}if(j)l.matchesSelector=function(p,q){try{if(o||!n.match.PSEUDO.test(q))return j.call(p,q)}catch(t){}return l(q,null,null,[p]).length>0}})();(function(){var g=u.createElement("div");g.innerHTML="";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===
-0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){n.order.splice(1,0,"CLASS");n.find.CLASS=function(j,o,m){if(typeof o.getElementsByClassName!=="undefined"&&!m)return o.getElementsByClassName(j[1])};g=null}}})();l.contains=u.documentElement.contains?function(g,j){return g!==j&&(g.contains?g.contains(j):true)}:function(g,j){return!!(g.compareDocumentPosition(j)&16)};l.isXML=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false};var M=function(g,
-j){for(var o=[],m="",p,q=j.nodeType?[j]:j;p=n.match.PSEUDO.exec(g);){m+=p[0];g=g.replace(n.match.PSEUDO,"")}g=n.relative[g]?g+"*":g;p=0;for(var t=q.length;p0)for(var h=d;h0},closest:function(a,
-b){var d=[],e,f,h=this[0];if(c.isArray(a)){var k={},l,n=1;if(h&&a.length){e=0;for(f=a.length;e-1:c(h).is(e))d.push({selector:l,elem:h,level:n})}h=h.parentNode;n++}}return d}k=$a.test(a)?c(a,b||this.context):null;e=0;for(f=this.length;e-1:c.find.matchesSelector(h,a)){d.push(h);break}else{h=h.parentNode;if(!h||
-!h.ownerDocument||h===b)break}d=d.length>1?c.unique(d):d;return this.pushStack(d,"closest",a)},index:function(a){if(!a||typeof a==="string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var d=typeof a==="string"?c(a,b||this.context):c.makeArray(a),e=c.merge(this.get(),d);return this.pushStack(!d[0]||!d[0].parentNode||d[0].parentNode.nodeType===11||!e[0]||!e[0].parentNode||e[0].parentNode.nodeType===11?e:c.unique(e))},andSelf:function(){return this.add(this.prevObject)}});
-c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode",d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",
-d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,e){var f=c.map(this,b,d);Wa.test(a)||(e=d);if(e&&typeof e==="string")f=c.filter(e,f);f=this.length>1?c.unique(f):f;if((this.length>1||Ya.test(e))&&Xa.test(a))f=f.reverse();return this.pushStack(f,a,Za.call(arguments).join(","))}});
-c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return b.length===1?c.find.matchesSelector(b[0],a)?[b[0]]:[]:c.find.matches(a,b)},dir:function(a,b,d){var e=[];for(a=a[b];a&&a.nodeType!==9&&(d===A||a.nodeType!==1||!c(a).is(d));){a.nodeType===1&&e.push(a);a=a[b]}return e},nth:function(a,b,d){b=b||1;for(var e=0;a;a=a[d])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var xa=/ jQuery\d+="(?:\d+|null)"/g,
-$=/^\s+/,ya=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,za=/<([\w:]+)/,ab=/\s]+\/)>/g,O={option:[1,""],legend:[1,""],thead:[1,""],tr:[2,""],td:[3,""],col:[2,""],
-area:[1,""],_default:[0,"",""]};O.optgroup=O.option;O.tbody=O.tfoot=O.colgroup=O.caption=O.thead;O.th=O.td;if(!c.support.htmlSerialize)O._default=[1,"div","
"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d=c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==A)return this.empty().append((this[0]&&this[0].ownerDocument||u).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,
-d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this},wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},
-unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=
-c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,e;(e=this[d])!=null;d++)if(!a||c.filter(a,[e]).length){if(!b&&e.nodeType===1){c.cleanData(e.getElementsByTagName("*"));
-c.cleanData([e])}e.parentNode&&e.parentNode.removeChild(e)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild);return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,e=this.ownerDocument;if(!d){d=e.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(xa,"").replace(cb,'="$1">').replace($,
-"")],e)[0]}else return this.cloneNode(true)});if(a===true){la(this,b);la(this.find("*"),b.find("*"))}return b},html:function(a){if(a===A)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(xa,""):null;else if(typeof a==="string"&&!Aa.test(a)&&(c.support.leadingWhitespace||!$.test(a))&&!O[(za.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(ya,"<$1>$2>");try{for(var b=0,d=this.length;b0||e.cacheable||this.length>1?l.cloneNode(true):l)}k.length&&c.each(k,Ka)}return this}});c.buildFragment=function(a,b,d){var e,f,h;b=b&&b[0]?b[0].ownerDocument||b[0]:u;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&b===u&&!Aa.test(a[0])&&(c.support.checkClone||
-!Ba.test(a[0]))){f=true;if(h=c.fragments[a[0]])if(h!==1)e=h}if(!e){e=b.createDocumentFragment();c.clean(a,b,e,d)}if(f)c.fragments[a[0]]=h?e:1;return{fragment:e,cacheable:f}};c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var e=[];d=c(d);var f=this.length===1&&this[0].parentNode;if(f&&f.nodeType===11&&f.childNodes.length===1&&d.length===1){d[b](this[0]);return this}else{f=0;for(var h=
-d.length;f0?this.clone(true):this).get();c(d[f])[b](k);e=e.concat(k)}return this.pushStack(e,a,d.selector)}}});c.extend({clean:function(a,b,d,e){b=b||u;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||u;for(var f=[],h=0,k;(k=a[h])!=null;h++){if(typeof k==="number")k+="";if(k){if(typeof k==="string"&&!bb.test(k))k=b.createTextNode(k);else if(typeof k==="string"){k=k.replace(ya,"<$1>$2>");var l=(za.exec(k)||["",""])[1].toLowerCase(),n=O[l]||O._default,
-s=n[0],v=b.createElement("div");for(v.innerHTML=n[1]+k+n[2];s--;)v=v.lastChild;if(!c.support.tbody){s=ab.test(k);l=l==="table"&&!s?v.firstChild&&v.firstChild.childNodes:n[1]===""&&!s?v.childNodes:[];for(n=l.length-1;n>=0;--n)c.nodeName(l[n],"tbody")&&!l[n].childNodes.length&&l[n].parentNode.removeChild(l[n])}!c.support.leadingWhitespace&&$.test(k)&&v.insertBefore(b.createTextNode($.exec(k)[0]),v.firstChild);k=v.childNodes}if(k.nodeType)f.push(k);else f=c.merge(f,k)}}if(d)for(h=0;f[h];h++)if(e&&
-c.nodeName(f[h],"script")&&(!f[h].type||f[h].type.toLowerCase()==="text/javascript"))e.push(f[h].parentNode?f[h].parentNode.removeChild(f[h]):f[h]);else{f[h].nodeType===1&&f.splice.apply(f,[h+1,0].concat(c.makeArray(f[h].getElementsByTagName("script"))));d.appendChild(f[h])}return f},cleanData:function(a){for(var b,d,e=c.cache,f=c.event.special,h=c.support.deleteExpando,k=0,l;(l=a[k])!=null;k++)if(!(l.nodeName&&c.noData[l.nodeName.toLowerCase()]))if(d=l[c.expando]){if((b=e[d])&&b.events)for(var n in b.events)f[n]?
-c.event.remove(l,n):c.removeEvent(l,n,b.handle);if(h)delete l[c.expando];else l.removeAttribute&&l.removeAttribute(c.expando);delete e[d]}}});var Ca=/alpha\([^)]*\)/i,db=/opacity=([^)]*)/,eb=/-([a-z])/ig,fb=/([A-Z])/g,Da=/^-?\d+(?:px)?$/i,gb=/^-?\d/,hb={position:"absolute",visibility:"hidden",display:"block"},La=["Left","Right"],Ma=["Top","Bottom"],W,ib=u.defaultView&&u.defaultView.getComputedStyle,jb=function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){if(arguments.length===2&&b===A)return this;
-return c.access(this,a,b,true,function(d,e,f){return f!==A?c.style(d,e,f):c.css(d,e)})};c.extend({cssHooks:{opacity:{get:function(a,b){if(b){var d=W(a,"opacity","opacity");return d===""?"1":d}else return a.style.opacity}}},cssNumber:{zIndex:true,fontWeight:true,opacity:true,zoom:true,lineHeight:true},cssProps:{"float":c.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,b,d,e){if(!(!a||a.nodeType===3||a.nodeType===8||!a.style)){var f,h=c.camelCase(b),k=a.style,l=c.cssHooks[h];b=c.cssProps[h]||
-h;if(d!==A){if(!(typeof d==="number"&&isNaN(d)||d==null)){if(typeof d==="number"&&!c.cssNumber[h])d+="px";if(!l||!("set"in l)||(d=l.set(a,d))!==A)try{k[b]=d}catch(n){}}}else{if(l&&"get"in l&&(f=l.get(a,false,e))!==A)return f;return k[b]}}},css:function(a,b,d){var e,f=c.camelCase(b),h=c.cssHooks[f];b=c.cssProps[f]||f;if(h&&"get"in h&&(e=h.get(a,true,d))!==A)return e;else if(W)return W(a,b,f)},swap:function(a,b,d){var e={},f;for(f in b){e[f]=a.style[f];a.style[f]=b[f]}d.call(a);for(f in b)a.style[f]=
-e[f]},camelCase:function(a){return a.replace(eb,jb)}});c.curCSS=c.css;c.each(["height","width"],function(a,b){c.cssHooks[b]={get:function(d,e,f){var h;if(e){if(d.offsetWidth!==0)h=ma(d,b,f);else c.swap(d,hb,function(){h=ma(d,b,f)});return h+"px"}},set:function(d,e){if(Da.test(e)){e=parseFloat(e);if(e>=0)return e+"px"}else return e}}});if(!c.support.opacity)c.cssHooks.opacity={get:function(a,b){return db.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":
-b?"1":""},set:function(a,b){var d=a.style;d.zoom=1;var e=c.isNaN(b)?"":"alpha(opacity="+b*100+")",f=d.filter||"";d.filter=Ca.test(f)?f.replace(Ca,e):d.filter+" "+e}};if(ib)W=function(a,b,d){var e;d=d.replace(fb,"-$1").toLowerCase();if(!(b=a.ownerDocument.defaultView))return A;if(b=b.getComputedStyle(a,null)){e=b.getPropertyValue(d);if(e===""&&!c.contains(a.ownerDocument.documentElement,a))e=c.style(a,d)}return e};else if(u.documentElement.currentStyle)W=function(a,b){var d,e,f=a.currentStyle&&a.currentStyle[b],
-h=a.style;if(!Da.test(f)&&gb.test(f)){d=h.left;e=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;h.left=b==="fontSize"?"1em":f||0;f=h.pixelLeft+"px";h.left=d;a.runtimeStyle.left=e}return f};if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b=a.offsetHeight;return a.offsetWidth===0&&b===0||!c.support.reliableHiddenOffsets&&(a.style.display||c.css(a,"display"))==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var kb=c.now(),lb=/