diff --git a/site_media/css/960-fluid-devel.css b/site_media/css/960-fluid-devel.css
deleted file mode 100644
index 72e0d88198..0000000000
--- a/site_media/css/960-fluid-devel.css
+++ /dev/null
@@ -1,343 +0,0 @@
-/*
- Variable Grid System (Fluid Version).
- Learn more ~ http://www.spry-soft.com/grids/
- Based on 960 Grid System - http://960.gs/ & 960 Fluid - http://www.designinfluences.com/
-
- Licensed under GPL and MIT.
-*/
-
-
-/* Containers
-----------------------------------------------------------------------------------------------------*/
-.container_12 {
- width: 100%;
- /*margin-left: 4%;
- margin-right: 4%;*/
-}
-
-/* Grid >> Global
-----------------------------------------------------------------------------------------------------*/
-
-.grid_1,
-.grid_2,
-.grid_3,
-.grid_4,
-.grid_5,
-.grid_6,
-.grid_7,
-.grid_8,
-.grid_9,
-.grid_10,
-.grid_11,
-.grid_12 {
- display:inline;
- float: left;
- position: relative;
- /*margin-left: 1%;
- margin-right: 1%;*/
-}
-
-/* Grid >> Children (Alpha ~ First, Omega ~ Last)
-----------------------------------------------------------------------------------------------------*/
-
-.alpha {
- margin-left: 0;
-}
-
-.omega {
- margin-right: 0;
-}
-
-/* Grid >> 12 Columns
-----------------------------------------------------------------------------------------------------*/
-
-
-.container_12 .grid_1 {
- width:8.333%;
-}
-
-.container_12 .grid_2 {
- width:16.667%;
-}
-
-.container_12 .grid_3 {
- width:25.0%;
-}
-
-.container_12 .grid_4 {
- width:33.333%;
-}
-
-.container_12 .grid_5 {
- width:41.667%;
-}
-
-.container_12 .grid_6 {
- width:50.0%;
-}
-
-.container_12 .grid_7 {
- width:58.333%;
-}
-
-.container_12 .grid_8 {
- width:66.667%;
-}
-
-.container_12 .grid_9 {
- width:75.0%;
-}
-
-.container_12 .grid_10 {
- width:83.333%;
-}
-
-.container_12 .grid_11 {
- width:91.667%;
-}
-
-.container_12 .grid_12 {
- width:100.0%;
-}
-
-
-
-/* Prefix Extra Space >> 12 Columns
-----------------------------------------------------------------------------------------------------*/
-
-
-.container_12 .prefix_1 {
- padding-left:8.333%;
-}
-
-.container_12 .prefix_2 {
- padding-left:16.667%;
-}
-
-.container_12 .prefix_3 {
- padding-left:25.0%;
-}
-
-.container_12 .prefix_4 {
- padding-left:33.333%;
-}
-
-.container_12 .prefix_5 {
- padding-left:41.667%;
-}
-
-.container_12 .prefix_6 {
- padding-left:50.0%;
-}
-
-.container_12 .prefix_7 {
- padding-left:58.333%;
-}
-
-.container_12 .prefix_8 {
- padding-left:66.667%;
-}
-
-.container_12 .prefix_9 {
- padding-left:75.0%;
-}
-
-.container_12 .prefix_10 {
- padding-left:83.333%;
-}
-
-.container_12 .prefix_11 {
- padding-left:91.667%;
-}
-
-
-
-/* Suffix Extra Space >> 12 Columns
-----------------------------------------------------------------------------------------------------*/
-
-
-.container_12 .suffix_1 {
- padding-right:8.333%;
-}
-
-.container_12 .suffix_2 {
- padding-right:16.667%;
-}
-
-.container_12 .suffix_3 {
- padding-right:25.0%;
-}
-
-.container_12 .suffix_4 {
- padding-right:33.333%;
-}
-
-.container_12 .suffix_5 {
- padding-right:41.667%;
-}
-
-.container_12 .suffix_6 {
- padding-right:50.0%;
-}
-
-.container_12 .suffix_7 {
- padding-right:58.333%;
-}
-
-.container_12 .suffix_8 {
- padding-right:66.667%;
-}
-
-.container_12 .suffix_9 {
- padding-right:75.0%;
-}
-
-.container_12 .suffix_10 {
- padding-right:83.333%;
-}
-
-.container_12 .suffix_11 {
- padding-right:91.667%;
-}
-
-
-
-/* Push Space >> 12 Columns
-----------------------------------------------------------------------------------------------------*/
-
-
-.container_12 .push_1 {
- left:8.333%;
-}
-
-.container_12 .push_2 {
- left:16.667%;
-}
-
-.container_12 .push_3 {
- left:25.0%;
-}
-
-.container_12 .push_4 {
- left:33.333%;
-}
-
-.container_12 .push_5 {
- left:41.667%;
-}
-
-.container_12 .push_6 {
- left:50.0%;
-}
-
-.container_12 .push_7 {
- left:58.333%;
-}
-
-.container_12 .push_8 {
- left:66.667%;
-}
-
-.container_12 .push_9 {
- left:75.0%;
-}
-
-.container_12 .push_10 {
- left:83.333%;
-}
-
-.container_12 .push_11 {
- left:91.667%;
-}
-
-
-
-/* Pull Space >> 12 Columns
-----------------------------------------------------------------------------------------------------*/
-
-
-.container_12 .pull_1 {
- left:-8.333%;
-}
-
-.container_12 .pull_2 {
- left:-16.667%;
-}
-
-.container_12 .pull_3 {
- left:-25.0%;
-}
-
-.container_12 .pull_4 {
- left:-33.333%;
-}
-
-.container_12 .pull_5 {
- left:-41.667%;
-}
-
-.container_12 .pull_6 {
- left:-50.0%;
-}
-
-.container_12 .pull_7 {
- left:-58.333%;
-}
-
-.container_12 .pull_8 {
- left:-66.667%;
-}
-
-.container_12 .pull_9 {
- left:-75.0%;
-}
-
-.container_12 .pull_10 {
- left:-83.333%;
-}
-
-.container_12 .pull_11 {
- left:-91.667%;
-}
-
-
-
-
-/* Clear Floated Elements
-----------------------------------------------------------------------------------------------------*/
-
-/* http://sonspring.com/journal/clearing-floats */
-
-.clear {
- clear: both;
- display: block;
- overflow: hidden;
- visibility: hidden;
- width: 0;
- height: 0;
-}
-
-/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
-
-.clearfix:after {
- clear: both;
- content: ' ';
- display: block;
- font-size: 0;
- line-height: 0;
- visibility: hidden;
- width: 0;
- height: 0;
-}
-
-.clearfix {
- display: inline-block;
-}
-
-* html .clearfix {
- height: 1%;
-}
-
-.clearfix {
- display: block;
-}
diff --git a/site_media/css/960-fluid.css b/site_media/css/960-fluid.css
deleted file mode 100644
index 105d0652a9..0000000000
--- a/site_media/css/960-fluid.css
+++ /dev/null
@@ -1 +0,0 @@
-.container_12 {width: 100%;}.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12 {display:inline;float: left;position: relative;}.alpha {margin-left: 0;}.omega {margin-right: 0;}.container_12 .grid_1 {width:8.333%;}.container_12 .grid_2 {width:16.667%;}.container_12 .grid_3 {width:25.0%;}.container_12 .grid_4 {width:33.333%;}.container_12 .grid_5 {width:41.667%;}.container_12 .grid_6 {width:50.0%;}.container_12 .grid_7 {width:58.333%;}.container_12 .grid_8 {width:66.667%;}.container_12 .grid_9 {width:75.0%;}.container_12 .grid_10 {width:83.333%;}.container_12 .grid_11 {width:91.667%;}.container_12 .grid_12 {width:100.0%;}.container_12 .prefix_1 {padding-left:8.333%;}.container_12 .prefix_2 {padding-left:16.667%;}.container_12 .prefix_3 {padding-left:25.0%;}.container_12 .prefix_4 {padding-left:33.333%;}.container_12 .prefix_5 {padding-left:41.667%;}.container_12 .prefix_6 {padding-left:50.0%;}.container_12 .prefix_7 {padding-left:58.333%;}.container_12 .prefix_8 {padding-left:66.667%;}.container_12 .prefix_9 {padding-left:75.0%;}.container_12 .prefix_10 {padding-left:83.333%;}.container_12 .prefix_11 {padding-left:91.667%;}.container_12 .suffix_1 {padding-right:8.333%;}.container_12 .suffix_2 {padding-right:16.667%;}.container_12 .suffix_3 {padding-right:25.0%;}.container_12 .suffix_4 {padding-right:33.333%;}.container_12 .suffix_5 {padding-right:41.667%;}.container_12 .suffix_6 {padding-right:50.0%;}.container_12 .suffix_7 {padding-right:58.333%;}.container_12 .suffix_8 {padding-right:66.667%;}.container_12 .suffix_9 {padding-right:75.0%;}.container_12 .suffix_10 {padding-right:83.333%;}.container_12 .suffix_11 {padding-right:91.667%;}.container_12 .push_1 {left:8.333%;}.container_12 .push_2 {left:16.667%;}.container_12 .push_3 {left:25.0%;}.container_12 .push_4 {left:33.333%;}.container_12 .push_5 {left:41.667%;}.container_12 .push_6 {left:50.0%;}.container_12 .push_7 {left:58.333%;}.container_12 .push_8 {left:66.667%;}.container_12 .push_9 {left:75.0%;}.container_12 .push_10 {left:83.333%;}.container_12 .push_11 {left:91.667%;}.container_12 .pull_1 {left:-8.333%;}.container_12 .pull_2 {left:-16.667%;}.container_12 .pull_3 {left:-25.0%;}.container_12 .pull_4 {left:-33.333%;}.container_12 .pull_5 {left:-41.667%;}.container_12 .pull_6 {left:-50.0%;}.container_12 .pull_7 {left:-58.333%;}.container_12 .pull_8 {left:-66.667%;}.container_12 .pull_9 {left:-75.0%;}.container_12 .pull_10 {left:-83.333%;}.container_12 .pull_11 {left:-91.667%;}.clear {clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}.clearfix:after {clear: both;content: ' ';display: block;font-size: 0;line-height: 0;visibility: hidden;width: 0;height: 0;}.clearfix {display: inline-block;}* html .clearfix {height: 1%;}.clearfix {display: block;}
diff --git a/site_media/css/famfamfam-silk-sprite.css b/site_media/css/famfamfam-silk-sprite.css
deleted file mode 100644
index 64cddede92..0000000000
--- a/site_media/css/famfamfam-silk-sprite.css
+++ /dev/null
@@ -1,1007 +0,0 @@
-/* icon set header - required*/
-.famfam {vertical-align: middle; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; display: inline-block; width: 20px; height: 20px;}
-.famfam.active {background-image: url('../images/famfamfam-silk-sprites/famfam-active.png'); cursor:pointer;}
-/* .famfam.hover{background-image: url('../images/famfamfam-silk-sprites/famfam-hover.png'); cursor:pointer;} */
-.famfam.inactive{background-image: url('../images/famfamfam-silk-sprites/famfam-inactive.png'); cursor:default;}
-
-/* icon set items - include only the rules for the icons you wish to use in your page*/
-.famfam-accept {background-position: -0px -0px;}
-.famfam-add {background-position: -20px -0px;}
-.famfam-anchor {background-position: -40px -0px;}
-.famfam-application {background-position: -60px -0px;}
-.famfam-application_add {background-position: -80px -0px;}
-.famfam-application_cascade {background-position: -100px -0px;}
-.famfam-application_delete {background-position: -120px -0px;}
-.famfam-application_double {background-position: -140px -0px;}
-.famfam-application_edit {background-position: -160px -0px;}
-.famfam-application_error {background-position: -180px -0px;}
-.famfam-application_form {background-position: -200px -0px;}
-.famfam-application_form_add {background-position: -220px -0px;}
-.famfam-application_form_delete {background-position: -240px -0px;}
-.famfam-application_form_edit {background-position: -260px -0px;}
-.famfam-application_form_magnify {background-position: -280px -0px;}
-.famfam-application_get {background-position: -300px -0px;}
-.famfam-application_go {background-position: -320px -0px;}
-.famfam-application_home {background-position: -340px -0px;}
-.famfam-application_key {background-position: -360px -0px;}
-.famfam-application_lightning {background-position: -380px -0px;}
-.famfam-application_link {background-position: -400px -0px;}
-.famfam-application_osx {background-position: -420px -0px;}
-.famfam-application_osx_terminal {background-position: -440px -0px;}
-.famfam-application_put {background-position: -460px -0px;}
-.famfam-application_side_boxes {background-position: -480px -0px;}
-.famfam-application_side_contract {background-position: -500px -0px;}
-.famfam-application_side_expand {background-position: -520px -0px;}
-.famfam-application_side_list {background-position: -540px -0px;}
-.famfam-application_side_tree {background-position: -560px -0px;}
-.famfam-application_split {background-position: -580px -0px;}
-.famfam-application_tile_horizontal {background-position: -600px -0px;}
-.famfam-application_tile_vertical {background-position: -620px -0px;}
-.famfam-application_view_columns {background-position: -640px -0px;}
-.famfam-application_view_detail {background-position: -660px -0px;}
-.famfam-application_view_gallery {background-position: -680px -0px;}
-.famfam-application_view_icons {background-position: -700px -0px;}
-.famfam-application_view_list {background-position: -720px -0px;}
-.famfam-application_view_tile {background-position: -740px -0px;}
-.famfam-application_xp {background-position: -760px -0px;}
-.famfam-application_xp_terminal {background-position: -780px -0px;}
-.famfam-arrow_branch {background-position: -0px -20px;}
-.famfam-arrow_divide {background-position: -20px -20px;}
-.famfam-arrow_down {background-position: -40px -20px;}
-.famfam-arrow_in {background-position: -60px -20px;}
-.famfam-arrow_inout {background-position: -80px -20px;}
-.famfam-arrow_join {background-position: -100px -20px;}
-.famfam-arrow_left {background-position: -120px -20px;}
-.famfam-arrow_merge {background-position: -140px -20px;}
-.famfam-arrow_out {background-position: -160px -20px;}
-.famfam-arrow_redo {background-position: -180px -20px;}
-.famfam-arrow_refresh {background-position: -200px -20px;}
-.famfam-arrow_refresh_small {background-position: -220px -20px;}
-.famfam-arrow_right {background-position: -240px -20px;}
-.famfam-arrow_rotate_anticlockwise {background-position: -260px -20px;}
-.famfam-arrow_rotate_clockwise {background-position: -280px -20px;}
-.famfam-arrow_switch {background-position: -300px -20px;}
-.famfam-arrow_turn_left {background-position: -320px -20px;}
-.famfam-arrow_turn_right {background-position: -340px -20px;}
-.famfam-arrow_undo {background-position: -360px -20px;}
-.famfam-arrow_up {background-position: -380px -20px;}
-.famfam-asterisk_orange {background-position: -400px -20px;}
-.famfam-asterisk_yellow {background-position: -420px -20px;}
-.famfam-attach {background-position: -440px -20px;}
-.famfam-award_star_add {background-position: -460px -20px;}
-.famfam-award_star_bronze_1 {background-position: -480px -20px;}
-.famfam-award_star_bronze_2 {background-position: -500px -20px;}
-.famfam-award_star_bronze_3 {background-position: -520px -20px;}
-.famfam-award_star_delete {background-position: -540px -20px;}
-.famfam-award_star_gold_1 {background-position: -560px -20px;}
-.famfam-award_star_gold_2 {background-position: -580px -20px;}
-.famfam-award_star_gold_3 {background-position: -600px -20px;}
-.famfam-award_star_silver_1 {background-position: -620px -20px;}
-.famfam-award_star_silver_2 {background-position: -640px -20px;}
-.famfam-award_star_silver_3 {background-position: -660px -20px;}
-.famfam-basket {background-position: -680px -20px;}
-.famfam-basket_add {background-position: -700px -20px;}
-.famfam-basket_delete {background-position: -720px -20px;}
-.famfam-basket_edit {background-position: -740px -20px;}
-.famfam-basket_error {background-position: -760px -20px;}
-.famfam-basket_go {background-position: -780px -20px;}
-.famfam-basket_put {background-position: -0px -40px;}
-.famfam-basket_remove {background-position: -20px -40px;}
-.famfam-bell {background-position: -40px -40px;}
-.famfam-bell_add {background-position: -60px -40px;}
-.famfam-bell_delete {background-position: -80px -40px;}
-.famfam-bell_error {background-position: -100px -40px;}
-.famfam-bell_go {background-position: -120px -40px;}
-.famfam-bell_link {background-position: -140px -40px;}
-.famfam-bin {background-position: -160px -40px;}
-.famfam-bin_closed {background-position: -180px -40px;}
-.famfam-bin_empty {background-position: -200px -40px;}
-.famfam-bomb {background-position: -220px -40px;}
-.famfam-book {background-position: -240px -40px;}
-.famfam-book_add {background-position: -260px -40px;}
-.famfam-book_addresses {background-position: -280px -40px;}
-.famfam-book_delete {background-position: -300px -40px;}
-.famfam-book_edit {background-position: -320px -40px;}
-.famfam-book_error {background-position: -340px -40px;}
-.famfam-book_go {background-position: -360px -40px;}
-.famfam-book_key {background-position: -380px -40px;}
-.famfam-book_link {background-position: -400px -40px;}
-.famfam-book_next {background-position: -420px -40px;}
-.famfam-book_open {background-position: -440px -40px;}
-.famfam-book_previous {background-position: -460px -40px;}
-.famfam-box {background-position: -480px -40px;}
-.famfam-brick {background-position: -500px -40px;}
-.famfam-brick_add {background-position: -520px -40px;}
-.famfam-brick_delete {background-position: -540px -40px;}
-.famfam-brick_edit {background-position: -560px -40px;}
-.famfam-brick_error {background-position: -580px -40px;}
-.famfam-brick_go {background-position: -600px -40px;}
-.famfam-brick_link {background-position: -620px -40px;}
-.famfam-bricks {background-position: -640px -40px;}
-.famfam-briefcase {background-position: -660px -40px;}
-.famfam-bug {background-position: -680px -40px;}
-.famfam-bug_add {background-position: -700px -40px;}
-.famfam-bug_delete {background-position: -720px -40px;}
-.famfam-bug_edit {background-position: -740px -40px;}
-.famfam-bug_error {background-position: -760px -40px;}
-.famfam-bug_go {background-position: -780px -40px;}
-.famfam-bug_link {background-position: -0px -60px;}
-.famfam-building {background-position: -20px -60px;}
-.famfam-building_add {background-position: -40px -60px;}
-.famfam-building_delete {background-position: -60px -60px;}
-.famfam-building_edit {background-position: -80px -60px;}
-.famfam-building_error {background-position: -100px -60px;}
-.famfam-building_go {background-position: -120px -60px;}
-.famfam-building_key {background-position: -140px -60px;}
-.famfam-building_link {background-position: -160px -60px;}
-.famfam-bullet_add {background-position: -180px -60px;}
-.famfam-bullet_arrow_bottom {background-position: -200px -60px;}
-.famfam-bullet_arrow_down {background-position: -220px -60px;}
-.famfam-bullet_arrow_top {background-position: -240px -60px;}
-.famfam-bullet_arrow_up {background-position: -260px -60px;}
-.famfam-bullet_black {background-position: -280px -60px;}
-.famfam-bullet_blue {background-position: -300px -60px;}
-.famfam-bullet_delete {background-position: -320px -60px;}
-.famfam-bullet_disk {background-position: -340px -60px;}
-.famfam-bullet_error {background-position: -360px -60px;}
-.famfam-bullet_feed {background-position: -380px -60px;}
-.famfam-bullet_go {background-position: -400px -60px;}
-.famfam-bullet_green {background-position: -420px -60px;}
-.famfam-bullet_key {background-position: -440px -60px;}
-.famfam-bullet_orange {background-position: -460px -60px;}
-.famfam-bullet_picture {background-position: -480px -60px;}
-.famfam-bullet_pink {background-position: -500px -60px;}
-.famfam-bullet_purple {background-position: -520px -60px;}
-.famfam-bullet_red {background-position: -540px -60px;}
-.famfam-bullet_star {background-position: -560px -60px;}
-.famfam-bullet_toggle_minus {background-position: -580px -60px;}
-.famfam-bullet_toggle_plus {background-position: -600px -60px;}
-.famfam-bullet_white {background-position: -620px -60px;}
-.famfam-bullet_wrench {background-position: -640px -60px;}
-.famfam-bullet_yellow {background-position: -660px -60px;}
-.famfam-cake {background-position: -680px -60px;}
-.famfam-calculator {background-position: -700px -60px;}
-.famfam-calculator_add {background-position: -720px -60px;}
-.famfam-calculator_delete {background-position: -740px -60px;}
-.famfam-calculator_edit {background-position: -760px -60px;}
-.famfam-calculator_error {background-position: -780px -60px;}
-.famfam-calculator_link {background-position: -0px -80px;}
-.famfam-calendar {background-position: -20px -80px;}
-.famfam-calendar_add {background-position: -40px -80px;}
-.famfam-calendar_delete {background-position: -60px -80px;}
-.famfam-calendar_edit {background-position: -80px -80px;}
-.famfam-calendar_link {background-position: -100px -80px;}
-.famfam-calendar_view_day {background-position: -120px -80px;}
-.famfam-calendar_view_month {background-position: -140px -80px;}
-.famfam-calendar_view_week {background-position: -160px -80px;}
-.famfam-camera {background-position: -180px -80px;}
-.famfam-camera_add {background-position: -200px -80px;}
-.famfam-camera_delete {background-position: -220px -80px;}
-.famfam-camera_edit {background-position: -240px -80px;}
-.famfam-camera_error {background-position: -260px -80px;}
-.famfam-camera_go {background-position: -280px -80px;}
-.famfam-camera_link {background-position: -300px -80px;}
-.famfam-camera_small {background-position: -320px -80px;}
-.famfam-cancel {background-position: -340px -80px;}
-.famfam-car {background-position: -360px -80px;}
-.famfam-car_add {background-position: -380px -80px;}
-.famfam-car_delete {background-position: -400px -80px;}
-.famfam-cart {background-position: -420px -80px;}
-.famfam-cart_add {background-position: -440px -80px;}
-.famfam-cart_delete {background-position: -460px -80px;}
-.famfam-cart_edit {background-position: -480px -80px;}
-.famfam-cart_error {background-position: -500px -80px;}
-.famfam-cart_go {background-position: -520px -80px;}
-.famfam-cart_put {background-position: -540px -80px;}
-.famfam-cart_remove {background-position: -560px -80px;}
-.famfam-cd {background-position: -580px -80px;}
-.famfam-cd_add {background-position: -600px -80px;}
-.famfam-cd_burn {background-position: -620px -80px;}
-.famfam-cd_delete {background-position: -640px -80px;}
-.famfam-cd_edit {background-position: -660px -80px;}
-.famfam-cd_eject {background-position: -680px -80px;}
-.famfam-cd_go {background-position: -700px -80px;}
-.famfam-chart_bar {background-position: -720px -80px;}
-.famfam-chart_bar_add {background-position: -740px -80px;}
-.famfam-chart_bar_delete {background-position: -760px -80px;}
-.famfam-chart_bar_edit {background-position: -780px -80px;}
-.famfam-chart_bar_error {background-position: -0px -100px;}
-.famfam-chart_bar_link {background-position: -20px -100px;}
-.famfam-chart_curve {background-position: -40px -100px;}
-.famfam-chart_curve_add {background-position: -60px -100px;}
-.famfam-chart_curve_delete {background-position: -80px -100px;}
-.famfam-chart_curve_edit {background-position: -100px -100px;}
-.famfam-chart_curve_error {background-position: -120px -100px;}
-.famfam-chart_curve_go {background-position: -140px -100px;}
-.famfam-chart_curve_link {background-position: -160px -100px;}
-.famfam-chart_line {background-position: -180px -100px;}
-.famfam-chart_line_add {background-position: -200px -100px;}
-.famfam-chart_line_delete {background-position: -220px -100px;}
-.famfam-chart_line_edit {background-position: -240px -100px;}
-.famfam-chart_line_error {background-position: -260px -100px;}
-.famfam-chart_line_link {background-position: -280px -100px;}
-.famfam-chart_organisation {background-position: -300px -100px;}
-.famfam-chart_organisation_add {background-position: -320px -100px;}
-.famfam-chart_organisation_delete {background-position: -340px -100px;}
-.famfam-chart_pie {background-position: -360px -100px;}
-.famfam-chart_pie_add {background-position: -380px -100px;}
-.famfam-chart_pie_delete {background-position: -400px -100px;}
-.famfam-chart_pie_edit {background-position: -420px -100px;}
-.famfam-chart_pie_error {background-position: -440px -100px;}
-.famfam-chart_pie_link {background-position: -460px -100px;}
-.famfam-clock {background-position: -480px -100px;}
-.famfam-clock_add {background-position: -500px -100px;}
-.famfam-clock_delete {background-position: -520px -100px;}
-.famfam-clock_edit {background-position: -540px -100px;}
-.famfam-clock_error {background-position: -560px -100px;}
-.famfam-clock_go {background-position: -580px -100px;}
-.famfam-clock_link {background-position: -600px -100px;}
-.famfam-clock_pause {background-position: -620px -100px;}
-.famfam-clock_play {background-position: -640px -100px;}
-.famfam-clock_red {background-position: -660px -100px;}
-.famfam-clock_stop {background-position: -680px -100px;}
-.famfam-cog {background-position: -700px -100px;}
-.famfam-cog_add {background-position: -720px -100px;}
-.famfam-cog_delete {background-position: -740px -100px;}
-.famfam-cog_edit {background-position: -760px -100px;}
-.famfam-cog_error {background-position: -780px -100px;}
-.famfam-cog_go {background-position: -0px -120px;}
-.famfam-coins {background-position: -20px -120px;}
-.famfam-coins_add {background-position: -40px -120px;}
-.famfam-coins_delete {background-position: -60px -120px;}
-.famfam-color_swatch {background-position: -80px -120px;}
-.famfam-color_wheel {background-position: -100px -120px;}
-.famfam-comment {background-position: -120px -120px;}
-.famfam-comment_add {background-position: -140px -120px;}
-.famfam-comment_delete {background-position: -160px -120px;}
-.famfam-comment_edit {background-position: -180px -120px;}
-.famfam-comments {background-position: -200px -120px;}
-.famfam-comments_add {background-position: -220px -120px;}
-.famfam-comments_delete {background-position: -240px -120px;}
-.famfam-compress {background-position: -260px -120px;}
-.famfam-computer {background-position: -280px -120px;}
-.famfam-computer_add {background-position: -300px -120px;}
-.famfam-computer_delete {background-position: -320px -120px;}
-.famfam-computer_edit {background-position: -340px -120px;}
-.famfam-computer_error {background-position: -360px -120px;}
-.famfam-computer_go {background-position: -380px -120px;}
-.famfam-computer_key {background-position: -400px -120px;}
-.famfam-computer_link {background-position: -420px -120px;}
-.famfam-connect {background-position: -440px -120px;}
-.famfam-contrast {background-position: -460px -120px;}
-.famfam-contrast_decrease {background-position: -480px -120px;}
-.famfam-contrast_high {background-position: -500px -120px;}
-.famfam-contrast_increase {background-position: -520px -120px;}
-.famfam-contrast_low {background-position: -540px -120px;}
-.famfam-control_eject {background-position: -560px -120px;}
-.famfam-control_eject_blue {background-position: -580px -120px;}
-.famfam-control_end {background-position: -600px -120px;}
-.famfam-control_end_blue {background-position: -620px -120px;}
-.famfam-control_equalizer {background-position: -640px -120px;}
-.famfam-control_equalizer_blue {background-position: -660px -120px;}
-.famfam-control_fastforward {background-position: -680px -120px;}
-.famfam-control_fastforward_blue {background-position: -700px -120px;}
-.famfam-control_pause {background-position: -720px -120px;}
-.famfam-control_pause_blue {background-position: -740px -120px;}
-.famfam-control_play {background-position: -760px -120px;}
-.famfam-control_play_blue {background-position: -780px -120px;}
-.famfam-control_repeat {background-position: -0px -140px;}
-.famfam-control_repeat_blue {background-position: -20px -140px;}
-.famfam-control_rewind {background-position: -40px -140px;}
-.famfam-control_rewind_blue {background-position: -60px -140px;}
-.famfam-control_start {background-position: -80px -140px;}
-.famfam-control_start_blue {background-position: -100px -140px;}
-.famfam-control_stop {background-position: -120px -140px;}
-.famfam-control_stop_blue {background-position: -140px -140px;}
-.famfam-controller {background-position: -160px -140px;}
-.famfam-controller_add {background-position: -180px -140px;}
-.famfam-controller_delete {background-position: -200px -140px;}
-.famfam-controller_error {background-position: -220px -140px;}
-.famfam-creditcards {background-position: -240px -140px;}
-.famfam-cross {background-position: -260px -140px;}
-.famfam-css {background-position: -280px -140px;}
-.famfam-css_add {background-position: -300px -140px;}
-.famfam-css_delete {background-position: -320px -140px;}
-.famfam-css_go {background-position: -340px -140px;}
-.famfam-css_valid {background-position: -360px -140px;}
-.famfam-cup {background-position: -380px -140px;}
-.famfam-cup_add {background-position: -400px -140px;}
-.famfam-cup_delete {background-position: -420px -140px;}
-.famfam-cup_edit {background-position: -440px -140px;}
-.famfam-cup_error {background-position: -460px -140px;}
-.famfam-cup_go {background-position: -480px -140px;}
-.famfam-cup_key {background-position: -500px -140px;}
-.famfam-cup_link {background-position: -520px -140px;}
-.famfam-cursor {background-position: -540px -140px;}
-.famfam-cut {background-position: -560px -140px;}
-.famfam-cut_red {background-position: -580px -140px;}
-.famfam-database {background-position: -600px -140px;}
-.famfam-database_add {background-position: -620px -140px;}
-.famfam-database_connect {background-position: -640px -140px;}
-.famfam-database_delete {background-position: -660px -140px;}
-.famfam-database_edit {background-position: -680px -140px;}
-.famfam-database_error {background-position: -700px -140px;}
-.famfam-database_gear {background-position: -720px -140px;}
-.famfam-database_go {background-position: -740px -140px;}
-.famfam-database_key {background-position: -760px -140px;}
-.famfam-database_lightning {background-position: -780px -140px;}
-.famfam-database_link {background-position: -0px -160px;}
-.famfam-database_refresh {background-position: -20px -160px;}
-.famfam-database_save {background-position: -40px -160px;}
-.famfam-database_table {background-position: -60px -160px;}
-.famfam-date {background-position: -80px -160px;}
-.famfam-date_add {background-position: -100px -160px;}
-.famfam-date_delete {background-position: -120px -160px;}
-.famfam-date_edit {background-position: -140px -160px;}
-.famfam-date_error {background-position: -160px -160px;}
-.famfam-date_go {background-position: -180px -160px;}
-.famfam-date_link {background-position: -200px -160px;}
-.famfam-date_magnify {background-position: -220px -160px;}
-.famfam-date_next {background-position: -240px -160px;}
-.famfam-date_previous {background-position: -260px -160px;}
-.famfam-delete {background-position: -280px -160px;}
-.famfam-disconnect {background-position: -300px -160px;}
-.famfam-disk {background-position: -320px -160px;}
-.famfam-disk_multiple {background-position: -340px -160px;}
-.famfam-door {background-position: -360px -160px;}
-.famfam-door_in {background-position: -380px -160px;}
-.famfam-door_open {background-position: -400px -160px;}
-.famfam-door_out {background-position: -420px -160px;}
-.famfam-drink {background-position: -440px -160px;}
-.famfam-drink_empty {background-position: -460px -160px;}
-.famfam-drive {background-position: -480px -160px;}
-.famfam-drive_add {background-position: -500px -160px;}
-.famfam-drive_burn {background-position: -520px -160px;}
-.famfam-drive_cd {background-position: -540px -160px;}
-.famfam-drive_cd_empty {background-position: -560px -160px;}
-.famfam-drive_delete {background-position: -580px -160px;}
-.famfam-drive_disk {background-position: -600px -160px;}
-.famfam-drive_edit {background-position: -620px -160px;}
-.famfam-drive_error {background-position: -640px -160px;}
-.famfam-drive_go {background-position: -660px -160px;}
-.famfam-drive_key {background-position: -680px -160px;}
-.famfam-drive_link {background-position: -700px -160px;}
-.famfam-drive_magnify {background-position: -720px -160px;}
-.famfam-drive_network {background-position: -740px -160px;}
-.famfam-drive_rename {background-position: -760px -160px;}
-.famfam-drive_user {background-position: -780px -160px;}
-.famfam-drive_web {background-position: -0px -180px;}
-.famfam-dvd {background-position: -20px -180px;}
-.famfam-dvd_add {background-position: -40px -180px;}
-.famfam-dvd_delete {background-position: -60px -180px;}
-.famfam-dvd_edit {background-position: -80px -180px;}
-.famfam-dvd_error {background-position: -100px -180px;}
-.famfam-dvd_go {background-position: -120px -180px;}
-.famfam-dvd_key {background-position: -140px -180px;}
-.famfam-dvd_link {background-position: -160px -180px;}
-.famfam-email {background-position: -180px -180px;}
-.famfam-email_add {background-position: -200px -180px;}
-.famfam-email_attach {background-position: -220px -180px;}
-.famfam-email_delete {background-position: -240px -180px;}
-.famfam-email_edit {background-position: -260px -180px;}
-.famfam-email_error {background-position: -280px -180px;}
-.famfam-email_go {background-position: -300px -180px;}
-.famfam-email_link {background-position: -320px -180px;}
-.famfam-email_open {background-position: -340px -180px;}
-.famfam-email_open_image {background-position: -360px -180px;}
-.famfam-emoticon_evilgrin {background-position: -380px -180px;}
-.famfam-emoticon_grin {background-position: -400px -180px;}
-.famfam-emoticon_happy {background-position: -420px -180px;}
-.famfam-emoticon_smile {background-position: -440px -180px;}
-.famfam-emoticon_surprised {background-position: -460px -180px;}
-.famfam-emoticon_tongue {background-position: -480px -180px;}
-.famfam-emoticon_unhappy {background-position: -500px -180px;}
-.famfam-emoticon_waii {background-position: -520px -180px;}
-.famfam-emoticon_wink {background-position: -540px -180px;}
-.famfam-error {background-position: -560px -180px;}
-.famfam-error_add {background-position: -580px -180px;}
-.famfam-error_delete {background-position: -600px -180px;}
-.famfam-error_go {background-position: -620px -180px;}
-.famfam-exclamation {background-position: -640px -180px;}
-.famfam-eye {background-position: -660px -180px;}
-.famfam-feed {background-position: -680px -180px;}
-.famfam-feed_add {background-position: -700px -180px;}
-.famfam-feed_delete {background-position: -720px -180px;}
-.famfam-feed_disk {background-position: -740px -180px;}
-.famfam-feed_edit {background-position: -760px -180px;}
-.famfam-feed_error {background-position: -780px -180px;}
-.famfam-feed_go {background-position: -0px -200px;}
-.famfam-feed_key {background-position: -20px -200px;}
-.famfam-feed_link {background-position: -40px -200px;}
-.famfam-feed_magnify {background-position: -60px -200px;}
-.famfam-female {background-position: -80px -200px;}
-.famfam-film {background-position: -100px -200px;}
-.famfam-film_add {background-position: -120px -200px;}
-.famfam-film_delete {background-position: -140px -200px;}
-.famfam-film_edit {background-position: -160px -200px;}
-.famfam-film_error {background-position: -180px -200px;}
-.famfam-film_go {background-position: -200px -200px;}
-.famfam-film_key {background-position: -220px -200px;}
-.famfam-film_link {background-position: -240px -200px;}
-.famfam-film_save {background-position: -260px -200px;}
-.famfam-find {background-position: -280px -200px;}
-.famfam-flag_blue {background-position: -300px -200px;}
-.famfam-flag_green {background-position: -320px -200px;}
-.famfam-flag_orange {background-position: -340px -200px;}
-.famfam-flag_pink {background-position: -360px -200px;}
-.famfam-flag_purple {background-position: -380px -200px;}
-.famfam-flag_red {background-position: -400px -200px;}
-.famfam-flag_yellow {background-position: -420px -200px;}
-.famfam-folder {background-position: -440px -200px;}
-.famfam-folder_add {background-position: -460px -200px;}
-.famfam-folder_bell {background-position: -480px -200px;}
-.famfam-folder_brick {background-position: -500px -200px;}
-.famfam-folder_bug {background-position: -520px -200px;}
-.famfam-folder_camera {background-position: -540px -200px;}
-.famfam-folder_database {background-position: -560px -200px;}
-.famfam-folder_delete {background-position: -580px -200px;}
-.famfam-folder_edit {background-position: -600px -200px;}
-.famfam-folder_error {background-position: -620px -200px;}
-.famfam-folder_explore {background-position: -640px -200px;}
-.famfam-folder_feed {background-position: -660px -200px;}
-.famfam-folder_find {background-position: -680px -200px;}
-.famfam-folder_go {background-position: -700px -200px;}
-.famfam-folder_heart {background-position: -720px -200px;}
-.famfam-folder_image {background-position: -740px -200px;}
-.famfam-folder_key {background-position: -760px -200px;}
-.famfam-folder_lightbulb {background-position: -780px -200px;}
-.famfam-folder_link {background-position: -0px -220px;}
-.famfam-folder_magnify {background-position: -20px -220px;}
-.famfam-folder_page {background-position: -40px -220px;}
-.famfam-folder_page_white {background-position: -60px -220px;}
-.famfam-folder_palette {background-position: -80px -220px;}
-.famfam-folder_picture {background-position: -100px -220px;}
-.famfam-folder_star {background-position: -120px -220px;}
-.famfam-folder_table {background-position: -140px -220px;}
-.famfam-folder_user {background-position: -160px -220px;}
-.famfam-folder_wrench {background-position: -180px -220px;}
-.famfam-font {background-position: -200px -220px;}
-.famfam-font_add {background-position: -220px -220px;}
-.famfam-font_delete {background-position: -240px -220px;}
-.famfam-font_go {background-position: -260px -220px;}
-.famfam-group {background-position: -280px -220px;}
-.famfam-group_add {background-position: -300px -220px;}
-.famfam-group_delete {background-position: -320px -220px;}
-.famfam-group_edit {background-position: -340px -220px;}
-.famfam-group_error {background-position: -360px -220px;}
-.famfam-group_gear {background-position: -380px -220px;}
-.famfam-group_go {background-position: -400px -220px;}
-.famfam-group_key {background-position: -420px -220px;}
-.famfam-group_link {background-position: -440px -220px;}
-.famfam-heart {background-position: -460px -220px;}
-.famfam-heart_add {background-position: -480px -220px;}
-.famfam-heart_delete {background-position: -500px -220px;}
-.famfam-help {background-position: -520px -220px;}
-.famfam-hourglass {background-position: -540px -220px;}
-.famfam-hourglass_add {background-position: -560px -220px;}
-.famfam-hourglass_delete {background-position: -580px -220px;}
-.famfam-hourglass_go {background-position: -600px -220px;}
-.famfam-hourglass_link {background-position: -620px -220px;}
-.famfam-house {background-position: -640px -220px;}
-.famfam-house_go {background-position: -660px -220px;}
-.famfam-house_link {background-position: -680px -220px;}
-.famfam-html {background-position: -700px -220px;}
-.famfam-html_add {background-position: -720px -220px;}
-.famfam-html_delete {background-position: -740px -220px;}
-.famfam-html_go {background-position: -760px -220px;}
-.famfam-html_valid {background-position: -780px -220px;}
-.famfam-image {background-position: -0px -240px;}
-.famfam-image_add {background-position: -20px -240px;}
-.famfam-image_delete {background-position: -40px -240px;}
-.famfam-image_edit {background-position: -60px -240px;}
-.famfam-image_link {background-position: -80px -240px;}
-.famfam-images {background-position: -100px -240px;}
-.famfam-information {background-position: -120px -240px;}
-.famfam-ipod {background-position: -140px -240px;}
-.famfam-ipod_cast {background-position: -160px -240px;}
-.famfam-ipod_cast_add {background-position: -180px -240px;}
-.famfam-ipod_cast_delete {background-position: -200px -240px;}
-.famfam-ipod_sound {background-position: -220px -240px;}
-.famfam-joystick {background-position: -240px -240px;}
-.famfam-joystick_add {background-position: -260px -240px;}
-.famfam-joystick_delete {background-position: -280px -240px;}
-.famfam-joystick_error {background-position: -300px -240px;}
-.famfam-key {background-position: -320px -240px;}
-.famfam-key_add {background-position: -340px -240px;}
-.famfam-key_delete {background-position: -360px -240px;}
-.famfam-key_go {background-position: -380px -240px;}
-.famfam-keyboard {background-position: -400px -240px;}
-.famfam-keyboard_add {background-position: -420px -240px;}
-.famfam-keyboard_delete {background-position: -440px -240px;}
-.famfam-keyboard_magnify {background-position: -460px -240px;}
-.famfam-layers {background-position: -480px -240px;}
-.famfam-layout {background-position: -500px -240px;}
-.famfam-layout_add {background-position: -520px -240px;}
-.famfam-layout_content {background-position: -540px -240px;}
-.famfam-layout_delete {background-position: -560px -240px;}
-.famfam-layout_edit {background-position: -580px -240px;}
-.famfam-layout_error {background-position: -600px -240px;}
-.famfam-layout_header {background-position: -620px -240px;}
-.famfam-layout_link {background-position: -640px -240px;}
-.famfam-layout_sidebar {background-position: -660px -240px;}
-.famfam-lightbulb {background-position: -680px -240px;}
-.famfam-lightbulb_add {background-position: -700px -240px;}
-.famfam-lightbulb_delete {background-position: -720px -240px;}
-.famfam-lightbulb_off {background-position: -740px -240px;}
-.famfam-lightning {background-position: -760px -240px;}
-.famfam-lightning_add {background-position: -780px -240px;}
-.famfam-lightning_delete {background-position: -0px -260px;}
-.famfam-lightning_go {background-position: -20px -260px;}
-.famfam-link {background-position: -40px -260px;}
-.famfam-link_add {background-position: -60px -260px;}
-.famfam-link_break {background-position: -80px -260px;}
-.famfam-link_delete {background-position: -100px -260px;}
-.famfam-link_edit {background-position: -120px -260px;}
-.famfam-link_error {background-position: -140px -260px;}
-.famfam-link_go {background-position: -160px -260px;}
-.famfam-lock {background-position: -180px -260px;}
-.famfam-lock_add {background-position: -200px -260px;}
-.famfam-lock_break {background-position: -220px -260px;}
-.famfam-lock_delete {background-position: -240px -260px;}
-.famfam-lock_edit {background-position: -260px -260px;}
-.famfam-lock_go {background-position: -280px -260px;}
-.famfam-lock_open {background-position: -300px -260px;}
-.famfam-lorry {background-position: -320px -260px;}
-.famfam-lorry_add {background-position: -340px -260px;}
-.famfam-lorry_delete {background-position: -360px -260px;}
-.famfam-lorry_error {background-position: -380px -260px;}
-.famfam-lorry_flatbed {background-position: -400px -260px;}
-.famfam-lorry_go {background-position: -420px -260px;}
-.famfam-lorry_link {background-position: -440px -260px;}
-.famfam-magifier_zoom_out {background-position: -460px -260px;}
-.famfam-magnifier {background-position: -480px -260px;}
-.famfam-magnifier_zoom_in {background-position: -500px -260px;}
-.famfam-male {background-position: -520px -260px;}
-.famfam-map {background-position: -540px -260px;}
-.famfam-map_add {background-position: -560px -260px;}
-.famfam-map_delete {background-position: -580px -260px;}
-.famfam-map_edit {background-position: -600px -260px;}
-.famfam-map_go {background-position: -620px -260px;}
-.famfam-map_magnify {background-position: -640px -260px;}
-.famfam-medal_bronze_1 {background-position: -660px -260px;}
-.famfam-medal_bronze_2 {background-position: -680px -260px;}
-.famfam-medal_bronze_3 {background-position: -700px -260px;}
-.famfam-medal_bronze_add {background-position: -720px -260px;}
-.famfam-medal_bronze_delete {background-position: -740px -260px;}
-.famfam-medal_gold_1 {background-position: -760px -260px;}
-.famfam-medal_gold_2 {background-position: -780px -260px;}
-.famfam-medal_gold_3 {background-position: -0px -280px;}
-.famfam-medal_gold_add {background-position: -20px -280px;}
-.famfam-medal_gold_delete {background-position: -40px -280px;}
-.famfam-medal_silver_1 {background-position: -60px -280px;}
-.famfam-medal_silver_2 {background-position: -80px -280px;}
-.famfam-medal_silver_3 {background-position: -100px -280px;}
-.famfam-medal_silver_add {background-position: -120px -280px;}
-.famfam-medal_silver_delete {background-position: -140px -280px;}
-.famfam-money {background-position: -160px -280px;}
-.famfam-money_add {background-position: -180px -280px;}
-.famfam-money_delete {background-position: -200px -280px;}
-.famfam-money_dollar {background-position: -220px -280px;}
-.famfam-money_euro {background-position: -240px -280px;}
-.famfam-money_pound {background-position: -260px -280px;}
-.famfam-money_yen {background-position: -280px -280px;}
-.famfam-monitor {background-position: -300px -280px;}
-.famfam-monitor_add {background-position: -320px -280px;}
-.famfam-monitor_delete {background-position: -340px -280px;}
-.famfam-monitor_edit {background-position: -360px -280px;}
-.famfam-monitor_error {background-position: -380px -280px;}
-.famfam-monitor_go {background-position: -400px -280px;}
-.famfam-monitor_lightning {background-position: -420px -280px;}
-.famfam-monitor_link {background-position: -440px -280px;}
-.famfam-mouse {background-position: -460px -280px;}
-.famfam-mouse_add {background-position: -480px -280px;}
-.famfam-mouse_delete {background-position: -500px -280px;}
-.famfam-mouse_error {background-position: -520px -280px;}
-.famfam-music {background-position: -540px -280px;}
-.famfam-new {background-position: -560px -280px;}
-.famfam-newspaper {background-position: -580px -280px;}
-.famfam-newspaper_add {background-position: -600px -280px;}
-.famfam-newspaper_delete {background-position: -620px -280px;}
-.famfam-newspaper_go {background-position: -640px -280px;}
-.famfam-newspaper_link {background-position: -660px -280px;}
-.famfam-note {background-position: -680px -280px;}
-.famfam-note_add {background-position: -700px -280px;}
-.famfam-note_delete {background-position: -720px -280px;}
-.famfam-note_edit {background-position: -740px -280px;}
-.famfam-note_error {background-position: -760px -280px;}
-.famfam-note_go {background-position: -780px -280px;}
-.famfam-overlays {background-position: -0px -300px;}
-.famfam-package {background-position: -20px -300px;}
-.famfam-package_add {background-position: -40px -300px;}
-.famfam-package_delete {background-position: -60px -300px;}
-.famfam-package_go {background-position: -80px -300px;}
-.famfam-package_green {background-position: -100px -300px;}
-.famfam-package_link {background-position: -120px -300px;}
-.famfam-page {background-position: -140px -300px;}
-.famfam-page_add {background-position: -160px -300px;}
-.famfam-page_attach {background-position: -180px -300px;}
-.famfam-page_code {background-position: -200px -300px;}
-.famfam-page_copy {background-position: -220px -300px;}
-.famfam-page_delete {background-position: -240px -300px;}
-.famfam-page_edit {background-position: -260px -300px;}
-.famfam-page_error {background-position: -280px -300px;}
-.famfam-page_excel {background-position: -300px -300px;}
-.famfam-page_find {background-position: -320px -300px;}
-.famfam-page_gear {background-position: -340px -300px;}
-.famfam-page_go {background-position: -360px -300px;}
-.famfam-page_green {background-position: -380px -300px;}
-.famfam-page_key {background-position: -400px -300px;}
-.famfam-page_lightning {background-position: -420px -300px;}
-.famfam-page_link {background-position: -440px -300px;}
-.famfam-page_paintbrush {background-position: -460px -300px;}
-.famfam-page_paste {background-position: -480px -300px;}
-.famfam-page_red {background-position: -500px -300px;}
-.famfam-page_refresh {background-position: -520px -300px;}
-.famfam-page_save {background-position: -540px -300px;}
-.famfam-page_white {background-position: -560px -300px;}
-.famfam-page_white_acrobat {background-position: -580px -300px;}
-.famfam-page_white_actionscript {background-position: -600px -300px;}
-.famfam-page_white_add {background-position: -620px -300px;}
-.famfam-page_white_c {background-position: -640px -300px;}
-.famfam-page_white_camera {background-position: -660px -300px;}
-.famfam-page_white_cd {background-position: -680px -300px;}
-.famfam-page_white_code {background-position: -700px -300px;}
-.famfam-page_white_code_red {background-position: -720px -300px;}
-.famfam-page_white_coldfusion {background-position: -740px -300px;}
-.famfam-page_white_compressed {background-position: -760px -300px;}
-.famfam-page_white_copy {background-position: -780px -300px;}
-.famfam-page_white_cplusplus {background-position: -0px -320px;}
-.famfam-page_white_csharp {background-position: -20px -320px;}
-.famfam-page_white_cup {background-position: -40px -320px;}
-.famfam-page_white_database {background-position: -60px -320px;}
-.famfam-page_white_delete {background-position: -80px -320px;}
-.famfam-page_white_dvd {background-position: -100px -320px;}
-.famfam-page_white_edit {background-position: -120px -320px;}
-.famfam-page_white_error {background-position: -140px -320px;}
-.famfam-page_white_excel {background-position: -160px -320px;}
-.famfam-page_white_find {background-position: -180px -320px;}
-.famfam-page_white_flash {background-position: -200px -320px;}
-.famfam-page_white_freehand {background-position: -220px -320px;}
-.famfam-page_white_gear {background-position: -240px -320px;}
-.famfam-page_white_get {background-position: -260px -320px;}
-.famfam-page_white_go {background-position: -280px -320px;}
-.famfam-page_white_h {background-position: -300px -320px;}
-.famfam-page_white_horizontal {background-position: -320px -320px;}
-.famfam-page_white_key {background-position: -340px -320px;}
-.famfam-page_white_lightning {background-position: -360px -320px;}
-.famfam-page_white_link {background-position: -380px -320px;}
-.famfam-page_white_magnify {background-position: -400px -320px;}
-.famfam-page_white_medal {background-position: -420px -320px;}
-.famfam-page_white_office {background-position: -440px -320px;}
-.famfam-page_white_paint {background-position: -460px -320px;}
-.famfam-page_white_paintbrush {background-position: -480px -320px;}
-.famfam-page_white_paste {background-position: -500px -320px;}
-.famfam-page_white_php {background-position: -520px -320px;}
-.famfam-page_white_picture {background-position: -540px -320px;}
-.famfam-page_white_powerpoint {background-position: -560px -320px;}
-.famfam-page_white_put {background-position: -580px -320px;}
-.famfam-page_white_ruby {background-position: -600px -320px;}
-.famfam-page_white_stack {background-position: -620px -320px;}
-.famfam-page_white_star {background-position: -640px -320px;}
-.famfam-page_white_swoosh {background-position: -660px -320px;}
-.famfam-page_white_text {background-position: -680px -320px;}
-.famfam-page_white_text_width {background-position: -700px -320px;}
-.famfam-page_white_tux {background-position: -720px -320px;}
-.famfam-page_white_vector {background-position: -740px -320px;}
-.famfam-page_white_visualstudio {background-position: -760px -320px;}
-.famfam-page_white_width {background-position: -780px -320px;}
-.famfam-page_white_word {background-position: -0px -340px;}
-.famfam-page_white_world {background-position: -20px -340px;}
-.famfam-page_white_wrench {background-position: -40px -340px;}
-.famfam-page_white_zip {background-position: -60px -340px;}
-.famfam-page_word {background-position: -80px -340px;}
-.famfam-page_world {background-position: -100px -340px;}
-.famfam-paintbrush {background-position: -120px -340px;}
-.famfam-paintcan {background-position: -140px -340px;}
-.famfam-palette {background-position: -160px -340px;}
-.famfam-paste_plain {background-position: -180px -340px;}
-.famfam-paste_word {background-position: -200px -340px;}
-.famfam-pencil {background-position: -220px -340px;}
-.famfam-pencil_add {background-position: -240px -340px;}
-.famfam-pencil_delete {background-position: -260px -340px;}
-.famfam-pencil_go {background-position: -280px -340px;}
-.famfam-phone {background-position: -300px -340px;}
-.famfam-phone_add {background-position: -320px -340px;}
-.famfam-phone_delete {background-position: -340px -340px;}
-.famfam-phone_sound {background-position: -360px -340px;}
-.famfam-photo {background-position: -380px -340px;}
-.famfam-photo_add {background-position: -400px -340px;}
-.famfam-photo_delete {background-position: -420px -340px;}
-.famfam-photo_link {background-position: -440px -340px;}
-.famfam-photos {background-position: -460px -340px;}
-.famfam-picture {background-position: -480px -340px;}
-.famfam-picture_add {background-position: -500px -340px;}
-.famfam-picture_delete {background-position: -520px -340px;}
-.famfam-picture_edit {background-position: -540px -340px;}
-.famfam-picture_empty {background-position: -560px -340px;}
-.famfam-picture_error {background-position: -580px -340px;}
-.famfam-picture_go {background-position: -600px -340px;}
-.famfam-picture_key {background-position: -620px -340px;}
-.famfam-picture_link {background-position: -640px -340px;}
-.famfam-picture_save {background-position: -660px -340px;}
-.famfam-pictures {background-position: -680px -340px;}
-.famfam-pilcrow {background-position: -700px -340px;}
-.famfam-pill {background-position: -720px -340px;}
-.famfam-pill_add {background-position: -740px -340px;}
-.famfam-pill_delete {background-position: -760px -340px;}
-.famfam-pill_go {background-position: -780px -340px;}
-.famfam-plugin {background-position: -0px -360px;}
-.famfam-plugin_add {background-position: -20px -360px;}
-.famfam-plugin_delete {background-position: -40px -360px;}
-.famfam-plugin_disabled {background-position: -60px -360px;}
-.famfam-plugin_edit {background-position: -80px -360px;}
-.famfam-plugin_error {background-position: -100px -360px;}
-.famfam-plugin_go {background-position: -120px -360px;}
-.famfam-plugin_link {background-position: -140px -360px;}
-.famfam-printer {background-position: -160px -360px;}
-.famfam-printer_add {background-position: -180px -360px;}
-.famfam-printer_delete {background-position: -200px -360px;}
-.famfam-printer_empty {background-position: -220px -360px;}
-.famfam-printer_error {background-position: -240px -360px;}
-.famfam-rainbow {background-position: -260px -360px;}
-.famfam-report {background-position: -280px -360px;}
-.famfam-report_add {background-position: -300px -360px;}
-.famfam-report_delete {background-position: -320px -360px;}
-.famfam-report_disk {background-position: -340px -360px;}
-.famfam-report_edit {background-position: -360px -360px;}
-.famfam-report_go {background-position: -380px -360px;}
-.famfam-report_key {background-position: -400px -360px;}
-.famfam-report_link {background-position: -420px -360px;}
-.famfam-report_magnify {background-position: -440px -360px;}
-.famfam-report_picture {background-position: -460px -360px;}
-.famfam-report_user {background-position: -480px -360px;}
-.famfam-report_word {background-position: -500px -360px;}
-.famfam-resultset_first {background-position: -520px -360px;}
-.famfam-resultset_last {background-position: -540px -360px;}
-.famfam-resultset_next {background-position: -560px -360px;}
-.famfam-resultset_previous {background-position: -580px -360px;}
-.famfam-rosette {background-position: -600px -360px;}
-.famfam-rss {background-position: -620px -360px;}
-.famfam-rss_add {background-position: -640px -360px;}
-.famfam-rss_delete {background-position: -660px -360px;}
-.famfam-rss_go {background-position: -680px -360px;}
-.famfam-rss_valid {background-position: -700px -360px;}
-.famfam-ruby {background-position: -720px -360px;}
-.famfam-ruby_add {background-position: -740px -360px;}
-.famfam-ruby_delete {background-position: -760px -360px;}
-.famfam-ruby_gear {background-position: -780px -360px;}
-.famfam-ruby_get {background-position: -0px -380px;}
-.famfam-ruby_go {background-position: -20px -380px;}
-.famfam-ruby_key {background-position: -40px -380px;}
-.famfam-ruby_link {background-position: -60px -380px;}
-.famfam-ruby_put {background-position: -80px -380px;}
-.famfam-script {background-position: -100px -380px;}
-.famfam-script_add {background-position: -120px -380px;}
-.famfam-script_code {background-position: -140px -380px;}
-.famfam-script_code_red {background-position: -160px -380px;}
-.famfam-script_delete {background-position: -180px -380px;}
-.famfam-script_edit {background-position: -200px -380px;}
-.famfam-script_error {background-position: -220px -380px;}
-.famfam-script_gear {background-position: -240px -380px;}
-.famfam-script_go {background-position: -260px -380px;}
-.famfam-script_key {background-position: -280px -380px;}
-.famfam-script_lightning {background-position: -300px -380px;}
-.famfam-script_link {background-position: -320px -380px;}
-.famfam-script_palette {background-position: -340px -380px;}
-.famfam-script_save {background-position: -360px -380px;}
-.famfam-server {background-position: -380px -380px;}
-.famfam-server_add {background-position: -400px -380px;}
-.famfam-server_chart {background-position: -420px -380px;}
-.famfam-server_compressed {background-position: -440px -380px;}
-.famfam-server_connect {background-position: -460px -380px;}
-.famfam-server_database {background-position: -480px -380px;}
-.famfam-server_delete {background-position: -500px -380px;}
-.famfam-server_edit {background-position: -520px -380px;}
-.famfam-server_error {background-position: -540px -380px;}
-.famfam-server_go {background-position: -560px -380px;}
-.famfam-server_key {background-position: -580px -380px;}
-.famfam-server_lightning {background-position: -600px -380px;}
-.famfam-server_link {background-position: -620px -380px;}
-.famfam-server_uncompressed {background-position: -640px -380px;}
-.famfam-shading {background-position: -660px -380px;}
-.famfam-shape_align_bottom {background-position: -680px -380px;}
-.famfam-shape_align_center {background-position: -700px -380px;}
-.famfam-shape_align_left {background-position: -720px -380px;}
-.famfam-shape_align_middle {background-position: -740px -380px;}
-.famfam-shape_align_right {background-position: -760px -380px;}
-.famfam-shape_align_top {background-position: -780px -380px;}
-.famfam-shape_flip_horizontal {background-position: -0px -400px;}
-.famfam-shape_flip_vertical {background-position: -20px -400px;}
-.famfam-shape_group {background-position: -40px -400px;}
-.famfam-shape_handles {background-position: -60px -400px;}
-.famfam-shape_move_back {background-position: -80px -400px;}
-.famfam-shape_move_backwards {background-position: -100px -400px;}
-.famfam-shape_move_forwards {background-position: -120px -400px;}
-.famfam-shape_move_front {background-position: -140px -400px;}
-.famfam-shape_rotate_anticlockwise {background-position: -160px -400px;}
-.famfam-shape_rotate_clockwise {background-position: -180px -400px;}
-.famfam-shape_square {background-position: -200px -400px;}
-.famfam-shape_square_add {background-position: -220px -400px;}
-.famfam-shape_square_delete {background-position: -240px -400px;}
-.famfam-shape_square_edit {background-position: -260px -400px;}
-.famfam-shape_square_error {background-position: -280px -400px;}
-.famfam-shape_square_go {background-position: -300px -400px;}
-.famfam-shape_square_key {background-position: -320px -400px;}
-.famfam-shape_square_link {background-position: -340px -400px;}
-.famfam-shape_ungroup {background-position: -360px -400px;}
-.famfam-shield {background-position: -380px -400px;}
-.famfam-shield_add {background-position: -400px -400px;}
-.famfam-shield_delete {background-position: -420px -400px;}
-.famfam-shield_go {background-position: -440px -400px;}
-.famfam-sitemap {background-position: -460px -400px;}
-.famfam-sitemap_color {background-position: -480px -400px;}
-.famfam-sound {background-position: -500px -400px;}
-.famfam-sound_add {background-position: -520px -400px;}
-.famfam-sound_delete {background-position: -540px -400px;}
-.famfam-sound_low {background-position: -560px -400px;}
-.famfam-sound_mute {background-position: -580px -400px;}
-.famfam-sound_none {background-position: -600px -400px;}
-.famfam-spellcheck {background-position: -620px -400px;}
-.famfam-sport_8ball {background-position: -640px -400px;}
-.famfam-sport_basketball {background-position: -660px -400px;}
-.famfam-sport_football {background-position: -680px -400px;}
-.famfam-sport_golf {background-position: -700px -400px;}
-.famfam-sport_raquet {background-position: -720px -400px;}
-.famfam-sport_shuttlecock {background-position: -740px -400px;}
-.famfam-sport_soccer {background-position: -760px -400px;}
-.famfam-sport_tennis {background-position: -780px -400px;}
-.famfam-star {background-position: -0px -420px;}
-.famfam-status_away {background-position: -20px -420px;}
-.famfam-status_busy {background-position: -40px -420px;}
-.famfam-status_offline {background-position: -60px -420px;}
-.famfam-status_online {background-position: -80px -420px;}
-.famfam-stop {background-position: -100px -420px;}
-.famfam-style {background-position: -120px -420px;}
-.famfam-style_add {background-position: -140px -420px;}
-.famfam-style_delete {background-position: -160px -420px;}
-.famfam-style_edit {background-position: -180px -420px;}
-.famfam-style_go {background-position: -200px -420px;}
-.famfam-sum {background-position: -220px -420px;}
-.famfam-tab {background-position: -240px -420px;}
-.famfam-tab_add {background-position: -260px -420px;}
-.famfam-tab_delete {background-position: -280px -420px;}
-.famfam-tab_edit {background-position: -300px -420px;}
-.famfam-tab_go {background-position: -320px -420px;}
-.famfam-table {background-position: -340px -420px;}
-.famfam-table_add {background-position: -360px -420px;}
-.famfam-table_delete {background-position: -380px -420px;}
-.famfam-table_edit {background-position: -400px -420px;}
-.famfam-table_error {background-position: -420px -420px;}
-.famfam-table_gear {background-position: -440px -420px;}
-.famfam-table_go {background-position: -460px -420px;}
-.famfam-table_key {background-position: -480px -420px;}
-.famfam-table_lightning {background-position: -500px -420px;}
-.famfam-table_link {background-position: -520px -420px;}
-.famfam-table_multiple {background-position: -540px -420px;}
-.famfam-table_refresh {background-position: -560px -420px;}
-.famfam-table_relationship {background-position: -580px -420px;}
-.famfam-table_row_delete {background-position: -600px -420px;}
-.famfam-table_row_insert {background-position: -620px -420px;}
-.famfam-table_save {background-position: -640px -420px;}
-.famfam-table_sort {background-position: -660px -420px;}
-.famfam-tag {background-position: -680px -420px;}
-.famfam-tag_blue {background-position: -700px -420px;}
-.famfam-tag_blue_add {background-position: -720px -420px;}
-.famfam-tag_blue_delete {background-position: -740px -420px;}
-.famfam-tag_blue_edit {background-position: -760px -420px;}
-.famfam-tag_green {background-position: -780px -420px;}
-.famfam-tag_orange {background-position: -0px -440px;}
-.famfam-tag_pink {background-position: -20px -440px;}
-.famfam-tag_purple {background-position: -40px -440px;}
-.famfam-tag_red {background-position: -60px -440px;}
-.famfam-tag_yellow {background-position: -80px -440px;}
-.famfam-telephone {background-position: -100px -440px;}
-.famfam-telephone_add {background-position: -120px -440px;}
-.famfam-telephone_delete {background-position: -140px -440px;}
-.famfam-telephone_edit {background-position: -160px -440px;}
-.famfam-telephone_error {background-position: -180px -440px;}
-.famfam-telephone_go {background-position: -200px -440px;}
-.famfam-telephone_key {background-position: -220px -440px;}
-.famfam-telephone_link {background-position: -240px -440px;}
-.famfam-television {background-position: -260px -440px;}
-.famfam-television_add {background-position: -280px -440px;}
-.famfam-television_delete {background-position: -300px -440px;}
-.famfam-text_align_center {background-position: -320px -440px;}
-.famfam-text_align_justify {background-position: -340px -440px;}
-.famfam-text_align_left {background-position: -360px -440px;}
-.famfam-text_align_right {background-position: -380px -440px;}
-.famfam-text_allcaps {background-position: -400px -440px;}
-.famfam-text_bold {background-position: -420px -440px;}
-.famfam-text_columns {background-position: -440px -440px;}
-.famfam-text_dropcaps {background-position: -460px -440px;}
-.famfam-text_heading_1 {background-position: -480px -440px;}
-.famfam-text_heading_2 {background-position: -500px -440px;}
-.famfam-text_heading_3 {background-position: -520px -440px;}
-.famfam-text_heading_4 {background-position: -540px -440px;}
-.famfam-text_heading_5 {background-position: -560px -440px;}
-.famfam-text_heading_6 {background-position: -580px -440px;}
-.famfam-text_horizontalrule {background-position: -600px -440px;}
-.famfam-text_indent {background-position: -620px -440px;}
-.famfam-text_indent_remove {background-position: -640px -440px;}
-.famfam-text_italic {background-position: -660px -440px;}
-.famfam-text_kerning {background-position: -680px -440px;}
-.famfam-text_letter_omega {background-position: -700px -440px;}
-.famfam-text_letterspacing {background-position: -720px -440px;}
-.famfam-text_linespacing {background-position: -740px -440px;}
-.famfam-text_list_bullets {background-position: -760px -440px;}
-.famfam-text_list_numbers {background-position: -780px -440px;}
-.famfam-text_lowercase {background-position: -0px -460px;}
-.famfam-text_padding_bottom {background-position: -20px -460px;}
-.famfam-text_padding_left {background-position: -40px -460px;}
-.famfam-text_padding_right {background-position: -60px -460px;}
-.famfam-text_padding_top {background-position: -80px -460px;}
-.famfam-text_replace {background-position: -100px -460px;}
-.famfam-text_signature {background-position: -120px -460px;}
-.famfam-text_smallcaps {background-position: -140px -460px;}
-.famfam-text_strikethrough {background-position: -160px -460px;}
-.famfam-text_subscript {background-position: -180px -460px;}
-.famfam-text_superscript {background-position: -200px -460px;}
-.famfam-text_underline {background-position: -220px -460px;}
-.famfam-text_uppercase {background-position: -240px -460px;}
-.famfam-textfield {background-position: -260px -460px;}
-.famfam-textfield_add {background-position: -280px -460px;}
-.famfam-textfield_delete {background-position: -300px -460px;}
-.famfam-textfield_key {background-position: -320px -460px;}
-.famfam-textfield_rename {background-position: -340px -460px;}
-.famfam-thumb_down {background-position: -360px -460px;}
-.famfam-thumb_up {background-position: -380px -460px;}
-.famfam-tick {background-position: -400px -460px;}
-.famfam-time {background-position: -420px -460px;}
-.famfam-time_add {background-position: -440px -460px;}
-.famfam-time_delete {background-position: -460px -460px;}
-.famfam-time_go {background-position: -480px -460px;}
-.famfam-timeline_marker {background-position: -500px -460px;}
-.famfam-transmit {background-position: -520px -460px;}
-.famfam-transmit_add {background-position: -540px -460px;}
-.famfam-transmit_blue {background-position: -560px -460px;}
-.famfam-transmit_delete {background-position: -580px -460px;}
-.famfam-transmit_edit {background-position: -600px -460px;}
-.famfam-transmit_error {background-position: -620px -460px;}
-.famfam-transmit_go {background-position: -640px -460px;}
-.famfam-tux {background-position: -660px -460px;}
-.famfam-user {background-position: -680px -460px;}
-.famfam-user_add {background-position: -700px -460px;}
-.famfam-user_comment {background-position: -720px -460px;}
-.famfam-user_delete {background-position: -740px -460px;}
-.famfam-user_edit {background-position: -760px -460px;}
-.famfam-user_female {background-position: -780px -460px;}
-.famfam-user_go {background-position: -0px -480px;}
-.famfam-user_gray {background-position: -20px -480px;}
-.famfam-user_green {background-position: -40px -480px;}
-.famfam-user_orange {background-position: -60px -480px;}
-.famfam-user_red {background-position: -80px -480px;}
-.famfam-user_suit {background-position: -100px -480px;}
-.famfam-vcard {background-position: -120px -480px;}
-.famfam-vcard_add {background-position: -140px -480px;}
-.famfam-vcard_delete {background-position: -160px -480px;}
-.famfam-vcard_edit {background-position: -180px -480px;}
-.famfam-vector {background-position: -200px -480px;}
-.famfam-vector_add {background-position: -220px -480px;}
-.famfam-vector_delete {background-position: -240px -480px;}
-.famfam-wand {background-position: -260px -480px;}
-.famfam-weather_clouds {background-position: -280px -480px;}
-.famfam-weather_cloudy {background-position: -300px -480px;}
-.famfam-weather_lightning {background-position: -320px -480px;}
-.famfam-weather_rain {background-position: -340px -480px;}
-.famfam-weather_snow {background-position: -360px -480px;}
-.famfam-weather_sun {background-position: -380px -480px;}
-.famfam-webcam {background-position: -400px -480px;}
-.famfam-webcam_add {background-position: -420px -480px;}
-.famfam-webcam_delete {background-position: -440px -480px;}
-.famfam-webcam_error {background-position: -460px -480px;}
-.famfam-world {background-position: -480px -480px;}
-.famfam-world_add {background-position: -500px -480px;}
-.famfam-world_delete {background-position: -520px -480px;}
-.famfam-world_edit {background-position: -540px -480px;}
-.famfam-world_go {background-position: -560px -480px;}
-.famfam-world_link {background-position: -580px -480px;}
-.famfam-wrench {background-position: -600px -480px;}
-.famfam-wrench_orange {background-position: -620px -480px;}
-.famfam-xhtml {background-position: -640px -480px;}
-.famfam-xhtml_add {background-position: -660px -480px;}
-.famfam-xhtml_delete {background-position: -680px -480px;}
-.famfam-xhtml_go {background-position: -700px -480px;}
-.famfam-xhtml_valid {background-position: -720px -480px;}
-.famfam-zoom {background-position: -740px -480px;}
-.famfam-zoom_in {background-position: -760px -480px;}
-.famfam-zoom_out {background-position: -780px -480px;}
diff --git a/site_media/css/override.css b/site_media/css/override.css
deleted file mode 100644
index a46646af57..0000000000
--- a/site_media/css/override.css
+++ /dev/null
@@ -1,34 +0,0 @@
-.tc {
- text-align: center;
-}
-
-#main-navigation ul li a {
- line-height: 22px;
-}
-
-.secondary-navigation ul li a {
- line-height: 23px;
-}
-
-.nowrap {
- white-space: nowrap;
-}
-
-.undecorated_list {
- list-style-type: none;
-}
-
-.choice_form {
- min-width: 200px;
-}
-
-.text_area_div {
- border: 1px solid;
- height: 200px;
- overflow: auto;
- border: 1px solid;
- width: 100%;
- font-size: 1.2em;
- margin: 0;
- padding: 1px 0;
-}
diff --git a/site_media/images/1068504_92921456.jpg b/site_media/images/1068504_92921456.jpg
deleted file mode 100644
index b9cfa7c645..0000000000
Binary files a/site_media/images/1068504_92921456.jpg and /dev/null differ
diff --git a/site_media/images/1297211435_error.png b/site_media/images/1297211435_error.png
deleted file mode 100644
index 439ef61b71..0000000000
Binary files a/site_media/images/1297211435_error.png and /dev/null differ
diff --git a/site_media/images/1299549572_unknown2.png b/site_media/images/1299549572_unknown2.png
deleted file mode 100644
index 06d0b1cee9..0000000000
Binary files a/site_media/images/1299549572_unknown2.png and /dev/null differ
diff --git a/site_media/images/1299549805_unknown.png b/site_media/images/1299549805_unknown.png
deleted file mode 100644
index d97079861c..0000000000
Binary files a/site_media/images/1299549805_unknown.png and /dev/null differ
diff --git a/site_media/images/392336_7079-small.png b/site_media/images/392336_7079-small.png
deleted file mode 100644
index 658c6ac37c..0000000000
Binary files a/site_media/images/392336_7079-small.png and /dev/null differ
diff --git a/site_media/images/ajax-loader.gif b/site_media/images/ajax-loader.gif
deleted file mode 100644
index 3288d1035d..0000000000
Binary files a/site_media/images/ajax-loader.gif and /dev/null differ
diff --git a/site_media/images/blank.gif b/site_media/images/blank.gif
deleted file mode 100644
index 42927c19f3..0000000000
Binary files a/site_media/images/blank.gif and /dev/null differ
diff --git a/site_media/images/djangopowered126x54.gif b/site_media/images/djangopowered126x54.gif
deleted file mode 100644
index acd7b153ff..0000000000
Binary files a/site_media/images/djangopowered126x54.gif and /dev/null differ
diff --git a/site_media/images/favicon.ico b/site_media/images/favicon.ico
deleted file mode 100644
index 39286e8af3..0000000000
Binary files a/site_media/images/favicon.ico and /dev/null differ
diff --git a/site_media/images/gplv3-127x51.png b/site_media/images/gplv3-127x51.png
deleted file mode 100644
index fe375326d2..0000000000
Binary files a/site_media/images/gplv3-127x51.png and /dev/null differ
diff --git a/site_media/images/icons/application_form_delete.png b/site_media/images/icons/application_form_delete.png
deleted file mode 100644
index c8990b2fa0..0000000000
Binary files a/site_media/images/icons/application_form_delete.png and /dev/null differ
diff --git a/site_media/images/icons/comment_delete.png b/site_media/images/icons/comment_delete.png
deleted file mode 100644
index 3efd79400e..0000000000
Binary files a/site_media/images/icons/comment_delete.png and /dev/null differ
diff --git a/site_media/images/icons/control_play_blue.png b/site_media/images/icons/control_play_blue.png
deleted file mode 100644
index a1f7345f37..0000000000
Binary files a/site_media/images/icons/control_play_blue.png and /dev/null differ
diff --git a/site_media/images/icons/control_stop_blue.png b/site_media/images/icons/control_stop_blue.png
deleted file mode 100644
index f15bf69219..0000000000
Binary files a/site_media/images/icons/control_stop_blue.png and /dev/null differ
diff --git a/site_media/images/icons/database_delete.png b/site_media/images/icons/database_delete.png
deleted file mode 100644
index 0e91cdd73c..0000000000
Binary files a/site_media/images/icons/database_delete.png and /dev/null differ
diff --git a/site_media/images/icons/delete.png b/site_media/images/icons/delete.png
deleted file mode 100644
index 30a45b821c..0000000000
Binary files a/site_media/images/icons/delete.png and /dev/null differ
diff --git a/site_media/images/icons/drive_delete.png b/site_media/images/icons/drive_delete.png
deleted file mode 100644
index 3398e05451..0000000000
Binary files a/site_media/images/icons/drive_delete.png and /dev/null differ
diff --git a/site_media/images/icons/folder_delete.png b/site_media/images/icons/folder_delete.png
deleted file mode 100644
index f35b7a301e..0000000000
Binary files a/site_media/images/icons/folder_delete.png and /dev/null differ
diff --git a/site_media/images/icons/folder_page.png b/site_media/images/icons/folder_page.png
deleted file mode 100644
index 959fa1f1f3..0000000000
Binary files a/site_media/images/icons/folder_page.png and /dev/null differ
diff --git a/site_media/images/icons/group_delete.png b/site_media/images/icons/group_delete.png
deleted file mode 100644
index 72f9c03984..0000000000
Binary files a/site_media/images/icons/group_delete.png and /dev/null differ
diff --git a/site_media/images/icons/hourglass_add.png b/site_media/images/icons/hourglass_add.png
deleted file mode 100644
index cc890c9ca2..0000000000
Binary files a/site_media/images/icons/hourglass_add.png and /dev/null differ
diff --git a/site_media/images/icons/hourglass_delete.png b/site_media/images/icons/hourglass_delete.png
deleted file mode 100644
index 57e4aa0cf5..0000000000
Binary files a/site_media/images/icons/hourglass_delete.png and /dev/null differ
diff --git a/site_media/images/icons/key_add.png b/site_media/images/icons/key_add.png
deleted file mode 100644
index da22eb0570..0000000000
Binary files a/site_media/images/icons/key_add.png and /dev/null differ
diff --git a/site_media/images/icons/key_delete.png b/site_media/images/icons/key_delete.png
deleted file mode 100644
index 9462a1272d..0000000000
Binary files a/site_media/images/icons/key_delete.png and /dev/null differ
diff --git a/site_media/images/icons/layout_delete.png b/site_media/images/icons/layout_delete.png
deleted file mode 100644
index aea1fd9af3..0000000000
Binary files a/site_media/images/icons/layout_delete.png and /dev/null differ
diff --git a/site_media/images/icons/medal_gold_delete.png b/site_media/images/icons/medal_gold_delete.png
deleted file mode 100644
index ae546e4c63..0000000000
Binary files a/site_media/images/icons/medal_gold_delete.png and /dev/null differ
diff --git a/site_media/images/icons/page_delete.png b/site_media/images/icons/page_delete.png
deleted file mode 100644
index c7c33ddc95..0000000000
Binary files a/site_media/images/icons/page_delete.png and /dev/null differ
diff --git a/site_media/images/icons/page_paintbrush.png b/site_media/images/icons/page_paintbrush.png
deleted file mode 100644
index c095aef11a..0000000000
Binary files a/site_media/images/icons/page_paintbrush.png and /dev/null differ
diff --git a/site_media/images/icons/page_refresh.png b/site_media/images/icons/page_refresh.png
deleted file mode 100644
index b96fc67031..0000000000
Binary files a/site_media/images/icons/page_refresh.png and /dev/null differ
diff --git a/site_media/images/icons/pencil_delete.png b/site_media/images/icons/pencil_delete.png
deleted file mode 100644
index 37b9ba6efb..0000000000
Binary files a/site_media/images/icons/pencil_delete.png and /dev/null differ
diff --git a/site_media/images/icons/question.png b/site_media/images/icons/question.png
deleted file mode 100644
index e67fe63983..0000000000
Binary files a/site_media/images/icons/question.png and /dev/null differ
diff --git a/site_media/images/icons/shape_square_delete.png b/site_media/images/icons/shape_square_delete.png
deleted file mode 100644
index 5d1a30aa30..0000000000
Binary files a/site_media/images/icons/shape_square_delete.png and /dev/null differ
diff --git a/site_media/images/icons/tag_blue_delete.png b/site_media/images/icons/tag_blue_delete.png
deleted file mode 100644
index f3bf9e629f..0000000000
Binary files a/site_media/images/icons/tag_blue_delete.png and /dev/null differ
diff --git a/site_media/images/icons/text_strikethroungh.png b/site_media/images/icons/text_strikethroungh.png
deleted file mode 100644
index 38625f84de..0000000000
Binary files a/site_media/images/icons/text_strikethroungh.png and /dev/null differ
diff --git a/site_media/images/icons/user_delete.png b/site_media/images/icons/user_delete.png
deleted file mode 100644
index ed02ebaa36..0000000000
Binary files a/site_media/images/icons/user_delete.png and /dev/null differ
diff --git a/site_media/images/icons/xhtml_delete.png b/site_media/images/icons/xhtml_delete.png
deleted file mode 100644
index eb44af3cba..0000000000
Binary files a/site_media/images/icons/xhtml_delete.png and /dev/null differ
diff --git a/site_media/images/mimetypes/ODF_database_32x32.png b/site_media/images/mimetypes/ODF_database_32x32.png
deleted file mode 100644
index 461bdf37b7..0000000000
Binary files a/site_media/images/mimetypes/ODF_database_32x32.png and /dev/null differ
diff --git a/site_media/images/mimetypes/ODF_drawing_32x32.png b/site_media/images/mimetypes/ODF_drawing_32x32.png
deleted file mode 100644
index 55dda2143e..0000000000
Binary files a/site_media/images/mimetypes/ODF_drawing_32x32.png and /dev/null differ
diff --git a/site_media/images/mimetypes/ODF_drawing_templ_32x32.png b/site_media/images/mimetypes/ODF_drawing_templ_32x32.png
deleted file mode 100644
index cdc2f2df0f..0000000000
Binary files a/site_media/images/mimetypes/ODF_drawing_templ_32x32.png and /dev/null differ
diff --git a/site_media/images/mimetypes/ODF_empty_32x32.png b/site_media/images/mimetypes/ODF_empty_32x32.png
deleted file mode 100644
index 309392b7a6..0000000000
Binary files a/site_media/images/mimetypes/ODF_empty_32x32.png and /dev/null differ
diff --git a/site_media/images/mimetypes/ODF_empty_templ_32x32.png b/site_media/images/mimetypes/ODF_empty_templ_32x32.png
deleted file mode 100644
index 8e906f8be1..0000000000
Binary files a/site_media/images/mimetypes/ODF_empty_templ_32x32.png and /dev/null differ
diff --git a/site_media/images/mimetypes/ODF_formula_32x32.png b/site_media/images/mimetypes/ODF_formula_32x32.png
deleted file mode 100644
index 6b8f2f7322..0000000000
Binary files a/site_media/images/mimetypes/ODF_formula_32x32.png and /dev/null differ
diff --git a/site_media/images/mimetypes/ODF_masterdocument_32x32.png b/site_media/images/mimetypes/ODF_masterdocument_32x32.png
deleted file mode 100644
index 234bac461e..0000000000
Binary files a/site_media/images/mimetypes/ODF_masterdocument_32x32.png and /dev/null differ
diff --git a/site_media/images/mimetypes/ODF_presentation_32x32.png b/site_media/images/mimetypes/ODF_presentation_32x32.png
deleted file mode 100644
index fedeb0620a..0000000000
Binary files a/site_media/images/mimetypes/ODF_presentation_32x32.png and /dev/null differ
diff --git a/site_media/images/mimetypes/ODF_presentation_templ_32x32.png b/site_media/images/mimetypes/ODF_presentation_templ_32x32.png
deleted file mode 100644
index 0125160652..0000000000
Binary files a/site_media/images/mimetypes/ODF_presentation_templ_32x32.png and /dev/null differ
diff --git a/site_media/images/mimetypes/ODF_spreadsheet_32x32.png b/site_media/images/mimetypes/ODF_spreadsheet_32x32.png
deleted file mode 100644
index 020d95bef3..0000000000
Binary files a/site_media/images/mimetypes/ODF_spreadsheet_32x32.png and /dev/null differ
diff --git a/site_media/images/mimetypes/ODF_spreadsheet_templ_32x32.png b/site_media/images/mimetypes/ODF_spreadsheet_templ_32x32.png
deleted file mode 100644
index 9d63063e67..0000000000
Binary files a/site_media/images/mimetypes/ODF_spreadsheet_templ_32x32.png and /dev/null differ
diff --git a/site_media/images/mimetypes/ODF_textdocument_32x32.png b/site_media/images/mimetypes/ODF_textdocument_32x32.png
deleted file mode 100644
index ac350cb409..0000000000
Binary files a/site_media/images/mimetypes/ODF_textdocument_32x32.png and /dev/null differ
diff --git a/site_media/images/mimetypes/ODF_textdocument_templ_32x32.png b/site_media/images/mimetypes/ODF_textdocument_templ_32x32.png
deleted file mode 100644
index 983b39e611..0000000000
Binary files a/site_media/images/mimetypes/ODF_textdocument_templ_32x32.png and /dev/null differ
diff --git a/site_media/images/mimetypes/error.png b/site_media/images/mimetypes/error.png
deleted file mode 100644
index 09414dac15..0000000000
Binary files a/site_media/images/mimetypes/error.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_3gp.png b/site_media/images/mimetypes/file_extension_3gp.png
deleted file mode 100644
index 35a05dd0a4..0000000000
Binary files a/site_media/images/mimetypes/file_extension_3gp.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_7z.png b/site_media/images/mimetypes/file_extension_7z.png
deleted file mode 100644
index 5ed205bb95..0000000000
Binary files a/site_media/images/mimetypes/file_extension_7z.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_ace.png b/site_media/images/mimetypes/file_extension_ace.png
deleted file mode 100644
index 799604d967..0000000000
Binary files a/site_media/images/mimetypes/file_extension_ace.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_ai.png b/site_media/images/mimetypes/file_extension_ai.png
deleted file mode 100644
index 078057f6f9..0000000000
Binary files a/site_media/images/mimetypes/file_extension_ai.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_aif.png b/site_media/images/mimetypes/file_extension_aif.png
deleted file mode 100644
index 02ba441724..0000000000
Binary files a/site_media/images/mimetypes/file_extension_aif.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_aiff.png b/site_media/images/mimetypes/file_extension_aiff.png
deleted file mode 100644
index 45f6c27ef5..0000000000
Binary files a/site_media/images/mimetypes/file_extension_aiff.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_amr.png b/site_media/images/mimetypes/file_extension_amr.png
deleted file mode 100644
index 4c30c8ce26..0000000000
Binary files a/site_media/images/mimetypes/file_extension_amr.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_asf.png b/site_media/images/mimetypes/file_extension_asf.png
deleted file mode 100644
index f65286f422..0000000000
Binary files a/site_media/images/mimetypes/file_extension_asf.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_asx.png b/site_media/images/mimetypes/file_extension_asx.png
deleted file mode 100644
index 9ac440b4c8..0000000000
Binary files a/site_media/images/mimetypes/file_extension_asx.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_bat.png b/site_media/images/mimetypes/file_extension_bat.png
deleted file mode 100644
index ba72c7f896..0000000000
Binary files a/site_media/images/mimetypes/file_extension_bat.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_bin.png b/site_media/images/mimetypes/file_extension_bin.png
deleted file mode 100644
index adc7af36c7..0000000000
Binary files a/site_media/images/mimetypes/file_extension_bin.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_bmp.png b/site_media/images/mimetypes/file_extension_bmp.png
deleted file mode 100644
index 485cde8032..0000000000
Binary files a/site_media/images/mimetypes/file_extension_bmp.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_bup.png b/site_media/images/mimetypes/file_extension_bup.png
deleted file mode 100644
index 5e25354d13..0000000000
Binary files a/site_media/images/mimetypes/file_extension_bup.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_cab.png b/site_media/images/mimetypes/file_extension_cab.png
deleted file mode 100644
index 0e19a97312..0000000000
Binary files a/site_media/images/mimetypes/file_extension_cab.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_cbr.png b/site_media/images/mimetypes/file_extension_cbr.png
deleted file mode 100644
index 37d886aa04..0000000000
Binary files a/site_media/images/mimetypes/file_extension_cbr.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_cda.png b/site_media/images/mimetypes/file_extension_cda.png
deleted file mode 100644
index c50b7519c8..0000000000
Binary files a/site_media/images/mimetypes/file_extension_cda.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_cdl.png b/site_media/images/mimetypes/file_extension_cdl.png
deleted file mode 100644
index cb57905683..0000000000
Binary files a/site_media/images/mimetypes/file_extension_cdl.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_cdr.png b/site_media/images/mimetypes/file_extension_cdr.png
deleted file mode 100644
index d6def9e36c..0000000000
Binary files a/site_media/images/mimetypes/file_extension_cdr.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_chm.png b/site_media/images/mimetypes/file_extension_chm.png
deleted file mode 100644
index 7a993614b7..0000000000
Binary files a/site_media/images/mimetypes/file_extension_chm.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_dat.png b/site_media/images/mimetypes/file_extension_dat.png
deleted file mode 100644
index 9567f6af54..0000000000
Binary files a/site_media/images/mimetypes/file_extension_dat.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_divx.png b/site_media/images/mimetypes/file_extension_divx.png
deleted file mode 100644
index 99cb983eca..0000000000
Binary files a/site_media/images/mimetypes/file_extension_divx.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_dll.png b/site_media/images/mimetypes/file_extension_dll.png
deleted file mode 100644
index 7ac35c9846..0000000000
Binary files a/site_media/images/mimetypes/file_extension_dll.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_dmg.png b/site_media/images/mimetypes/file_extension_dmg.png
deleted file mode 100644
index a2c644bddc..0000000000
Binary files a/site_media/images/mimetypes/file_extension_dmg.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_doc.png b/site_media/images/mimetypes/file_extension_doc.png
deleted file mode 100644
index 8738d2eb21..0000000000
Binary files a/site_media/images/mimetypes/file_extension_doc.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_dss.png b/site_media/images/mimetypes/file_extension_dss.png
deleted file mode 100644
index d51df3c293..0000000000
Binary files a/site_media/images/mimetypes/file_extension_dss.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_dvf.png b/site_media/images/mimetypes/file_extension_dvf.png
deleted file mode 100644
index 62bbb95aa4..0000000000
Binary files a/site_media/images/mimetypes/file_extension_dvf.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_dwg.png b/site_media/images/mimetypes/file_extension_dwg.png
deleted file mode 100644
index 0199681774..0000000000
Binary files a/site_media/images/mimetypes/file_extension_dwg.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_eml.png b/site_media/images/mimetypes/file_extension_eml.png
deleted file mode 100644
index 6c973fcde8..0000000000
Binary files a/site_media/images/mimetypes/file_extension_eml.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_eps.png b/site_media/images/mimetypes/file_extension_eps.png
deleted file mode 100644
index 009582ced9..0000000000
Binary files a/site_media/images/mimetypes/file_extension_eps.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_exe.png b/site_media/images/mimetypes/file_extension_exe.png
deleted file mode 100644
index c9cec75704..0000000000
Binary files a/site_media/images/mimetypes/file_extension_exe.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_fla.png b/site_media/images/mimetypes/file_extension_fla.png
deleted file mode 100644
index 648b1d0735..0000000000
Binary files a/site_media/images/mimetypes/file_extension_fla.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_flv.png b/site_media/images/mimetypes/file_extension_flv.png
deleted file mode 100644
index ccc1eb7f31..0000000000
Binary files a/site_media/images/mimetypes/file_extension_flv.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_gif.png b/site_media/images/mimetypes/file_extension_gif.png
deleted file mode 100644
index b1aa6c3d10..0000000000
Binary files a/site_media/images/mimetypes/file_extension_gif.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_gz.png b/site_media/images/mimetypes/file_extension_gz.png
deleted file mode 100644
index d4517e1c16..0000000000
Binary files a/site_media/images/mimetypes/file_extension_gz.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_hqx.png b/site_media/images/mimetypes/file_extension_hqx.png
deleted file mode 100644
index ae7cc0620d..0000000000
Binary files a/site_media/images/mimetypes/file_extension_hqx.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_htm.png b/site_media/images/mimetypes/file_extension_htm.png
deleted file mode 100644
index 061ff46943..0000000000
Binary files a/site_media/images/mimetypes/file_extension_htm.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_html.png b/site_media/images/mimetypes/file_extension_html.png
deleted file mode 100644
index d86548cd52..0000000000
Binary files a/site_media/images/mimetypes/file_extension_html.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_ifo.png b/site_media/images/mimetypes/file_extension_ifo.png
deleted file mode 100644
index 89b0166a4c..0000000000
Binary files a/site_media/images/mimetypes/file_extension_ifo.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_indd.png b/site_media/images/mimetypes/file_extension_indd.png
deleted file mode 100644
index 0cbaadc72b..0000000000
Binary files a/site_media/images/mimetypes/file_extension_indd.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_iso.png b/site_media/images/mimetypes/file_extension_iso.png
deleted file mode 100644
index e8df06db98..0000000000
Binary files a/site_media/images/mimetypes/file_extension_iso.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_jar.png b/site_media/images/mimetypes/file_extension_jar.png
deleted file mode 100644
index 383aea4fa1..0000000000
Binary files a/site_media/images/mimetypes/file_extension_jar.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_jpeg.png b/site_media/images/mimetypes/file_extension_jpeg.png
deleted file mode 100644
index 68e38ab252..0000000000
Binary files a/site_media/images/mimetypes/file_extension_jpeg.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_jpg.png b/site_media/images/mimetypes/file_extension_jpg.png
deleted file mode 100644
index 39be8180d7..0000000000
Binary files a/site_media/images/mimetypes/file_extension_jpg.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_lnk.png b/site_media/images/mimetypes/file_extension_lnk.png
deleted file mode 100644
index 2b05f43030..0000000000
Binary files a/site_media/images/mimetypes/file_extension_lnk.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_log.png b/site_media/images/mimetypes/file_extension_log.png
deleted file mode 100644
index bc99e85cf4..0000000000
Binary files a/site_media/images/mimetypes/file_extension_log.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_m4a.png b/site_media/images/mimetypes/file_extension_m4a.png
deleted file mode 100644
index d7c86c3c7d..0000000000
Binary files a/site_media/images/mimetypes/file_extension_m4a.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_m4b.png b/site_media/images/mimetypes/file_extension_m4b.png
deleted file mode 100644
index 8a73d4e5aa..0000000000
Binary files a/site_media/images/mimetypes/file_extension_m4b.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_m4p.png b/site_media/images/mimetypes/file_extension_m4p.png
deleted file mode 100644
index f9d90b924c..0000000000
Binary files a/site_media/images/mimetypes/file_extension_m4p.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_m4v.png b/site_media/images/mimetypes/file_extension_m4v.png
deleted file mode 100644
index c7b0b1f7e9..0000000000
Binary files a/site_media/images/mimetypes/file_extension_m4v.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_mcd.png b/site_media/images/mimetypes/file_extension_mcd.png
deleted file mode 100644
index c268b87dff..0000000000
Binary files a/site_media/images/mimetypes/file_extension_mcd.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_mdb.png b/site_media/images/mimetypes/file_extension_mdb.png
deleted file mode 100644
index 7b7b83611d..0000000000
Binary files a/site_media/images/mimetypes/file_extension_mdb.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_mid.png b/site_media/images/mimetypes/file_extension_mid.png
deleted file mode 100644
index 4d3e482836..0000000000
Binary files a/site_media/images/mimetypes/file_extension_mid.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_mov.png b/site_media/images/mimetypes/file_extension_mov.png
deleted file mode 100644
index 6a9186516f..0000000000
Binary files a/site_media/images/mimetypes/file_extension_mov.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_mp2.png b/site_media/images/mimetypes/file_extension_mp2.png
deleted file mode 100644
index bbc5f049c6..0000000000
Binary files a/site_media/images/mimetypes/file_extension_mp2.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_mp3.png b/site_media/images/mimetypes/file_extension_mp3.png
deleted file mode 100644
index 56df815c32..0000000000
Binary files a/site_media/images/mimetypes/file_extension_mp3.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_mp4.png b/site_media/images/mimetypes/file_extension_mp4.png
deleted file mode 100644
index caa154cea3..0000000000
Binary files a/site_media/images/mimetypes/file_extension_mp4.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_mpeg.png b/site_media/images/mimetypes/file_extension_mpeg.png
deleted file mode 100644
index 81994a291a..0000000000
Binary files a/site_media/images/mimetypes/file_extension_mpeg.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_mpg.png b/site_media/images/mimetypes/file_extension_mpg.png
deleted file mode 100644
index 948b643180..0000000000
Binary files a/site_media/images/mimetypes/file_extension_mpg.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_msi.png b/site_media/images/mimetypes/file_extension_msi.png
deleted file mode 100644
index 97a8a3b191..0000000000
Binary files a/site_media/images/mimetypes/file_extension_msi.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_mswmm.png b/site_media/images/mimetypes/file_extension_mswmm.png
deleted file mode 100644
index d70aaa75ba..0000000000
Binary files a/site_media/images/mimetypes/file_extension_mswmm.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_ogg.png b/site_media/images/mimetypes/file_extension_ogg.png
deleted file mode 100644
index a6b55f6cc2..0000000000
Binary files a/site_media/images/mimetypes/file_extension_ogg.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_pdf.png b/site_media/images/mimetypes/file_extension_pdf.png
deleted file mode 100644
index 04423b4965..0000000000
Binary files a/site_media/images/mimetypes/file_extension_pdf.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_png.png b/site_media/images/mimetypes/file_extension_png.png
deleted file mode 100644
index 76230d3060..0000000000
Binary files a/site_media/images/mimetypes/file_extension_png.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_pps.png b/site_media/images/mimetypes/file_extension_pps.png
deleted file mode 100644
index 44a2d2c7e8..0000000000
Binary files a/site_media/images/mimetypes/file_extension_pps.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_ps.png b/site_media/images/mimetypes/file_extension_ps.png
deleted file mode 100644
index 0e4b20ae0f..0000000000
Binary files a/site_media/images/mimetypes/file_extension_ps.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_psd.png b/site_media/images/mimetypes/file_extension_psd.png
deleted file mode 100644
index b98ff86015..0000000000
Binary files a/site_media/images/mimetypes/file_extension_psd.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_pst.png b/site_media/images/mimetypes/file_extension_pst.png
deleted file mode 100644
index 4f5f61f424..0000000000
Binary files a/site_media/images/mimetypes/file_extension_pst.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_ptb.png b/site_media/images/mimetypes/file_extension_ptb.png
deleted file mode 100644
index a3568dd4d5..0000000000
Binary files a/site_media/images/mimetypes/file_extension_ptb.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_pub.png b/site_media/images/mimetypes/file_extension_pub.png
deleted file mode 100644
index 4a71c01b60..0000000000
Binary files a/site_media/images/mimetypes/file_extension_pub.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_qbb.png b/site_media/images/mimetypes/file_extension_qbb.png
deleted file mode 100644
index 24fc0ae534..0000000000
Binary files a/site_media/images/mimetypes/file_extension_qbb.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_qbw.png b/site_media/images/mimetypes/file_extension_qbw.png
deleted file mode 100644
index 162b0fb9b5..0000000000
Binary files a/site_media/images/mimetypes/file_extension_qbw.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_qxd.png b/site_media/images/mimetypes/file_extension_qxd.png
deleted file mode 100644
index f5e46cff8a..0000000000
Binary files a/site_media/images/mimetypes/file_extension_qxd.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_ram.png b/site_media/images/mimetypes/file_extension_ram.png
deleted file mode 100644
index a55ba848a1..0000000000
Binary files a/site_media/images/mimetypes/file_extension_ram.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_rar.png b/site_media/images/mimetypes/file_extension_rar.png
deleted file mode 100644
index 934f18247f..0000000000
Binary files a/site_media/images/mimetypes/file_extension_rar.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_rm.png b/site_media/images/mimetypes/file_extension_rm.png
deleted file mode 100644
index 639e180215..0000000000
Binary files a/site_media/images/mimetypes/file_extension_rm.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_rmvb.png b/site_media/images/mimetypes/file_extension_rmvb.png
deleted file mode 100644
index 362ffdfce1..0000000000
Binary files a/site_media/images/mimetypes/file_extension_rmvb.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_rtf.png b/site_media/images/mimetypes/file_extension_rtf.png
deleted file mode 100644
index cae2c95cff..0000000000
Binary files a/site_media/images/mimetypes/file_extension_rtf.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_sea.png b/site_media/images/mimetypes/file_extension_sea.png
deleted file mode 100644
index d9906e2e0d..0000000000
Binary files a/site_media/images/mimetypes/file_extension_sea.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_ses.png b/site_media/images/mimetypes/file_extension_ses.png
deleted file mode 100644
index b62459b768..0000000000
Binary files a/site_media/images/mimetypes/file_extension_ses.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_sit.png b/site_media/images/mimetypes/file_extension_sit.png
deleted file mode 100644
index 629270d3f1..0000000000
Binary files a/site_media/images/mimetypes/file_extension_sit.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_sitx.png b/site_media/images/mimetypes/file_extension_sitx.png
deleted file mode 100644
index 4c7a0855e9..0000000000
Binary files a/site_media/images/mimetypes/file_extension_sitx.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_ss.png b/site_media/images/mimetypes/file_extension_ss.png
deleted file mode 100644
index a3a1dbcf73..0000000000
Binary files a/site_media/images/mimetypes/file_extension_ss.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_swf.png b/site_media/images/mimetypes/file_extension_swf.png
deleted file mode 100644
index 3de371311f..0000000000
Binary files a/site_media/images/mimetypes/file_extension_swf.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_tgz.png b/site_media/images/mimetypes/file_extension_tgz.png
deleted file mode 100644
index b896b27673..0000000000
Binary files a/site_media/images/mimetypes/file_extension_tgz.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_thm.png b/site_media/images/mimetypes/file_extension_thm.png
deleted file mode 100644
index 0f6bbae201..0000000000
Binary files a/site_media/images/mimetypes/file_extension_thm.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_tif.png b/site_media/images/mimetypes/file_extension_tif.png
deleted file mode 100644
index c7d4da88f7..0000000000
Binary files a/site_media/images/mimetypes/file_extension_tif.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_tmp.png b/site_media/images/mimetypes/file_extension_tmp.png
deleted file mode 100644
index 75e014ee90..0000000000
Binary files a/site_media/images/mimetypes/file_extension_tmp.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_torrent.png b/site_media/images/mimetypes/file_extension_torrent.png
deleted file mode 100644
index 6e8003c424..0000000000
Binary files a/site_media/images/mimetypes/file_extension_torrent.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_ttf.png b/site_media/images/mimetypes/file_extension_ttf.png
deleted file mode 100644
index dda399e3df..0000000000
Binary files a/site_media/images/mimetypes/file_extension_ttf.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_txt.png b/site_media/images/mimetypes/file_extension_txt.png
deleted file mode 100644
index 1e7c12f801..0000000000
Binary files a/site_media/images/mimetypes/file_extension_txt.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_vcd.png b/site_media/images/mimetypes/file_extension_vcd.png
deleted file mode 100644
index d066ecbbeb..0000000000
Binary files a/site_media/images/mimetypes/file_extension_vcd.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_vob.png b/site_media/images/mimetypes/file_extension_vob.png
deleted file mode 100644
index 2de5bed7d3..0000000000
Binary files a/site_media/images/mimetypes/file_extension_vob.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_wav.png b/site_media/images/mimetypes/file_extension_wav.png
deleted file mode 100644
index a8d7b142d7..0000000000
Binary files a/site_media/images/mimetypes/file_extension_wav.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_wma.png b/site_media/images/mimetypes/file_extension_wma.png
deleted file mode 100644
index e699f0baac..0000000000
Binary files a/site_media/images/mimetypes/file_extension_wma.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_wmv.png b/site_media/images/mimetypes/file_extension_wmv.png
deleted file mode 100644
index 98001f5451..0000000000
Binary files a/site_media/images/mimetypes/file_extension_wmv.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_wps.png b/site_media/images/mimetypes/file_extension_wps.png
deleted file mode 100644
index 0e7cbc05cc..0000000000
Binary files a/site_media/images/mimetypes/file_extension_wps.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_xls.png b/site_media/images/mimetypes/file_extension_xls.png
deleted file mode 100644
index 4a394e527d..0000000000
Binary files a/site_media/images/mimetypes/file_extension_xls.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_xpi.png b/site_media/images/mimetypes/file_extension_xpi.png
deleted file mode 100644
index 4ff58d7e42..0000000000
Binary files a/site_media/images/mimetypes/file_extension_xpi.png and /dev/null differ
diff --git a/site_media/images/mimetypes/file_extension_zip.png b/site_media/images/mimetypes/file_extension_zip.png
deleted file mode 100644
index 3b1b54fd45..0000000000
Binary files a/site_media/images/mimetypes/file_extension_zip.png and /dev/null differ
diff --git a/site_media/images/mimetypes/unknown.png b/site_media/images/mimetypes/unknown.png
deleted file mode 100644
index ec67eab033..0000000000
Binary files a/site_media/images/mimetypes/unknown.png and /dev/null differ
diff --git a/site_media/images/picture_error.png b/site_media/images/picture_error.png
deleted file mode 100644
index 5fc148d52d..0000000000
Binary files a/site_media/images/picture_error.png and /dev/null differ
diff --git a/site_media/packages/JqueryAsynchImageLoader-0.8.min.js b/site_media/packages/JqueryAsynchImageLoader-0.8.min.js
deleted file mode 100644
index b08943a785..0000000000
--- a/site_media/packages/JqueryAsynchImageLoader-0.8.min.js
+++ /dev/null
@@ -1,9 +0,0 @@
-/*
-* JqueryAsynchImageLoader (JAIL) : plugin for jQuery
-*
-* Developed by
-* Sebastiano Armeli-Battana (@sebarmeli) - http://www.sebastianoarmelibattana.com
-* Dual licensed under the MIT or GPL Version 3 licenses.
-* @version 0.8.1
-*/
-(function(a){var b=a(window);a.fn.asynchImageLoader=a.fn.jail=function(d){d=a.extend({timeout:10,effect:false,speed:400,selector:null,offset:0,event:"load+scroll",callback:jQuery.noop,placeholder:false},d);var c=this;this.data("triggerEl",(d.selector)?a(d.selector):b);if(d.placeholder!==false){c.each(function(){a(this).attr("src",d.placeholder);});}if(/^load/.test(d.event)){a.asynchImageLoader.later.call(this,d);}else{a.asynchImageLoader.onEvent.call(this,d,c);}return this;};a.asynchImageLoader={_purgeStack:function(c){var d=0;while(true){if(d===c.length){break;}else{if(c[d].getAttribute("data-href")){d++;}else{c.splice(d,1);}}}},_loadOnEvent:function(g){var f=a(this),d=g.data.options,c=g.data.images;a.asynchImageLoader._loadImage(d,f);f.unbind(d.event,a.asynchImageLoader._loadOnEvent);d.callback.call(this,d);a.asynchImageLoader._purgeStack(c);},_bufferedEventListener:function(g){var c=g.data.images,d=g.data.options,f=c.data("triggerEl");clearTimeout(c.data("poller"));c.data("poller",setTimeout(function(){c.each(function e(){a.asynchImageLoader._loadImageIfVisible(d,this,f);});a.asynchImageLoader._purgeStack(c);d.callback.call(this,d,c);},d.timeout));return false;},onEvent:function(d,c){c=c||this;if(d.event==="scroll"||d.selector){var e=c.data("triggerEl");if(c.length>0){e.bind(d.event,{images:c,options:d},a.asynchImageLoader._bufferedEventListener);if(d.event==="scroll"||!d.selector){b.resize({images:c,options:d},a.asynchImageLoader._bufferedEventListener);}}else{var f=(d.selector)?a(d.selector):b;f.unbind(d.event,a.asynchImageLoader._bufferedEventListener);}}else{c.bind(d.event,{options:d,images:c},a.asynchImageLoader._loadOnEvent);}},later:function(d){var c=this;if(d.event==="load"){c.each(function(){a.asynchImageLoader._loadImageIfVisible(d,this,c.data("triggerEl"));});}a.asynchImageLoader._purgeStack(c);setTimeout(function(){if(d.event==="load"){c.each(function(){a.asynchImageLoader._loadImage(d,a(this));});}else{c.each(function(){a.asynchImageLoader._loadImageIfVisible(d,this,c.data("triggerEl"));});}a.asynchImageLoader._purgeStack(c);if(d.event==="load+scroll"){d.event="scroll";a.asynchImageLoader.onEvent(d,c);}},d.timeout);},_loadImageIfVisible:function(d,g,f){var e=a(g),c=(d.event==="scroll"?f:b);if(a.asynchImageLoader._isInTheScreen(c,e,d.offset)){a.asynchImageLoader._loadImage(d,e);}},_isInTheScreen:function(j,c,h){var f=j[0]===window,n=j.offset()||{top:0,left:0},g=n.top+(f?j.scrollTop():0),i=n.left+(f?j.scrollLeft():0),e=i+j.width(),k=g+j.height(),m=c.offset(),l=c.width(),d=c.height();return(g-h)<=(m.top+d)&&(k+h)>=m.top&&(i-h)<=(m.left+l)&&(e+h)>=m.left;},_loadImage:function(c,d){d.hide();d.attr("src",d.attr("data-href"));d.removeAttr("data-href");if(c.effect){if(c.speed){d[c.effect](c.speed);}else{d[c.effect]();}}else{d.show();}}};}(jQuery));
\ No newline at end of file
diff --git a/site_media/packages/jquery.fancybox-1.3.4/ajax.txt b/site_media/packages/jquery.fancybox-1.3.4/ajax.txt
deleted file mode 100644
index 6e278935b3..0000000000
--- a/site_media/packages/jquery.fancybox-1.3.4/ajax.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
This comes from ajax request
-
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean non velit. Donec pharetra, felis ut tristique adipiscing, diam magna rhoncus neque, sit amet convallis nibh nibh vel libero. Nulla facilisi. In eleifend nisl quis lorem. Duis semper fringilla justo. Proin imperdiet sapien sed lectus. Integer quis nisl et est elementum tempor. Morbi quis tellus nec turpis suscipit molestie. Praesent sed pede. Pellentesque ac orci. Sed sit amet urna eget tellus hendrerit aliquet. Nulla consectetur, pede aliquam ornare placerat, nunc augue commodo leo, sit amet elementum dolor est eleifend magna.
-
-
\ No newline at end of file
diff --git a/site_media/packages/jquery.fancybox-1.3.4/example/10_b.jpg b/site_media/packages/jquery.fancybox-1.3.4/example/10_b.jpg
deleted file mode 100644
index 9a070ddde9..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/example/10_b.jpg and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/example/10_s.jpg b/site_media/packages/jquery.fancybox-1.3.4/example/10_s.jpg
deleted file mode 100644
index 8a1c644fcd..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/example/10_s.jpg and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/example/11_b.jpg b/site_media/packages/jquery.fancybox-1.3.4/example/11_b.jpg
deleted file mode 100644
index ea3eb0dd9d..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/example/11_b.jpg and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/example/11_s.jpg b/site_media/packages/jquery.fancybox-1.3.4/example/11_s.jpg
deleted file mode 100644
index 0d071eff34..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/example/11_s.jpg and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/example/12_b.jpg b/site_media/packages/jquery.fancybox-1.3.4/example/12_b.jpg
deleted file mode 100644
index 3e620e083e..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/example/12_b.jpg and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/example/12_s.jpg b/site_media/packages/jquery.fancybox-1.3.4/example/12_s.jpg
deleted file mode 100644
index 3d47f7c2f7..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/example/12_s.jpg and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/example/1_b.jpg b/site_media/packages/jquery.fancybox-1.3.4/example/1_b.jpg
deleted file mode 100644
index 93ae239855..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/example/1_b.jpg and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/example/1_s.jpg b/site_media/packages/jquery.fancybox-1.3.4/example/1_s.jpg
deleted file mode 100644
index 97fdad2053..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/example/1_s.jpg and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/example/2_b.jpg b/site_media/packages/jquery.fancybox-1.3.4/example/2_b.jpg
deleted file mode 100644
index 6975516c1a..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/example/2_b.jpg and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/example/2_s.jpg b/site_media/packages/jquery.fancybox-1.3.4/example/2_s.jpg
deleted file mode 100644
index b293db4f8e..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/example/2_s.jpg and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/example/3_b.jpg b/site_media/packages/jquery.fancybox-1.3.4/example/3_b.jpg
deleted file mode 100644
index 5e16847871..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/example/3_b.jpg and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/example/3_s.jpg b/site_media/packages/jquery.fancybox-1.3.4/example/3_s.jpg
deleted file mode 100644
index 0459e3557d..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/example/3_s.jpg and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/example/4_b.jpg b/site_media/packages/jquery.fancybox-1.3.4/example/4_b.jpg
deleted file mode 100644
index 5a26b6bbbf..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/example/4_b.jpg and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/example/4_s.jpg b/site_media/packages/jquery.fancybox-1.3.4/example/4_s.jpg
deleted file mode 100644
index e52d80356b..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/example/4_s.jpg and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/example/5_b.jpg b/site_media/packages/jquery.fancybox-1.3.4/example/5_b.jpg
deleted file mode 100644
index 82662e31bb..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/example/5_b.jpg and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/example/5_s.jpg b/site_media/packages/jquery.fancybox-1.3.4/example/5_s.jpg
deleted file mode 100644
index c4ae36a51b..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/example/5_s.jpg and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/example/6_b.jpg b/site_media/packages/jquery.fancybox-1.3.4/example/6_b.jpg
deleted file mode 100644
index 6fcc1e7264..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/example/6_b.jpg and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/example/6_s.jpg b/site_media/packages/jquery.fancybox-1.3.4/example/6_s.jpg
deleted file mode 100644
index 729dadd8eb..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/example/6_s.jpg and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/example/7_b.jpg b/site_media/packages/jquery.fancybox-1.3.4/example/7_b.jpg
deleted file mode 100644
index fab6b7fb2a..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/example/7_b.jpg and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/example/7_s.jpg b/site_media/packages/jquery.fancybox-1.3.4/example/7_s.jpg
deleted file mode 100644
index 4fa27b11f2..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/example/7_s.jpg and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/example/8_b.jpg b/site_media/packages/jquery.fancybox-1.3.4/example/8_b.jpg
deleted file mode 100644
index 6d8328747b..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/example/8_b.jpg and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/example/8_s.jpg b/site_media/packages/jquery.fancybox-1.3.4/example/8_s.jpg
deleted file mode 100644
index 4014046fd5..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/example/8_s.jpg and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/example/9_b.jpg b/site_media/packages/jquery.fancybox-1.3.4/example/9_b.jpg
deleted file mode 100644
index 84d428179c..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/example/9_b.jpg and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/example/9_s.jpg b/site_media/packages/jquery.fancybox-1.3.4/example/9_s.jpg
deleted file mode 100644
index 146e0df207..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/example/9_s.jpg and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/fancybox/blank.gif b/site_media/packages/jquery.fancybox-1.3.4/fancybox/blank.gif
deleted file mode 100644
index 35d42e808f..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/fancybox/blank.gif and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_close.png b/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_close.png
deleted file mode 100644
index 07035307ad..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_close.png and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_loading.png b/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_loading.png
deleted file mode 100644
index 2503017960..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_loading.png and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_nav_left.png b/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_nav_left.png
deleted file mode 100644
index ebaa6a4fd3..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_nav_left.png and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_nav_right.png b/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_nav_right.png
deleted file mode 100644
index 873294e969..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_nav_right.png and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_shadow_e.png b/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_shadow_e.png
deleted file mode 100644
index 2eda089364..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_shadow_e.png and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_shadow_n.png b/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_shadow_n.png
deleted file mode 100644
index 69aa10e233..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_shadow_n.png and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_shadow_ne.png b/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_shadow_ne.png
deleted file mode 100644
index 79f6980a3b..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_shadow_ne.png and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_shadow_nw.png b/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_shadow_nw.png
deleted file mode 100644
index 7182cd938a..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_shadow_nw.png and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_shadow_s.png b/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_shadow_s.png
deleted file mode 100644
index d8858bfb78..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_shadow_s.png and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_shadow_se.png b/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_shadow_se.png
deleted file mode 100644
index 541e3ffd3e..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_shadow_se.png and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_shadow_sw.png b/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_shadow_sw.png
deleted file mode 100644
index b451689fa7..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_shadow_sw.png and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_shadow_w.png b/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_shadow_w.png
deleted file mode 100644
index 8a4e4a887f..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_shadow_w.png and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_title_left.png b/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_title_left.png
deleted file mode 100644
index 6049223d1e..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_title_left.png and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_title_main.png b/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_title_main.png
deleted file mode 100644
index 8044271f29..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_title_main.png and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_title_over.png b/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_title_over.png
deleted file mode 100644
index d9f458f4bb..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_title_over.png and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_title_right.png b/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_title_right.png
deleted file mode 100644
index e36d9db2a7..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancy_title_right.png and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancybox-x.png b/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancybox-x.png
deleted file mode 100644
index c2130f8698..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancybox-x.png and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancybox-y.png b/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancybox-y.png
deleted file mode 100644
index 7ef399b990..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancybox-y.png and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancybox.png b/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancybox.png
deleted file mode 100644
index 65e14f68fd..0000000000
Binary files a/site_media/packages/jquery.fancybox-1.3.4/fancybox/fancybox.png and /dev/null differ
diff --git a/site_media/packages/jquery.fancybox-1.3.4/fancybox/jquery.easing-1.3.pack.js b/site_media/packages/jquery.fancybox-1.3.4/fancybox/jquery.easing-1.3.pack.js
deleted file mode 100644
index 9028179e7b..0000000000
--- a/site_media/packages/jquery.fancybox-1.3.4/fancybox/jquery.easing-1.3.pack.js
+++ /dev/null
@@ -1,72 +0,0 @@
-/*
- * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
- *
- * Uses the built in easing capabilities added In jQuery 1.1
- * to offer multiple easing options
- *
- * TERMS OF USE - jQuery Easing
- *
- * Open source under the BSD License.
- *
- * Copyright © 2008 George McGinley Smith
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without modification,
- * are permitted provided that the following conditions are met:
- *
- * Redistributions of source code must retain the above copyright notice, this list of
- * conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above copyright notice, this list
- * of conditions and the following disclaimer in the documentation and/or other materials
- * provided with the distribution.
- *
- * Neither the name of the author nor the names of contributors may be used to endorse
- * or promote products derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
- * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
- * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
- * OF THE POSSIBILITY OF SUCH DAMAGE.
- *
-*/
-
-// t: current time, b: begInnIng value, c: change In value, d: duration
-eval(function(p,a,c,k,e,r){e=function(c){return(c35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('h.i[\'1a\']=h.i[\'z\'];h.O(h.i,{y:\'D\',z:9(x,t,b,c,d){6 h.i[h.i.y](x,t,b,c,d)},17:9(x,t,b,c,d){6 c*(t/=d)*t+b},D:9(x,t,b,c,d){6-c*(t/=d)*(t-2)+b},13:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t+b;6-c/2*((--t)*(t-2)-1)+b},X:9(x,t,b,c,d){6 c*(t/=d)*t*t+b},U:9(x,t,b,c,d){6 c*((t=t/d-1)*t*t+1)+b},R:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t*t+b;6 c/2*((t-=2)*t*t+2)+b},N:9(x,t,b,c,d){6 c*(t/=d)*t*t*t+b},M:9(x,t,b,c,d){6-c*((t=t/d-1)*t*t*t-1)+b},L:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t*t*t+b;6-c/2*((t-=2)*t*t*t-2)+b},K:9(x,t,b,c,d){6 c*(t/=d)*t*t*t*t+b},J:9(x,t,b,c,d){6 c*((t=t/d-1)*t*t*t*t+1)+b},I:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t*t*t*t+b;6 c/2*((t-=2)*t*t*t*t+2)+b},G:9(x,t,b,c,d){6-c*8.C(t/d*(8.g/2))+c+b},15:9(x,t,b,c,d){6 c*8.n(t/d*(8.g/2))+b},12:9(x,t,b,c,d){6-c/2*(8.C(8.g*t/d)-1)+b},Z:9(x,t,b,c,d){6(t==0)?b:c*8.j(2,10*(t/d-1))+b},Y:9(x,t,b,c,d){6(t==d)?b+c:c*(-8.j(2,-10*t/d)+1)+b},W:9(x,t,b,c,d){e(t==0)6 b;e(t==d)6 b+c;e((t/=d/2)<1)6 c/2*8.j(2,10*(t-1))+b;6 c/2*(-8.j(2,-10*--t)+2)+b},V:9(x,t,b,c,d){6-c*(8.o(1-(t/=d)*t)-1)+b},S:9(x,t,b,c,d){6 c*8.o(1-(t=t/d-1)*t)+b},Q:9(x,t,b,c,d){e((t/=d/2)<1)6-c/2*(8.o(1-t*t)-1)+b;6 c/2*(8.o(1-(t-=2)*t)+1)+b},P:9(x,t,b,c,d){f s=1.l;f p=0;f a=c;e(t==0)6 b;e((t/=d)==1)6 b+c;e(!p)p=d*.3;e(a<8.w(c)){a=c;f s=p/4}m f s=p/(2*8.g)*8.r(c/a);6-(a*8.j(2,10*(t-=1))*8.n((t*d-s)*(2*8.g)/p))+b},H:9(x,t,b,c,d){f s=1.l;f p=0;f a=c;e(t==0)6 b;e((t/=d)==1)6 b+c;e(!p)p=d*.3;e(a<8.w(c)){a=c;f s=p/4}m f s=p/(2*8.g)*8.r(c/a);6 a*8.j(2,-10*t)*8.n((t*d-s)*(2*8.g)/p)+c+b},T:9(x,t,b,c,d){f s=1.l;f p=0;f a=c;e(t==0)6 b;e((t/=d/2)==2)6 b+c;e(!p)p=d*(.3*1.5);e(a<8.w(c)){a=c;f s=p/4}m f s=p/(2*8.g)*8.r(c/a);e(t<1)6-.5*(a*8.j(2,10*(t-=1))*8.n((t*d-s)*(2*8.g)/p))+b;6 a*8.j(2,-10*(t-=1))*8.n((t*d-s)*(2*8.g)/p)*.5+c+b},F:9(x,t,b,c,d,s){e(s==u)s=1.l;6 c*(t/=d)*t*((s+1)*t-s)+b},E:9(x,t,b,c,d,s){e(s==u)s=1.l;6 c*((t=t/d-1)*t*((s+1)*t+s)+1)+b},16:9(x,t,b,c,d,s){e(s==u)s=1.l;e((t/=d/2)<1)6 c/2*(t*t*(((s*=(1.B))+1)*t-s))+b;6 c/2*((t-=2)*t*(((s*=(1.B))+1)*t+s)+2)+b},A:9(x,t,b,c,d){6 c-h.i.v(x,d-t,0,c,d)+b},v:9(x,t,b,c,d){e((t/=d)<(1/2.k)){6 c*(7.q*t*t)+b}m e(t<(2/2.k)){6 c*(7.q*(t-=(1.5/2.k))*t+.k)+b}m e(t<(2.5/2.k)){6 c*(7.q*(t-=(2.14/2.k))*t+.11)+b}m{6 c*(7.q*(t-=(2.18/2.k))*t+.19)+b}},1b:9(x,t,b,c,d){e(t')[0], { prop: 0 }),
-
- isIE6 = $.browser.msie && $.browser.version < 7 && !window.XMLHttpRequest,
-
- /*
- * Private methods
- */
-
- _abort = function() {
- loading.hide();
-
- imgPreloader.onerror = imgPreloader.onload = null;
-
- if (ajaxLoader) {
- ajaxLoader.abort();
- }
-
- tmp.empty();
- },
-
- _error = function() {
- if (false === selectedOpts.onError(selectedArray, selectedIndex, selectedOpts)) {
- loading.hide();
- busy = false;
- return;
- }
-
- selectedOpts.titleShow = false;
-
- selectedOpts.width = 'auto';
- selectedOpts.height = 'auto';
-
- tmp.html( 'The requested content cannot be loaded. Please try again later.
' );
-
- _process_inline();
- },
-
- _start = function() {
- var obj = selectedArray[ selectedIndex ],
- href,
- type,
- title,
- str,
- emb,
- ret;
-
- _abort();
-
- selectedOpts = $.extend({}, $.fn.fancybox.defaults, (typeof $(obj).data('fancybox') == 'undefined' ? selectedOpts : $(obj).data('fancybox')));
-
- ret = selectedOpts.onStart(selectedArray, selectedIndex, selectedOpts);
-
- if (ret === false) {
- busy = false;
- return;
- } else if (typeof ret == 'object') {
- selectedOpts = $.extend(selectedOpts, ret);
- }
-
- title = selectedOpts.title || (obj.nodeName ? $(obj).attr('title') : obj.title) || '';
-
- if (obj.nodeName && !selectedOpts.orig) {
- selectedOpts.orig = $(obj).children("img:first").length ? $(obj).children("img:first") : $(obj);
- }
-
- if (title === '' && selectedOpts.orig && selectedOpts.titleFromAlt) {
- title = selectedOpts.orig.attr('alt');
- }
-
- href = selectedOpts.href || (obj.nodeName ? $(obj).attr('href') : obj.href) || null;
-
- if ((/^(?:javascript)/i).test(href) || href == '#') {
- href = null;
- }
-
- if (selectedOpts.type) {
- type = selectedOpts.type;
-
- if (!href) {
- href = selectedOpts.content;
- }
-
- } else if (selectedOpts.content) {
- type = 'html';
-
- } else if (href) {
- if (href.match(imgRegExp)) {
- type = 'image';
-
- } else if (href.match(swfRegExp)) {
- type = 'swf';
-
- } else if ($(obj).hasClass("iframe")) {
- type = 'iframe';
-
- } else if (href.indexOf("#") === 0) {
- type = 'inline';
-
- } else {
- type = 'ajax';
- }
- }
-
- if (!type) {
- _error();
- return;
- }
-
- if (type == 'inline') {
- obj = href.substr(href.indexOf("#"));
- type = $(obj).length > 0 ? 'inline' : 'ajax';
- }
-
- selectedOpts.type = type;
- selectedOpts.href = href;
- selectedOpts.title = title;
-
- if (selectedOpts.autoDimensions) {
- if (selectedOpts.type == 'html' || selectedOpts.type == 'inline' || selectedOpts.type == 'ajax') {
- selectedOpts.width = 'auto';
- selectedOpts.height = 'auto';
- } else {
- selectedOpts.autoDimensions = false;
- }
- }
-
- if (selectedOpts.modal) {
- selectedOpts.overlayShow = true;
- selectedOpts.hideOnOverlayClick = false;
- selectedOpts.hideOnContentClick = false;
- selectedOpts.enableEscapeButton = false;
- selectedOpts.showCloseButton = false;
- }
-
- selectedOpts.padding = parseInt(selectedOpts.padding, 10);
- selectedOpts.margin = parseInt(selectedOpts.margin, 10);
-
- tmp.css('padding', (selectedOpts.padding + selectedOpts.margin));
-
- $('.fancybox-inline-tmp').unbind('fancybox-cancel').bind('fancybox-change', function() {
- $(this).replaceWith(content.children());
- });
-
- switch (type) {
- case 'html' :
- tmp.html( selectedOpts.content );
- _process_inline();
- break;
-
- case 'inline' :
- if ( $(obj).parent().is('#fancybox-content') === true) {
- busy = false;
- return;
- }
-
- $('
')
- .hide()
- .insertBefore( $(obj) )
- .bind('fancybox-cleanup', function() {
- $(this).replaceWith(content.children());
- }).bind('fancybox-cancel', function() {
- $(this).replaceWith(tmp.children());
- });
-
- $(obj).appendTo(tmp);
-
- _process_inline();
- break;
-
- case 'image':
- busy = false;
-
- $.fancybox.showActivity();
-
- imgPreloader = new Image();
-
- imgPreloader.onerror = function() {
- _error();
- };
-
- imgPreloader.onload = function() {
- busy = true;
-
- imgPreloader.onerror = imgPreloader.onload = null;
-
- _process_image();
- };
-
- imgPreloader.src = href;
- break;
-
- case 'swf':
- selectedOpts.scrolling = 'no';
-
- str = ' ';
- emb = '';
-
- $.each(selectedOpts.swf, function(name, val) {
- str += ' ';
- emb += ' ' + name + '="' + val + '"';
- });
-
- str += ' ';
-
- tmp.html(str);
-
- _process_inline();
- break;
-
- case 'ajax':
- busy = false;
-
- $.fancybox.showActivity();
-
- selectedOpts.ajax.win = selectedOpts.ajax.success;
-
- ajaxLoader = $.ajax($.extend({}, selectedOpts.ajax, {
- url : href,
- data : selectedOpts.ajax.data || {},
- error : function(XMLHttpRequest, textStatus, errorThrown) {
- if ( XMLHttpRequest.status > 0 ) {
- _error();
- }
- },
- success : function(data, textStatus, XMLHttpRequest) {
- var o = typeof XMLHttpRequest == 'object' ? XMLHttpRequest : ajaxLoader;
- if (o.status == 200) {
- if ( typeof selectedOpts.ajax.win == 'function' ) {
- ret = selectedOpts.ajax.win(href, data, textStatus, XMLHttpRequest);
-
- if (ret === false) {
- loading.hide();
- return;
- } else if (typeof ret == 'string' || typeof ret == 'object') {
- data = ret;
- }
- }
-
- tmp.html( data );
- _process_inline();
- }
- }
- }));
-
- break;
-
- case 'iframe':
- _show();
- break;
- }
- },
-
- _process_inline = function() {
- var
- w = selectedOpts.width,
- h = selectedOpts.height;
-
- if (w.toString().indexOf('%') > -1) {
- w = parseInt( ($(window).width() - (selectedOpts.margin * 2)) * parseFloat(w) / 100, 10) + 'px';
-
- } else {
- w = w == 'auto' ? 'auto' : w + 'px';
- }
-
- if (h.toString().indexOf('%') > -1) {
- h = parseInt( ($(window).height() - (selectedOpts.margin * 2)) * parseFloat(h) / 100, 10) + 'px';
-
- } else {
- h = h == 'auto' ? 'auto' : h + 'px';
- }
-
- tmp.wrapInner('
');
-
- selectedOpts.width = tmp.width();
- selectedOpts.height = tmp.height();
-
- _show();
- },
-
- _process_image = function() {
- selectedOpts.width = imgPreloader.width;
- selectedOpts.height = imgPreloader.height;
-
- $(" ").attr({
- 'id' : 'fancybox-img',
- 'src' : imgPreloader.src,
- 'alt' : selectedOpts.title
- }).appendTo( tmp );
-
- _show();
- },
-
- _show = function() {
- var pos, equal;
-
- loading.hide();
-
- if (wrap.is(":visible") && false === currentOpts.onCleanup(currentArray, currentIndex, currentOpts)) {
- $.event.trigger('fancybox-cancel');
-
- busy = false;
- return;
- }
-
- busy = true;
-
- $(content.add( overlay )).unbind();
-
- $(window).unbind("resize.fb scroll.fb");
- $(document).unbind('keydown.fb');
-
- if (wrap.is(":visible") && currentOpts.titlePosition !== 'outside') {
- wrap.css('height', wrap.height());
- }
-
- currentArray = selectedArray;
- currentIndex = selectedIndex;
- currentOpts = selectedOpts;
-
- if (currentOpts.overlayShow) {
- overlay.css({
- 'background-color' : currentOpts.overlayColor,
- 'opacity' : currentOpts.overlayOpacity,
- 'cursor' : currentOpts.hideOnOverlayClick ? 'pointer' : 'auto',
- 'height' : $(document).height()
- });
-
- if (!overlay.is(':visible')) {
- if (isIE6) {
- $('select:not(#fancybox-tmp select)').filter(function() {
- return this.style.visibility !== 'hidden';
- }).css({'visibility' : 'hidden'}).one('fancybox-cleanup', function() {
- this.style.visibility = 'inherit';
- });
- }
-
- overlay.show();
- }
- } else {
- overlay.hide();
- }
-
- final_pos = _get_zoom_to();
-
- _process_title();
-
- if (wrap.is(":visible")) {
- $( close.add( nav_left ).add( nav_right ) ).hide();
-
- pos = wrap.position(),
-
- start_pos = {
- top : pos.top,
- left : pos.left,
- width : wrap.width(),
- height : wrap.height()
- };
-
- equal = (start_pos.width == final_pos.width && start_pos.height == final_pos.height);
-
- content.fadeTo(currentOpts.changeFade, 0.3, function() {
- var finish_resizing = function() {
- content.html( tmp.contents() ).fadeTo(currentOpts.changeFade, 1, _finish);
- };
-
- $.event.trigger('fancybox-change');
-
- content
- .empty()
- .removeAttr('filter')
- .css({
- 'border-width' : currentOpts.padding,
- 'width' : final_pos.width - currentOpts.padding * 2,
- 'height' : selectedOpts.autoDimensions ? 'auto' : final_pos.height - titleHeight - currentOpts.padding * 2
- });
-
- if (equal) {
- finish_resizing();
-
- } else {
- fx.prop = 0;
-
- $(fx).animate({prop: 1}, {
- duration : currentOpts.changeSpeed,
- easing : currentOpts.easingChange,
- step : _draw,
- complete : finish_resizing
- });
- }
- });
-
- return;
- }
-
- wrap.removeAttr("style");
-
- content.css('border-width', currentOpts.padding);
-
- if (currentOpts.transitionIn == 'elastic') {
- start_pos = _get_zoom_from();
-
- content.html( tmp.contents() );
-
- wrap.show();
-
- if (currentOpts.opacity) {
- final_pos.opacity = 0;
- }
-
- fx.prop = 0;
-
- $(fx).animate({prop: 1}, {
- duration : currentOpts.speedIn,
- easing : currentOpts.easingIn,
- step : _draw,
- complete : _finish
- });
-
- return;
- }
-
- if (currentOpts.titlePosition == 'inside' && titleHeight > 0) {
- title.show();
- }
-
- content
- .css({
- 'width' : final_pos.width - currentOpts.padding * 2,
- 'height' : selectedOpts.autoDimensions ? 'auto' : final_pos.height - titleHeight - currentOpts.padding * 2
- })
- .html( tmp.contents() );
-
- wrap
- .css(final_pos)
- .fadeIn( currentOpts.transitionIn == 'none' ? 0 : currentOpts.speedIn, _finish );
- },
-
- _format_title = function(title) {
- if (title && title.length) {
- if (currentOpts.titlePosition == 'float') {
- return '';
- }
-
- return '' + title + '
';
- }
-
- return false;
- },
-
- _process_title = function() {
- titleStr = currentOpts.title || '';
- titleHeight = 0;
-
- title
- .empty()
- .removeAttr('style')
- .removeClass();
-
- if (currentOpts.titleShow === false) {
- title.hide();
- return;
- }
-
- titleStr = $.isFunction(currentOpts.titleFormat) ? currentOpts.titleFormat(titleStr, currentArray, currentIndex, currentOpts) : _format_title(titleStr);
-
- if (!titleStr || titleStr === '') {
- title.hide();
- return;
- }
-
- title
- .addClass('fancybox-title-' + currentOpts.titlePosition)
- .html( titleStr )
- .appendTo( 'body' )
- .show();
-
- switch (currentOpts.titlePosition) {
- case 'inside':
- title
- .css({
- 'width' : final_pos.width - (currentOpts.padding * 2),
- 'marginLeft' : currentOpts.padding,
- 'marginRight' : currentOpts.padding
- });
-
- titleHeight = title.outerHeight(true);
-
- title.appendTo( outer );
-
- final_pos.height += titleHeight;
- break;
-
- case 'over':
- title
- .css({
- 'marginLeft' : currentOpts.padding,
- 'width' : final_pos.width - (currentOpts.padding * 2),
- 'bottom' : currentOpts.padding
- })
- .appendTo( outer );
- break;
-
- case 'float':
- title
- .css('left', parseInt((title.width() - final_pos.width - 40)/ 2, 10) * -1)
- .appendTo( wrap );
- break;
-
- default:
- title
- .css({
- 'width' : final_pos.width - (currentOpts.padding * 2),
- 'paddingLeft' : currentOpts.padding,
- 'paddingRight' : currentOpts.padding
- })
- .appendTo( wrap );
- break;
- }
-
- title.hide();
- },
-
- _set_navigation = function() {
- if (currentOpts.enableEscapeButton || currentOpts.enableKeyboardNav) {
- $(document).bind('keydown.fb', function(e) {
- if (e.keyCode == 27 && currentOpts.enableEscapeButton) {
- e.preventDefault();
- $.fancybox.close();
-
- } else if ((e.keyCode == 37 || e.keyCode == 39) && currentOpts.enableKeyboardNav && e.target.tagName !== 'INPUT' && e.target.tagName !== 'TEXTAREA' && e.target.tagName !== 'SELECT') {
- e.preventDefault();
- $.fancybox[ e.keyCode == 37 ? 'prev' : 'next']();
- }
- });
- }
-
- if (!currentOpts.showNavArrows) {
- nav_left.hide();
- nav_right.hide();
- return;
- }
-
- if ((currentOpts.cyclic && currentArray.length > 1) || currentIndex !== 0) {
- nav_left.show();
- }
-
- if ((currentOpts.cyclic && currentArray.length > 1) || currentIndex != (currentArray.length -1)) {
- nav_right.show();
- }
- },
-
- _finish = function () {
- if (!$.support.opacity) {
- content.get(0).style.removeAttribute('filter');
- wrap.get(0).style.removeAttribute('filter');
- }
-
- if (selectedOpts.autoDimensions) {
- content.css('height', 'auto');
- }
-
- wrap.css('height', 'auto');
-
- if (titleStr && titleStr.length) {
- title.show();
- }
-
- if (currentOpts.showCloseButton) {
- close.show();
- }
-
- _set_navigation();
-
- if (currentOpts.hideOnContentClick) {
- content.bind('click', $.fancybox.close);
- }
-
- if (currentOpts.hideOnOverlayClick) {
- overlay.bind('click', $.fancybox.close);
- }
-
- $(window).bind("resize.fb", $.fancybox.resize);
-
- if (currentOpts.centerOnScroll) {
- $(window).bind("scroll.fb", $.fancybox.center);
- }
-
- if (currentOpts.type == 'iframe') {
- $('').appendTo(content);
- }
-
- wrap.show();
-
- busy = false;
-
- $.fancybox.center();
-
- currentOpts.onComplete(currentArray, currentIndex, currentOpts);
-
- _preload_images();
- },
-
- _preload_images = function() {
- var href,
- objNext;
-
- if ((currentArray.length -1) > currentIndex) {
- href = currentArray[ currentIndex + 1 ].href;
-
- if (typeof href !== 'undefined' && href.match(imgRegExp)) {
- objNext = new Image();
- objNext.src = href;
- }
- }
-
- if (currentIndex > 0) {
- href = currentArray[ currentIndex - 1 ].href;
-
- if (typeof href !== 'undefined' && href.match(imgRegExp)) {
- objNext = new Image();
- objNext.src = href;
- }
- }
- },
-
- _draw = function(pos) {
- var dim = {
- width : parseInt(start_pos.width + (final_pos.width - start_pos.width) * pos, 10),
- height : parseInt(start_pos.height + (final_pos.height - start_pos.height) * pos, 10),
-
- top : parseInt(start_pos.top + (final_pos.top - start_pos.top) * pos, 10),
- left : parseInt(start_pos.left + (final_pos.left - start_pos.left) * pos, 10)
- };
-
- if (typeof final_pos.opacity !== 'undefined') {
- dim.opacity = pos < 0.5 ? 0.5 : pos;
- }
-
- wrap.css(dim);
-
- content.css({
- 'width' : dim.width - currentOpts.padding * 2,
- 'height' : dim.height - (titleHeight * pos) - currentOpts.padding * 2
- });
- },
-
- _get_viewport = function() {
- return [
- $(window).width() - (currentOpts.margin * 2),
- $(window).height() - (currentOpts.margin * 2),
- $(document).scrollLeft() + currentOpts.margin,
- $(document).scrollTop() + currentOpts.margin
- ];
- },
-
- _get_zoom_to = function () {
- var view = _get_viewport(),
- to = {},
- resize = currentOpts.autoScale,
- double_padding = currentOpts.padding * 2,
- ratio;
-
- if (currentOpts.width.toString().indexOf('%') > -1) {
- to.width = parseInt((view[0] * parseFloat(currentOpts.width)) / 100, 10);
- } else {
- to.width = currentOpts.width + double_padding;
- }
-
- if (currentOpts.height.toString().indexOf('%') > -1) {
- to.height = parseInt((view[1] * parseFloat(currentOpts.height)) / 100, 10);
- } else {
- to.height = currentOpts.height + double_padding;
- }
-
- if (resize && (to.width > view[0] || to.height > view[1])) {
- if (selectedOpts.type == 'image' || selectedOpts.type == 'swf') {
- ratio = (currentOpts.width ) / (currentOpts.height );
-
- if ((to.width ) > view[0]) {
- to.width = view[0];
- to.height = parseInt(((to.width - double_padding) / ratio) + double_padding, 10);
- }
-
- if ((to.height) > view[1]) {
- to.height = view[1];
- to.width = parseInt(((to.height - double_padding) * ratio) + double_padding, 10);
- }
-
- } else {
- to.width = Math.min(to.width, view[0]);
- to.height = Math.min(to.height, view[1]);
- }
- }
-
- to.top = parseInt(Math.max(view[3] - 20, view[3] + ((view[1] - to.height - 40) * 0.5)), 10);
- to.left = parseInt(Math.max(view[2] - 20, view[2] + ((view[0] - to.width - 40) * 0.5)), 10);
-
- return to;
- },
-
- _get_obj_pos = function(obj) {
- var pos = obj.offset();
-
- pos.top += parseInt( obj.css('paddingTop'), 10 ) || 0;
- pos.left += parseInt( obj.css('paddingLeft'), 10 ) || 0;
-
- pos.top += parseInt( obj.css('border-top-width'), 10 ) || 0;
- pos.left += parseInt( obj.css('border-left-width'), 10 ) || 0;
-
- pos.width = obj.width();
- pos.height = obj.height();
-
- return pos;
- },
-
- _get_zoom_from = function() {
- var orig = selectedOpts.orig ? $(selectedOpts.orig) : false,
- from = {},
- pos,
- view;
-
- if (orig && orig.length) {
- pos = _get_obj_pos(orig);
-
- from = {
- width : pos.width + (currentOpts.padding * 2),
- height : pos.height + (currentOpts.padding * 2),
- top : pos.top - currentOpts.padding - 20,
- left : pos.left - currentOpts.padding - 20
- };
-
- } else {
- view = _get_viewport();
-
- from = {
- width : currentOpts.padding * 2,
- height : currentOpts.padding * 2,
- top : parseInt(view[3] + view[1] * 0.5, 10),
- left : parseInt(view[2] + view[0] * 0.5, 10)
- };
- }
-
- return from;
- },
-
- _animate_loading = function() {
- if (!loading.is(':visible')){
- clearInterval(loadingTimer);
- return;
- }
-
- $('div', loading).css('top', (loadingFrame * -40) + 'px');
-
- loadingFrame = (loadingFrame + 1) % 12;
- };
-
- /*
- * Public methods
- */
-
- $.fn.fancybox = function(options) {
- if (!$(this).length) {
- return this;
- }
-
- $(this)
- .data('fancybox', $.extend({}, options, ($.metadata ? $(this).metadata() : {})))
- .unbind('click.fb')
- .bind('click.fb', function(e) {
- e.preventDefault();
-
- if (busy) {
- return;
- }
-
- busy = true;
-
- $(this).blur();
-
- selectedArray = [];
- selectedIndex = 0;
-
- var rel = $(this).attr('rel') || '';
-
- if (!rel || rel == '' || rel === 'nofollow') {
- selectedArray.push(this);
-
- } else {
- selectedArray = $("a[rel=" + rel + "], area[rel=" + rel + "]");
- selectedIndex = selectedArray.index( this );
- }
-
- _start();
-
- return;
- });
-
- return this;
- };
-
- $.fancybox = function(obj) {
- var opts;
-
- if (busy) {
- return;
- }
-
- busy = true;
- opts = typeof arguments[1] !== 'undefined' ? arguments[1] : {};
-
- selectedArray = [];
- selectedIndex = parseInt(opts.index, 10) || 0;
-
- if ($.isArray(obj)) {
- for (var i = 0, j = obj.length; i < j; i++) {
- if (typeof obj[i] == 'object') {
- $(obj[i]).data('fancybox', $.extend({}, opts, obj[i]));
- } else {
- obj[i] = $({}).data('fancybox', $.extend({content : obj[i]}, opts));
- }
- }
-
- selectedArray = jQuery.merge(selectedArray, obj);
-
- } else {
- if (typeof obj == 'object') {
- $(obj).data('fancybox', $.extend({}, opts, obj));
- } else {
- obj = $({}).data('fancybox', $.extend({content : obj}, opts));
- }
-
- selectedArray.push(obj);
- }
-
- if (selectedIndex > selectedArray.length || selectedIndex < 0) {
- selectedIndex = 0;
- }
-
- _start();
- };
-
- $.fancybox.showActivity = function() {
- clearInterval(loadingTimer);
-
- loading.show();
- loadingTimer = setInterval(_animate_loading, 66);
- };
-
- $.fancybox.hideActivity = function() {
- loading.hide();
- };
-
- $.fancybox.next = function() {
- return $.fancybox.pos( currentIndex + 1);
- };
-
- $.fancybox.prev = function() {
- return $.fancybox.pos( currentIndex - 1);
- };
-
- $.fancybox.pos = function(pos) {
- if (busy) {
- return;
- }
-
- pos = parseInt(pos);
-
- selectedArray = currentArray;
-
- if (pos > -1 && pos < currentArray.length) {
- selectedIndex = pos;
- _start();
-
- } else if (currentOpts.cyclic && currentArray.length > 1) {
- selectedIndex = pos >= currentArray.length ? 0 : currentArray.length - 1;
- _start();
- }
-
- return;
- };
-
- $.fancybox.cancel = function() {
- if (busy) {
- return;
- }
-
- busy = true;
-
- $.event.trigger('fancybox-cancel');
-
- _abort();
-
- selectedOpts.onCancel(selectedArray, selectedIndex, selectedOpts);
-
- busy = false;
- };
-
- // Note: within an iframe use - parent.$.fancybox.close();
- $.fancybox.close = function() {
- if (busy || wrap.is(':hidden')) {
- return;
- }
-
- busy = true;
-
- if (currentOpts && false === currentOpts.onCleanup(currentArray, currentIndex, currentOpts)) {
- busy = false;
- return;
- }
-
- _abort();
-
- $(close.add( nav_left ).add( nav_right )).hide();
-
- $(content.add( overlay )).unbind();
-
- $(window).unbind("resize.fb scroll.fb");
- $(document).unbind('keydown.fb');
-
- content.find('iframe').attr('src', isIE6 && /^https/i.test(window.location.href || '') ? 'javascript:void(false)' : 'about:blank');
-
- if (currentOpts.titlePosition !== 'inside') {
- title.empty();
- }
-
- wrap.stop();
-
- function _cleanup() {
- overlay.fadeOut('fast');
-
- title.empty().hide();
- wrap.hide();
-
- $.event.trigger('fancybox-cleanup');
-
- content.empty();
-
- currentOpts.onClosed(currentArray, currentIndex, currentOpts);
-
- currentArray = selectedOpts = [];
- currentIndex = selectedIndex = 0;
- currentOpts = selectedOpts = {};
-
- busy = false;
- }
-
- if (currentOpts.transitionOut == 'elastic') {
- start_pos = _get_zoom_from();
-
- var pos = wrap.position();
-
- final_pos = {
- top : pos.top ,
- left : pos.left,
- width : wrap.width(),
- height : wrap.height()
- };
-
- if (currentOpts.opacity) {
- final_pos.opacity = 1;
- }
-
- title.empty().hide();
-
- fx.prop = 1;
-
- $(fx).animate({ prop: 0 }, {
- duration : currentOpts.speedOut,
- easing : currentOpts.easingOut,
- step : _draw,
- complete : _cleanup
- });
-
- } else {
- wrap.fadeOut( currentOpts.transitionOut == 'none' ? 0 : currentOpts.speedOut, _cleanup);
- }
- };
-
- $.fancybox.resize = function() {
- if (overlay.is(':visible')) {
- overlay.css('height', $(document).height());
- }
-
- $.fancybox.center(true);
- };
-
- $.fancybox.center = function() {
- var view, align;
-
- if (busy) {
- return;
- }
-
- align = arguments[0] === true ? 1 : 0;
- view = _get_viewport();
-
- if (!align && (wrap.width() > view[0] || wrap.height() > view[1])) {
- return;
- }
-
- wrap
- .stop()
- .animate({
- 'top' : parseInt(Math.max(view[3] - 20, view[3] + ((view[1] - content.height() - 40) * 0.5) - currentOpts.padding)),
- 'left' : parseInt(Math.max(view[2] - 20, view[2] + ((view[0] - content.width() - 40) * 0.5) - currentOpts.padding))
- }, typeof arguments[0] == 'number' ? arguments[0] : 200);
- };
-
- $.fancybox.init = function() {
- if ($("#fancybox-wrap").length) {
- return;
- }
-
- $('body').append(
- tmp = $('
'),
- loading = $(''),
- overlay = $('
'),
- wrap = $('
')
- );
-
- outer = $('
')
- .append('
')
- .appendTo( wrap );
-
- outer.append(
- content = $('
'),
- close = $(' '),
- title = $('
'),
-
- nav_left = $(' '),
- nav_right = $(' ')
- );
-
- close.click($.fancybox.close);
- loading.click($.fancybox.cancel);
-
- nav_left.click(function(e) {
- e.preventDefault();
- $.fancybox.prev();
- });
-
- nav_right.click(function(e) {
- e.preventDefault();
- $.fancybox.next();
- });
-
- if ($.fn.mousewheel) {
- wrap.bind('mousewheel.fb', function(e, delta) {
- if (busy) {
- e.preventDefault();
-
- } else if ($(e.target).get(0).clientHeight == 0 || $(e.target).get(0).scrollHeight === $(e.target).get(0).clientHeight) {
- e.preventDefault();
- $.fancybox[ delta > 0 ? 'prev' : 'next']();
- }
- });
- }
-
- if (!$.support.opacity) {
- wrap.addClass('fancybox-ie');
- }
-
- if (isIE6) {
- loading.addClass('fancybox-ie6');
- wrap.addClass('fancybox-ie6');
-
- $('').prependTo(outer);
- }
- };
-
- $.fn.fancybox.defaults = {
- padding : 10,
- margin : 40,
- opacity : false,
- modal : false,
- cyclic : false,
- scrolling : 'auto', // 'auto', 'yes' or 'no'
-
- width : 560,
- height : 340,
-
- autoScale : true,
- autoDimensions : true,
- centerOnScroll : false,
-
- ajax : {},
- swf : { wmode: 'transparent' },
-
- hideOnOverlayClick : true,
- hideOnContentClick : false,
-
- overlayShow : true,
- overlayOpacity : 0.7,
- overlayColor : '#777',
-
- titleShow : true,
- titlePosition : 'float', // 'float', 'outside', 'inside' or 'over'
- titleFormat : null,
- titleFromAlt : false,
-
- transitionIn : 'fade', // 'elastic', 'fade' or 'none'
- transitionOut : 'fade', // 'elastic', 'fade' or 'none'
-
- speedIn : 300,
- speedOut : 300,
-
- changeSpeed : 300,
- changeFade : 'fast',
-
- easingIn : 'swing',
- easingOut : 'swing',
-
- showCloseButton : true,
- showNavArrows : true,
- enableEscapeButton : true,
- enableKeyboardNav : true,
-
- onStart : function(){},
- onCancel : function(){},
- onComplete : function(){},
- onCleanup : function(){},
- onClosed : function(){},
- onError : function(){}
- };
-
- $(document).ready(function() {
- $.fancybox.init();
- });
-
-})(jQuery);
\ No newline at end of file
diff --git a/site_media/packages/jquery.fancybox-1.3.4/fancybox/jquery.fancybox-1.3.4.pack.js b/site_media/packages/jquery.fancybox-1.3.4/fancybox/jquery.fancybox-1.3.4.pack.js
deleted file mode 100644
index 1373ed0838..0000000000
--- a/site_media/packages/jquery.fancybox-1.3.4/fancybox/jquery.fancybox-1.3.4.pack.js
+++ /dev/null
@@ -1,46 +0,0 @@
-/*
- * FancyBox - jQuery Plugin
- * Simple and fancy lightbox alternative
- *
- * Examples and documentation at: http://fancybox.net
- *
- * Copyright (c) 2008 - 2010 Janis Skarnelis
- * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
- *
- * Version: 1.3.4 (11/11/2010)
- * Requires: jQuery v1.3+
- *
- * Dual licensed under the MIT and GPL licenses:
- * http://www.opensource.org/licenses/mit-license.php
- * http://www.gnu.org/licenses/gpl.html
- */
-
-;(function(b){var m,t,u,f,D,j,E,n,z,A,q=0,e={},o=[],p=0,d={},l=[],G=null,v=new Image,J=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,W=/[^\.]\.(swf)\s*$/i,K,L=1,y=0,s="",r,i,h=false,B=b.extend(b("
")[0],{prop:0}),M=b.browser.msie&&b.browser.version<7&&!window.XMLHttpRequest,N=function(){t.hide();v.onerror=v.onload=null;G&&G.abort();m.empty()},O=function(){if(false===e.onError(o,q,e)){t.hide();h=false}else{e.titleShow=false;e.width="auto";e.height="auto";m.html('The requested content cannot be loaded. Please try again later.
');
-F()}},I=function(){var a=o[q],c,g,k,C,P,w;N();e=b.extend({},b.fn.fancybox.defaults,typeof b(a).data("fancybox")=="undefined"?e:b(a).data("fancybox"));w=e.onStart(o,q,e);if(w===false)h=false;else{if(typeof w=="object")e=b.extend(e,w);k=e.title||(a.nodeName?b(a).attr("title"):a.title)||"";if(a.nodeName&&!e.orig)e.orig=b(a).children("img:first").length?b(a).children("img:first"):b(a);if(k===""&&e.orig&&e.titleFromAlt)k=e.orig.attr("alt");c=e.href||(a.nodeName?b(a).attr("href"):a.href)||null;if(/^(?:javascript)/i.test(c)||
-c=="#")c=null;if(e.type){g=e.type;if(!c)c=e.content}else if(e.content)g="html";else if(c)g=c.match(J)?"image":c.match(W)?"swf":b(a).hasClass("iframe")?"iframe":c.indexOf("#")===0?"inline":"ajax";if(g){if(g=="inline"){a=c.substr(c.indexOf("#"));g=b(a).length>0?"inline":"ajax"}e.type=g;e.href=c;e.title=k;if(e.autoDimensions)if(e.type=="html"||e.type=="inline"||e.type=="ajax"){e.width="auto";e.height="auto"}else e.autoDimensions=false;if(e.modal){e.overlayShow=true;e.hideOnOverlayClick=false;e.hideOnContentClick=
-false;e.enableEscapeButton=false;e.showCloseButton=false}e.padding=parseInt(e.padding,10);e.margin=parseInt(e.margin,10);m.css("padding",e.padding+e.margin);b(".fancybox-inline-tmp").unbind("fancybox-cancel").bind("fancybox-change",function(){b(this).replaceWith(j.children())});switch(g){case "html":m.html(e.content);F();break;case "inline":if(b(a).parent().is("#fancybox-content")===true){h=false;break}b('
').hide().insertBefore(b(a)).bind("fancybox-cleanup",function(){b(this).replaceWith(j.children())}).bind("fancybox-cancel",
-function(){b(this).replaceWith(m.children())});b(a).appendTo(m);F();break;case "image":h=false;b.fancybox.showActivity();v=new Image;v.onerror=function(){O()};v.onload=function(){h=true;v.onerror=v.onload=null;e.width=v.width;e.height=v.height;b(" ").attr({id:"fancybox-img",src:v.src,alt:e.title}).appendTo(m);Q()};v.src=c;break;case "swf":e.scrolling="no";C=' ';P="";b.each(e.swf,function(x,H){C+=' ';P+=" "+x+'="'+H+'"'});C+=' ";m.html(C);F();break;case "ajax":h=false;b.fancybox.showActivity();e.ajax.win=e.ajax.success;G=b.ajax(b.extend({},e.ajax,{url:c,data:e.ajax.data||{},error:function(x){x.status>0&&O()},success:function(x,H,R){if((typeof R=="object"?R:G).status==200){if(typeof e.ajax.win==
-"function"){w=e.ajax.win(c,x,H,R);if(w===false){t.hide();return}else if(typeof w=="string"||typeof w=="object")x=w}m.html(x);F()}}}));break;case "iframe":Q()}}else O()}},F=function(){var a=e.width,c=e.height;a=a.toString().indexOf("%")>-1?parseInt((b(window).width()-e.margin*2)*parseFloat(a)/100,10)+"px":a=="auto"?"auto":a+"px";c=c.toString().indexOf("%")>-1?parseInt((b(window).height()-e.margin*2)*parseFloat(c)/100,10)+"px":c=="auto"?"auto":c+"px";m.wrapInner('
');e.width=m.width();e.height=m.height();Q()},Q=function(){var a,c;t.hide();if(f.is(":visible")&&false===d.onCleanup(l,p,d)){b.event.trigger("fancybox-cancel");h=false}else{h=true;b(j.add(u)).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");f.is(":visible")&&d.titlePosition!=="outside"&&f.css("height",f.height());l=o;p=q;d=e;if(d.overlayShow){u.css({"background-color":d.overlayColor,
-opacity:d.overlayOpacity,cursor:d.hideOnOverlayClick?"pointer":"auto",height:b(document).height()});if(!u.is(":visible")){M&&b("select:not(#fancybox-tmp select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("fancybox-cleanup",function(){this.style.visibility="inherit"});u.show()}}else u.hide();i=X();s=d.title||"";y=0;n.empty().removeAttr("style").removeClass();if(d.titleShow!==false){if(b.isFunction(d.titleFormat))a=d.titleFormat(s,l,p,d);else a=s&&s.length?
-d.titlePosition=="float"?'':''+s+"
":false;s=a;if(!(!s||s==="")){n.addClass("fancybox-title-"+d.titlePosition).html(s).appendTo("body").show();switch(d.titlePosition){case "inside":n.css({width:i.width-d.padding*2,marginLeft:d.padding,marginRight:d.padding});
-y=n.outerHeight(true);n.appendTo(D);i.height+=y;break;case "over":n.css({marginLeft:d.padding,width:i.width-d.padding*2,bottom:d.padding}).appendTo(D);break;case "float":n.css("left",parseInt((n.width()-i.width-40)/2,10)*-1).appendTo(f);break;default:n.css({width:i.width-d.padding*2,paddingLeft:d.padding,paddingRight:d.padding}).appendTo(f)}}}n.hide();if(f.is(":visible")){b(E.add(z).add(A)).hide();a=f.position();r={top:a.top,left:a.left,width:f.width(),height:f.height()};c=r.width==i.width&&r.height==
-i.height;j.fadeTo(d.changeFade,0.3,function(){var g=function(){j.html(m.contents()).fadeTo(d.changeFade,1,S)};b.event.trigger("fancybox-change");j.empty().removeAttr("filter").css({"border-width":d.padding,width:i.width-d.padding*2,height:e.autoDimensions?"auto":i.height-y-d.padding*2});if(c)g();else{B.prop=0;b(B).animate({prop:1},{duration:d.changeSpeed,easing:d.easingChange,step:T,complete:g})}})}else{f.removeAttr("style");j.css("border-width",d.padding);if(d.transitionIn=="elastic"){r=V();j.html(m.contents());
-f.show();if(d.opacity)i.opacity=0;B.prop=0;b(B).animate({prop:1},{duration:d.speedIn,easing:d.easingIn,step:T,complete:S})}else{d.titlePosition=="inside"&&y>0&&n.show();j.css({width:i.width-d.padding*2,height:e.autoDimensions?"auto":i.height-y-d.padding*2}).html(m.contents());f.css(i).fadeIn(d.transitionIn=="none"?0:d.speedIn,S)}}}},Y=function(){if(d.enableEscapeButton||d.enableKeyboardNav)b(document).bind("keydown.fb",function(a){if(a.keyCode==27&&d.enableEscapeButton){a.preventDefault();b.fancybox.close()}else if((a.keyCode==
-37||a.keyCode==39)&&d.enableKeyboardNav&&a.target.tagName!=="INPUT"&&a.target.tagName!=="TEXTAREA"&&a.target.tagName!=="SELECT"){a.preventDefault();b.fancybox[a.keyCode==37?"prev":"next"]()}});if(d.showNavArrows){if(d.cyclic&&l.length>1||p!==0)z.show();if(d.cyclic&&l.length>1||p!=l.length-1)A.show()}else{z.hide();A.hide()}},S=function(){if(!b.support.opacity){j.get(0).style.removeAttribute("filter");f.get(0).style.removeAttribute("filter")}e.autoDimensions&&j.css("height","auto");f.css("height","auto");
-s&&s.length&&n.show();d.showCloseButton&&E.show();Y();d.hideOnContentClick&&j.bind("click",b.fancybox.close);d.hideOnOverlayClick&&u.bind("click",b.fancybox.close);b(window).bind("resize.fb",b.fancybox.resize);d.centerOnScroll&&b(window).bind("scroll.fb",b.fancybox.center);if(d.type=="iframe")b('').appendTo(j);
-f.show();h=false;b.fancybox.center();d.onComplete(l,p,d);var a,c;if(l.length-1>p){a=l[p+1].href;if(typeof a!=="undefined"&&a.match(J)){c=new Image;c.src=a}}if(p>0){a=l[p-1].href;if(typeof a!=="undefined"&&a.match(J)){c=new Image;c.src=a}}},T=function(a){var c={width:parseInt(r.width+(i.width-r.width)*a,10),height:parseInt(r.height+(i.height-r.height)*a,10),top:parseInt(r.top+(i.top-r.top)*a,10),left:parseInt(r.left+(i.left-r.left)*a,10)};if(typeof i.opacity!=="undefined")c.opacity=a<0.5?0.5:a;f.css(c);
-j.css({width:c.width-d.padding*2,height:c.height-y*a-d.padding*2})},U=function(){return[b(window).width()-d.margin*2,b(window).height()-d.margin*2,b(document).scrollLeft()+d.margin,b(document).scrollTop()+d.margin]},X=function(){var a=U(),c={},g=d.autoScale,k=d.padding*2;c.width=d.width.toString().indexOf("%")>-1?parseInt(a[0]*parseFloat(d.width)/100,10):d.width+k;c.height=d.height.toString().indexOf("%")>-1?parseInt(a[1]*parseFloat(d.height)/100,10):d.height+k;if(g&&(c.width>a[0]||c.height>a[1]))if(e.type==
-"image"||e.type=="swf"){g=d.width/d.height;if(c.width>a[0]){c.width=a[0];c.height=parseInt((c.width-k)/g+k,10)}if(c.height>a[1]){c.height=a[1];c.width=parseInt((c.height-k)*g+k,10)}}else{c.width=Math.min(c.width,a[0]);c.height=Math.min(c.height,a[1])}c.top=parseInt(Math.max(a[3]-20,a[3]+(a[1]-c.height-40)*0.5),10);c.left=parseInt(Math.max(a[2]-20,a[2]+(a[0]-c.width-40)*0.5),10);return c},V=function(){var a=e.orig?b(e.orig):false,c={};if(a&&a.length){c=a.offset();c.top+=parseInt(a.css("paddingTop"),
-10)||0;c.left+=parseInt(a.css("paddingLeft"),10)||0;c.top+=parseInt(a.css("border-top-width"),10)||0;c.left+=parseInt(a.css("border-left-width"),10)||0;c.width=a.width();c.height=a.height();c={width:c.width+d.padding*2,height:c.height+d.padding*2,top:c.top-d.padding-20,left:c.left-d.padding-20}}else{a=U();c={width:d.padding*2,height:d.padding*2,top:parseInt(a[3]+a[1]*0.5,10),left:parseInt(a[2]+a[0]*0.5,10)}}return c},Z=function(){if(t.is(":visible")){b("div",t).css("top",L*-40+"px");L=(L+1)%12}else clearInterval(K)};
-b.fn.fancybox=function(a){if(!b(this).length)return this;b(this).data("fancybox",b.extend({},a,b.metadata?b(this).metadata():{})).unbind("click.fb").bind("click.fb",function(c){c.preventDefault();if(!h){h=true;b(this).blur();o=[];q=0;c=b(this).attr("rel")||"";if(!c||c==""||c==="nofollow")o.push(this);else{o=b("a[rel="+c+"], area[rel="+c+"]");q=o.index(this)}I()}});return this};b.fancybox=function(a,c){var g;if(!h){h=true;g=typeof c!=="undefined"?c:{};o=[];q=parseInt(g.index,10)||0;if(b.isArray(a)){for(var k=
-0,C=a.length;ko.length||q<0)q=0;I()}};b.fancybox.showActivity=function(){clearInterval(K);t.show();K=setInterval(Z,66)};b.fancybox.hideActivity=function(){t.hide()};b.fancybox.next=function(){return b.fancybox.pos(p+
-1)};b.fancybox.prev=function(){return b.fancybox.pos(p-1)};b.fancybox.pos=function(a){if(!h){a=parseInt(a);o=l;if(a>-1&&a1){q=a>=l.length?0:l.length-1;I()}}};b.fancybox.cancel=function(){if(!h){h=true;b.event.trigger("fancybox-cancel");N();e.onCancel(o,q,e);h=false}};b.fancybox.close=function(){function a(){u.fadeOut("fast");n.empty().hide();f.hide();b.event.trigger("fancybox-cleanup");j.empty();d.onClosed(l,p,d);l=e=[];p=q=0;d=e={};h=false}if(!(h||f.is(":hidden"))){h=
-true;if(d&&false===d.onCleanup(l,p,d))h=false;else{N();b(E.add(z).add(A)).hide();b(j.add(u)).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");j.find("iframe").attr("src",M&&/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank");d.titlePosition!=="inside"&&n.empty();f.stop();if(d.transitionOut=="elastic"){r=V();var c=f.position();i={top:c.top,left:c.left,width:f.width(),height:f.height()};if(d.opacity)i.opacity=1;n.empty().hide();B.prop=1;
-b(B).animate({prop:0},{duration:d.speedOut,easing:d.easingOut,step:T,complete:a})}else f.fadeOut(d.transitionOut=="none"?0:d.speedOut,a)}}};b.fancybox.resize=function(){u.is(":visible")&&u.css("height",b(document).height());b.fancybox.center(true)};b.fancybox.center=function(a){var c,g;if(!h){g=a===true?1:0;c=U();!g&&(f.width()>c[0]||f.height()>c[1])||f.stop().animate({top:parseInt(Math.max(c[3]-20,c[3]+(c[1]-j.height()-40)*0.5-d.padding)),left:parseInt(Math.max(c[2]-20,c[2]+(c[0]-j.width()-40)*0.5-
-d.padding))},typeof a=="number"?a:200)}};b.fancybox.init=function(){if(!b("#fancybox-wrap").length){b("body").append(m=b('
'),t=b(''),u=b('
'),f=b('
'));D=b('
').append('
').appendTo(f);
-D.append(j=b('
'),E=b(' '),n=b('
'),z=b(' '),A=b(' '));E.click(b.fancybox.close);t.click(b.fancybox.cancel);z.click(function(a){a.preventDefault();b.fancybox.prev()});A.click(function(a){a.preventDefault();b.fancybox.next()});
-b.fn.mousewheel&&f.bind("mousewheel.fb",function(a,c){if(h)a.preventDefault();else if(b(a.target).get(0).clientHeight==0||b(a.target).get(0).scrollHeight===b(a.target).get(0).clientHeight){a.preventDefault();b.fancybox[c>0?"prev":"next"]()}});b.support.opacity||f.addClass("fancybox-ie");if(M){t.addClass("fancybox-ie6");f.addClass("fancybox-ie6");b('').prependTo(D)}}};
-b.fn.fancybox.defaults={padding:10,margin:40,opacity:false,modal:false,cyclic:false,scrolling:"auto",width:560,height:340,autoScale:true,autoDimensions:true,centerOnScroll:false,ajax:{},swf:{wmode:"transparent"},hideOnOverlayClick:true,hideOnContentClick:false,overlayShow:true,overlayOpacity:0.7,overlayColor:"#777",titleShow:true,titlePosition:"float",titleFormat:null,titleFromAlt:false,transitionIn:"fade",transitionOut:"fade",speedIn:300,speedOut:300,changeSpeed:300,changeFade:"fast",easingIn:"swing",
-easingOut:"swing",showCloseButton:true,showNavArrows:true,enableEscapeButton:true,enableKeyboardNav:true,onStart:function(){},onCancel:function(){},onComplete:function(){},onCleanup:function(){},onClosed:function(){},onError:function(){}};b(document).ready(function(){b.fancybox.init()})})(jQuery);
\ No newline at end of file
diff --git a/site_media/packages/jquery.fancybox-1.3.4/fancybox/jquery.mousewheel-3.0.4.pack.js b/site_media/packages/jquery.fancybox-1.3.4/fancybox/jquery.mousewheel-3.0.4.pack.js
deleted file mode 100644
index cb66588e29..0000000000
--- a/site_media/packages/jquery.fancybox-1.3.4/fancybox/jquery.mousewheel-3.0.4.pack.js
+++ /dev/null
@@ -1,14 +0,0 @@
-/*! Copyright (c) 2010 Brandon Aaron (http://brandonaaron.net)
-* Licensed under the MIT License (LICENSE.txt).
-*
-* Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
-* Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
-* Thanks to: Seamus Leahy for adding deltaX and deltaY
-*
-* Version: 3.0.4
-*
-* Requires: 1.2.2+
-*/
-
-(function(d){function g(a){var b=a||window.event,i=[].slice.call(arguments,1),c=0,h=0,e=0;a=d.event.fix(b);a.type="mousewheel";if(a.wheelDelta)c=a.wheelDelta/120;if(a.detail)c=-a.detail/3;e=c;if(b.axis!==undefined&&b.axis===b.HORIZONTAL_AXIS){e=0;h=-1*c}if(b.wheelDeltaY!==undefined)e=b.wheelDeltaY/120;if(b.wheelDeltaX!==undefined)h=-1*b.wheelDeltaX/120;i.unshift(a,c,h,e);return d.event.handle.apply(this,i)}var f=["DOMMouseScroll","mousewheel"];d.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a=
-f.length;a;)this.addEventListener(f[--a],g,false);else this.onmousewheel=g},teardown:function(){if(this.removeEventListener)for(var a=f.length;a;)this.removeEventListener(f[--a],g,false);else this.onmousewheel=null}};d.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})})(jQuery);
\ No newline at end of file
diff --git a/site_media/packages/jquery.fancybox-1.3.4/index.html b/site_media/packages/jquery.fancybox-1.3.4/index.html
deleted file mode 100644
index 6b10a21e8b..0000000000
--- a/site_media/packages/jquery.fancybox-1.3.4/index.html
+++ /dev/null
@@ -1,165 +0,0 @@
-
-
-
-
-
- FancyBox 1.3.4 | Demonstration
-
-
-
-
-
-
-
-
-
-
-
fancybox v1.3.4
-
-
This is a demonstration. Home page
-
-
-
-
- Different animations
-
-
-
-
-
-
-
-
-
-
-
- Different title positions
-
-
-
-
-
-
-
-
-
-
-
- Image gallery (ps, try using mouse scroll wheel)
-
-
-
-
-
-
-
-
-
-
-
- Various examples
-
-
-
-
-
-
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam quis mi eu elit tempor facilisis id et neque. Nulla sit amet sem sapien. Vestibulum imperdiet porta ante ac ornare. Nulla et lorem eu nibh adipiscing ultricies nec at lacus. Cras laoreet ultricies sem, at blandit mi eleifend aliquam. Nunc enim ipsum, vehicula non pretium varius, cursus ac tortor. Vivamus fringilla congue laoreet. Quisque ultrices sodales orci, quis rhoncus justo auctor in. Phasellus dui eros, bibendum eu feugiat ornare, faucibus eu mi. Nunc aliquet tempus sem, id aliquam diam varius ac. Maecenas nisl nunc, molestie vitae eleifend vel, iaculis sed magna. Aenean tempus lacus vitae orci posuere porttitor eget non felis. Donec lectus elit, aliquam nec eleifend sit amet, vestibulum sed nunc.
-
-
-
-
- Ajax example will not run from your local computer and requires a server to run.
-
-
- Photo Credit: Katie Harris
-
-
-
-
\ No newline at end of file
diff --git a/site_media/packages/jquery.fancybox-1.3.4/jquery-1.4.3.min.js b/site_media/packages/jquery.fancybox-1.3.4/jquery-1.4.3.min.js
deleted file mode 100644
index c941a5f7a9..0000000000
--- a/site_media/packages/jquery.fancybox-1.3.4/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=/