// Manhattan College - School of Business - 12
var Tscr_LOOK12 = {
	// scroller box size: [width, height]
	'size' : [760, 100],
	// a length of a gap between two neighboring items, pixels
	'distance' : 0,
	's_i':'TScrItem7',
	's_b':'TScrBody7',
	// image for 'pause' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'pa' : [715, 80, 16, 16,'/scroller/tsp_files/mc_pause.gif','/scroller/tsp_files/mc_pause.gif'],
	// image for 'resume' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	're' : [715, 80, 16, 16,'/scroller/tsp_files/mc_resume.gif','/scroller/tsp_files/mc_resume.gif'],
	// image for 'next item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	'nx' : [-720, -95, 0, 0,,'/scroller/tsp_files/mnxt.gif'],
	// image for 'previous item' control (autoscroll mode only)
	// [left, top, width, height, sorce_file, mouseover_sorce_file]
	 'pr' : [-720, -95, 0, 0,,'/scroller/tsp_files/mprv.gif']
},
Tscr_BEHAVE12 = {
	// if scrolling mode is auto (true / false); 
	'auto'  : true,
	// if scrolling direction is vertical (true / false, false means horisontal)
	'vertical' : false,
	// scrolling speed, pixels per interval;
	// for auto mode use negative value for speed key to reverse scrolling direction
	//'speed' : 1, initial MC - speed up per L. Gray 060305
	'speed' : 1,
	//'interval' : 130,
	//'interval' : 100, initial MC - speed up per L. Gray 060305
	'interval' : 50,
	// buttons visible on mouse over - true, always visible - false
	'hide_buttons' : false,
	'zindex':0
}

// a data to build scroll window content
Tscr_ITEMS12 = [

	{
	'file' : '',
	// direct content
	'content' : '<img src="/assets/images/academics/sobusiness/pix_for_scroller_100.jpg" width="2090" height="100" border="0">',
	'pause_b' : 0,
	'pause_a' : 0
//	'pause_a' : 0,
//	'transition': 'revealTrans(TRANSITION=5,DURATION=0.5)'

}
];