var touts = new Array('/images/1.jpg','/images/2.jpg','/images/3.jpg','/images/4.jpg','/images/5.jpg');
var toutlinks = new Array('http://www.edwardjamesolmos.com','http://www.battlestarprops.com','http://www.universalhidef.com/','http://www.battlestargalacticadvd.com/game/index.html','http://www.kewlbox.com/games/GameDetail.aspx?gameID=279');
var tout_image_description = new Array('Olmos Productions','Battlestar Galactica Prop Auction','Learn More About The Blu-Ray Hi-Def Experience','Play Battlestat Galactica Battleship','Play Battlestar Galactica Raptor\'s Revenge');

if(IsThisBrowserIE6())
{
ieExtraSpace = 4;
t_increment = 220;
}
else
{
ieExtraSpace = 0;
t_increment = 220;
}



var tout_output ='<div class="toutprev"><img src="images/btn_arrow-videoscrollleft.gif"></div><div id="scroll_container"  style="width: 881px;"><div id="scroll_box">';
for (var inc=0;inc<touts.length;inc++)
{ 	
	tout_output+='<div class="scroll_item"><a href="'+toutlinks[inc]+'" target="_blank"><img border="0" src="'+touts[inc]+'" alt="'+tout_image_description[inc]+'"></a></div>'
}
 tout_output +='</div></div><div class="toutnext"><img src="images/btn_arrow-videoscrollright.gif"></div>';
document.write(tout_output);


if($('#scroll_container .scroll_item').length < 5 )
	{
		 $('.toutnext').hide();
		 $('.toutprev').hide();
$('#scroll_container').css("width","948px");
}

$('.toutnext').click(function () { 

	$('#scroll_container').scrollTo('+='+t_increment+'px', 1000,{axis:'x'} );
	    
});
	
$('.toutprev').click(function () { 
	
	$('#scroll_container').scrollTo('-='+t_increment+'px', 1000,{axis:'x'} );

});



$('#scroll_box').width(($('#scroll_container #scroll_box .scroll_item').length*t_increment)+ieExtraSpace);
$('#scroll_box').css('margin','auto');
$('#scroll_box .scroll_item a > img ').reflect({'height':'0.8'});
$('#scroll_container').css("margin","auto");