93
| <![CDATA[<script type="text/javascript">
jQuery(document).ready(function() {
if (jQuery.fn.cssOriginal!=undefined)
jQuery.fn.css = jQuery.fn.cssOriginal;
var api = jQuery('.fullwidthbanner').revolution({
startwidth:1060,
startheight: 400,
onHoverStop:"off", // Stop Banner Timet at Hover on Slide on/off
hideThumbs: 200,
navigationType:"none", // bullet, thumb, none
navigationArrows:"solo",
navigationHAlign:"right", // Vertical Align top,center,bottom
navigationVAlign:"bottom", // Horizontal Align left,center,right
navigationHOffset:10,
navigationVOffset:10,
touchenabled:"on", // Enable Swipe Function : on/off
fullWidth:"on",
shadow:0 //0 = no Shadow, 1,2,3 = 3 Different Art of Shadows - (No Shadow in Fullwidth Version !)
});
});
</script>]]>
|