// JavaScript Document
// custom.js for tvadvertising.co.uk


$(function() {
	
$('div.frontpage-rounded-box').each(function() {
	$(this).corner("top");
});

$('div.frontpage-left').each(function() {
	$(this).corner();
});

$('div.frontpage-right').each(function() {
	$(this).corner();
});

$('div.frontpage-banner-rounded-box-top').each(function() {
	$(this).corner("top");
});

$('div.frontpage-banner-rounded-box-bottom').each(function() {
	$(this).corner("bottom");
});

$('div.rounded-box').each(function() {
	$(this).corner();
});

$('div.index-text-box').each(function() {
	$(this).corner();
});

$('div.index-text-box-right').each(function() {
	$(this).corner();
});

$('div.article-rounded-box-top').each(function() {
	$(this).corner("top");
});

$('div.article-rounded-box').each(function() {
	$(this).corner("");
});

$('div.right-rounded-box').each(function() {
	$(this).corner("top");
});

$('.wrap').hover(function() {
            $(this).children('.front').stop().animate({ "top" : '300px'}, 700);   
        }, function() {
            $(this).children('.front').stop().animate({ "top" : '0'}, 400);       
        });

});

$(function() {
				$("div#s3slider").s3Slider({
					timeOut: 15000
				});
});
			
	



  

