--------------------------------------------------
News slide center panel
PHP-Fusion v7.0 --->
Author: Domi
Web: http://www.venue.nu
--------------------------------------------------

DESCRIPTION
-----------
A animated center panel to show news.

USAGE
-----
Admin:
1. Upload files to your infusions folder.
2. Go to Administration > System admin, panels and select Add new panel, the panel should be in your dropplist.
3. Select the panel you wanto use and have it as center panel or side panel
4. Enable the panel !


Modifications
------------
If you need to make it wider, higher or any size changes open easyslider.css

find these 3 lines

	width:490px;
	height:100px;
	left:500px;

Makesure you keep the ratios , if you add 50 to firstline also add 50 to left.
The height can be any but probably not smaller if you dont use very small news images.
This will also require modifications to news_slider_center_panel.php

Manual include can be done by pasteing this line after header includes like :
require_once "maincore.php";
require_once THEMES."templates/header.php";

include INFUSIONS."news_slide_center_panel/news_slide_center_panel.php";





