Strip Thumbs Panel related options

The options are devided between grid panel, and grid general options: jQuery(document).ready(function(){ jQuery("#gallery").unitegallery({ strippanel_padding_top:8, //space from top of the panel strippanel_padding_bottom:8, //space from bottom of the panel strippanel_padding_left: 0, //space from left of the panel strippanel_padding_right: 0, //space from right of the panel strippanel_enable_buttons: true, //enable buttons from the sides of the panel strippanel_buttons_skin: "", //skin of the buttons, if empty inherit from gallery skin strippanel_padding_buttons: 2, //padding between the buttons and the panel strippanel_buttons_role: "scroll_strip", //scroll_strip, advance_item - the role of the buttons strippanel_enable_handle: true, //enable grid handle strippanel_handle_align: "top", //top, middle, bottom , left, right, center - close handle tip align on the handle bar according panel orientation strippanel_handle_offset: 0, //offset of handle bar according the valign strippanel_handle_skin: "", //skin of the handle, if empty inherit from gallery skin strippanel_background_color:"" //background color of the strip wrapper, if not set, it will be taken from the css strip_vertical_type: false, strip_space_between_thumbs:6, //space between thumbs strip_thumb_touch_sensetivity:30, //from 1-100, 1 - most sensetive, 100 - most unsensetive strip_scroll_to_thumb_duration:500, //duration of scrolling to thumb strip_scroll_to_thumb_easing:"easeOut", //easing of scrolling to thumb animation strip_control_avia:true, //avia control - move the strip according strip moseover position strip_control_touch:true //touch control - move the strip by dragging it thumb_width:88, //thumb width thumb_height:50, //thumb height thumb_border_effect:true, //true, false - specify if the thumb has border thumb_border_width: 0, //thumb border width thumb_border_color: "#000000", //thumb border color thumb_over_border_width: 0, //thumb border width in mouseover state thumb_over_border_color: "#d9d9d9", //thumb border color in mouseover state thumb_selected_border_width: 1, //thumb width in selected state thumb_selected_border_color: "#d9d9d9", //thumb border color in selected state thumb_round_corners_radius:0, //thumb border radius thumb_color_overlay_effect: true, //true,false - thumb color overlay effect, release the overlay on mouseover and selected states thumb_overlay_color: "#000000", //thumb overlay color thumb_overlay_opacity: 0.4, //thumb overlay color opacity thumb_overlay_reverse:false, //true,false - reverse the overlay, will be shown on selected state only thumb_image_overlay_effect: false, //true,false - images overlay effect on normal state only thumb_image_overlay_type: "bw", //bw , blur, sepia - the type of image effect overlay, black and white, sepia and blur. thumb_transition_duration: 200, //thumb effect transition duration thumb_transition_easing: "easeOutQuad", //thumb effect transition easing thumb_show_loader:true, //show thumb loader while loading the thumb thumb_loader_type:"dark" //dark, light - thumb loader type }); });