var Tscr_LOOK1 = {
	// scroller box size: [width, height]
	'size' : [285, 115],
	// a length of a gap between two neighboring items, pixels
	'distance' : 18,
	'item_w' : 275,
	's_i':'TScrItem1',
	's_b':'TScrBody1',
	// for on-demand mode: image for scrolling items backward 
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	 // 'up': [257, 96, 16, 16, 'tigris_scroller/adn.gif', 'tigris_scroller/adn.gif'],
	  'up': [259, 96, 16, 16, 'tigris_scroller/adn.gif', 'tigris_scroller/adn_on.gif'],

	// for on-demand mode: image for scrolling items forward 
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
 	// 'dn': [257, 4, 16, 16, 'tigris_scroller/aup.gif', 'tigris_scroller/aup.gif']
 	 'dn': [259, 4, 16, 16, 'tigris_scroller/aup.gif', 'tigris_scroller/aup_on.gif']

},

Tscr_BEHAVE1 = {
	// if scrolling mode is auto (true / false); 
	'auto'  : false, 
	// if scrolling direction is vertical (true / false, false means horisontal)
	'vertical' : true, 
	// scrolling speed, pixels per 50 miliseconds;
	// for auto mode use negative value to reverse scrolling direction
	'speed' : 2,
	'interval' : 50,
	'zindex':1,
	// buttons visible on mouse over - true, always visible - false
	'hide_buttons' : false
}

// a data to build scroll window content
Tscr_ITEMS1 = [


{
	// file to get content for item from; if is set 'content' property doesn't matter
	// only body of HTML document is taken to become scroller item content
	// note: external files require time for loading 
	// it is RECOMMENDED to use content property to speed loading up
	// doesn't work in Opera
	'file' : '../content/news/featured_links.asp',
	// string to be displayed as item content, 
	// is RECOMMENDED to be used as an alternative to 'file' property
	//'content' : '<center><b>Tigra Scroller PRO Advantages</b></center>',
	// pause duration when item top gets top of the scroller box, seconds
	// ignored in on-demand mode while scrolling forward
	'pause_b' : 0.5,
	// pause duration when item top gets top of the scroller box, seconds
	// ignored in on-demand mode while scrolling forward
	'pause_a' : 0
	//'transition': 'revealTrans(TRANSITION=9,DURATION=2)'
	//progid:DXImageTransform.Microsoft.Fade(DURATION=5)

},


];
