/**
* @author administrator
*/
var arrSeq = [
	{url : "swf/images/Little_Mr__Independent_by_girltripped.jpg", type : "fadeIn", duration : 1000},
	{type : "wait", duration : 5000},
	{url : "swf/images/Having_Fun_by_therush729.jpg", type : "fadeInFadeOut", duration : 2000},
	{type : "wait", duration : 5000},
	{url : "swf/images/HoodRyde_3_by_hakanphotography.jpg", type : "fadeInFadeOut", duration : 2000},
	{type : "wait", duration : 5000},
	{type : "fadeOut", duration : 1000}
];

var objtxt = [
	{
		type: 'text',
		size: 55,
		font: 'din', 
		text: 'dummy text',
		x: 10, 
		y: 10, 
		width: 400,
		fontColor: '#666666'
	}
];

var coords = {
	top: 120,
	left: 375,
	width: 475,
	arrow: 10
}
