$(document).ready(function() {  

	$('#tweetwall').twitterSearch({ 
		term:   'mondayHH+OR+CoreMedia_news+OR+espirit_news', 
		// no fade 
		animOut: { opacity: 1 }, 
		avatar:  true, 
		anchors: true, 
		bird:    false, 
		pause:   true, 
		title: 'Tweetwall',
		time:    true, 
		timeout: 3500,
		css: {  
			a: { textDecoration: 'none', color: '#00756B', fontFamily: 'FreightTextBook,Georgia,serif', fontSize: '16px' },
			loading: { padding: '0', textAlign: 'left', color: '#000', fontFamily: 'FreightTextBook,Georgia,serif', fontSize: '21px' },
			img: { width: '30px', height: '30px' },
			title: { backgroundColor: '#00756B', float: 'left', height: '15px', margin: '0 0 10px', padding: '10px', width: '200px', textAlign: 'left'},
			container: { overflow: 'hidden', backgroundColor: '#fff', height: '100%', padding: '0 10px'},
			tweet: { padding: '0 0 10px 0', clear: 'left' },
			frame: { border: '1px solid transparent', height: '200px', borderRadius: '0'},
			text:  { fontFamily: 'FreightTextBook,Georgia,serif', fontSize: '16px' }
		} 
	});
			
	    
    $('.teaserbox').css('background-color','#fff');
    $('#topright .teaserboxcontent').css('margin-top','35px');
    $('#topleft .teaserboxcontent').css('margin-top','35px');   
	$('#middlecenter .teaserboxcontent').css('margin-top','35px');   
	
	$('#topright .teaserbox .teaserboxheader').click(function() {
        $('#topright .teaserbox').cycle('next');
    });
    $('#topright .teaserbox').cycle({
        fx:     'scrollRight', 
        easing: 'easeInOutBack', 
        timeout: 0, //14000,
        slideExpr: '.teaserboxcontent'
    });  
	
	$('#topleft .teaserbox .teaserboxheader').click(function() {
        $('#topleft .teaserbox').cycle('next');
    });
    $('#topleft .teaserbox').cycle({
        fx:     'scrollRight', 
        easing: 'easeInOutBack', 
        timeout: 0, //10000,
        slideExpr: '.teaserboxcontent'
    });  
	
	$('#middlecenter .teaserbox .teaserboxheader').click(function() {
        $('#middlecenter .teaserbox').cycle('next');
    });
    $('#middlecenter .teaserbox').cycle({
        fx:     'scrollRight', 
        easing: 'easeInOutBack', 
        timeout: 0, //6000,
        slideExpr: '.teaserboxcontent'
    });  
});
