O:8:"stdClass":37:{s:12:"es_themename";s:23:"JQueryThumbnailScroller";s:8:"es_width";s:3:"600";s:9:"es_height";s:3:"450";s:12:"es_playvideo";s:1:"1";s:9:"es_repeat";s:1:"0";s:13:"es_fullscreen";s:1:"0";s:11:"es_autoplay";s:1:"0";s:10:"es_related";s:1:"0";s:16:"es_allowplaylist";s:1:"0";s:10:"es_bgcolor";s:0:"";s:11:"es_cssstyle";s:0:"";s:14:"es_navbarstyle";s:0:"";s:17:"es_thumbnailstyle";s:39:"text-align:center;margin:0px;padding:0;";s:16:"es_listnamestyle";s:1:"1";s:13:"es_descrstyle";s:77:"overflow-y: scroll; overflow-x: hidden; max-height: 200px;margin-bottom:10px;";s:11:"es_colorone";s:0:"";s:11:"es_colortwo";s:0:"";s:9:"es_border";s:1:"0";s:18:"es_openinnewwindow";s:1:"4";s:6:"es_rel";s:0:"";s:12:"es_hrefaddon";s:0:"";s:14:"es_customlimit";s:1:"0";s:11:"es_controls";s:1:"1";s:16:"es_youtubeparams";s:0:"";s:11:"es_useglass";s:1:"0";s:12:"es_logocover";s:0:"";s:15:"es_customlayout";s:3607:"<div style="border:5px solid #ddd; margin:0; background:#fff; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;width:[width]px;">
[videoplayer]
</div>
<p>[videotitle]</p>
<div id="tS2" class="jThumbnailScroller">
	<div class="jTscrollerContainer">
		<div class="jTscroller">
[thumbnails]
		</div>
	</div>
	<a href="#" class="jTscrollerPrevButton"></a>
	<a href="#" class="jTscrollerNextButton"></a>
</div>




<!-- thumbnail scroller markup end -->
<script>
/* jQuery.noConflict() for using the plugin along with other libraries. 
   You can remove it if you won't use other libraries (e.g. prototype, scriptaculous etc.) or 
   if you include jQuery before other libraries in yourdocument's head tag. 
   [more info: http://docs.jquery.com/Using_jQuery_with_Other_Libraries] */
jQuery.noConflict(); 
/* calling thumbnailScroller function with options as parameters */
(function($){
window.onload=function(){ 
	/* selector can be id, class, tag name etc. */
	$("#tS1").thumbnailScroller({ 
		/* scroller type based on mouse interaction 
		values: "hoverPrecise", "hoverAccelerate", "clickButtons" 
		default: "hoverPrecise" */
		scrollerType:"hoverAccelerate", 
		/* scroller orientation 
		values: "horizontal", "vertical" 
		default: "horizontal" */
		scrollerOrientation:"horizontal", 
		/* scroll easing type only for "hoverPrecise" scrollers
		available values here: http://jqueryui.com/demos/effect/easing.html 
		default: "easeOutCirc" */
		scrollEasing:"easeOutCirc", 
		/* scroll easing amount only for "hoverPrecise" and "clickButtons" scrollers (0 for no easing) 
		values: milliseconds 
		default: 800 */
		scrollEasingAmount:800, 
		/* acceleration value only for "hoverAccelerate" scrollers 
		values: integer 
		default: 2 */
		acceleration:4, 
		/* scrolling speed only for "clickButtons" scrollers 
		values: milliseconds 
		default: 600 */
		scrollSpeed:800, 
		/* scroller null scrolling area only for "hoverAccelerate" scrollers 
		0 being the absolute center of the scroller
		values: pixels 
		default: 0 */
		noScrollCenterSpace:10, 
		/* initial auto-scrolling 
		0 equals no auto-scrolling 
		values: amount of auto-scrolling loops (integer) 
		default: 0 */
		autoScrolling:0, 
		/* initial auto-scrolling speed 
		values: milliseconds 
		default: 8000 */
		autoScrollingSpeed:2000, 
		/* initial auto-scrolling easing type 
		available values here: http://jqueryui.com/demos/effect/easing.html 
		default: "easeInOutQuad" */
		autoScrollingEasing:"easeInOutQuad", 
		/* initial auto-scrolling delay for each loop 
		values: milliseconds 
		default: 2500 */
		autoScrollingDelay:500 
	});
	$("#tS2").thumbnailScroller({ 
		scrollerType:"clickButtons", 
		scrollerOrientation:"horizontal", 
		scrollSpeed:2, 
		scrollEasing:"easeOutCirc", 
		scrollEasingAmount:600, 
		acceleration:4, 
		scrollSpeed:800, 
		noScrollCenterSpace:10, 
		autoScrolling:0, 
		autoScrollingSpeed:2000, 
		autoScrollingEasing:"easeInOutQuad", 
		autoScrollingDelay:500 
	});
	$("#tS3").thumbnailScroller({ 
		scrollerType:"hoverPrecise", 
		scrollerOrientation:"vertical", 
		scrollSpeed:2, 
		scrollEasing:"easeOutCirc", 
		scrollEasingAmount:800, 
		acceleration:4, 
		scrollSpeed:800, 
		noScrollCenterSpace:10, 
		autoScrolling:0, 
		autoScrollingSpeed:2000, 
		autoScrollingEasing:"easeInOutQuad", 
		autoScrollingDelay:500 
	});
}
})(jQuery);
</script>
<!-- thumbnailScroller script -->
<script src="images/jquery_thumbnail_scroller/jquery.thumbnailScroller.js"></script>";s:18:"es_prepareheadtags";s:1:"1";s:13:"es_muteonplay";s:1:"0";s:9:"es_volume";s:1:"0";s:10:"es_orderby";s:8:"ordering";s:18:"es_customnavlayout";s:88:"<a href="[link]"><img src="[imageurl]" height="100" alt="[title]" title="[title]" /></a>";s:13:"es_responsive";s:1:"0";s:14:"es_mediafolder";s:25:"jquery_thumbnail_scroller";s:13:"es_headscript";s:600:"<style>
.jThumbnailScroller{position:relative; width:[width]px; height:122px; margin:0px auto 0 auto; border:5px solid #eee; background:#bbb; padding:0; overflow:hidden; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
</style>

<!-- thumbnail scroller stylesheet -->
<link href="[mediafolder]/jquery.thumbnailScroller.css" rel="stylesheet" />
<!-- jquery -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
<!-- jquery ui custom build (for animation easing) -->
<script src="[mediafolder]/jquery-ui-1.8.13.custom.min.js"></script>";s:11:"es_nocookie";s:1:"0";s:18:"es_changepagetitle";s:1:"0";}