<?php $__env->startSection('content'); ?>
	<?php echo $__env->make('residential.inc.slider', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
	<br><hr>
		<h1 style="text-align: center;">More Content Could Go Here!</h1>
	<hr><br>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('scripts'); ?>
	<!-- Slider Options -->
    <script type="text/javascript">
        var revapi;
        jQuery(document).ready(function() {

            revapi = jQuery('.tp-banner').revolution({
                delay: 10000,
                startwidth: 1170,
                startheight: 500,
                hideThumbs: 10,
                fullScreen: "off",
                fullScreenAlignForce: "off",
                fullScreenOffsetContainer: ".navigation-menu"
            });

            revapi = jQuery('.tp-banner-two').revolution({
                delay: 10000,
                startwidth: 1200,
                startheight: 356,

                hideThumbs: 200,

                thumbWidth: 100,
                thumbHeight: 50,
                thumbAmount: 3,

                navigationType: "none", // use none, bullet or thumb

                soloArrowLeftHalign: "left", // left,center,right
                soloArrowLeftValign: "center", // top,center,bottom
                soloArrowLeftHOffset: 0, // offset position from aligned position
                soloArrowLeftVOffset: 0, // offset position from aligned position

                soloArrowRightHalign: "right", // left,center,right
                soloArrowRightValign: "center", // top,center,bottom
                soloArrowRightHOffset: 0, // offset position from aligned position
                soloArrowRightVOffset: 0, // offset position from aligned position

                touchenabled: "on",
                onHoverStop: "on"
            });
        }); //ready
    </script>
	
<?php $__env->stopSection(); ?>
<?php echo $__env->make('residential.template', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>