$(document).ready(function(){
	/*Navigation*/
	secondNav = $(".sc_nav_second");
	secondCol = $(".sc_link_second .col");
	secondLink = $(".sc_link_second");
		
	sc_init_nav();

	$(".first_link").bind('mouseover', sc_nav_con);
	$(".first_link").bind('mouseout', sc_nav_timer);

	$(".sc_nav_second, .sc_link_second").bind('mouseover', sc_nav_canceltimer);
	$(".sc_nav_second, .sc_link_second").bind('mouseout', sc_nav_timer);

	/*News*/
	sc_news_init();
	sc_news_timer();

	$('.sc_news_preview').bind('mouseover', sc_news_stop);
	$('.sc_news_preview').bind('mouseout', sc_news_timer);	

	$('.sc_news_preview_slite img').bind('mouseover', sc_news_change);

	$('.news-single-img a').lightBox();
	/* Video */
	/* Video-Plugin */
	$thumb = $('.tx-youtubeapi-thumb img');
	$video = $('tx-youtubeapi-vid');
	$thumbURL = $(this).parent().attr('href');

	$thumb.bind('click', sc_vid_show);
	$thumb.bind('mouseover', sc_vid_down);
	$thumb.bind('mouseout', sc_vid_norm);
});
