﻿		$(document).ready(function(){
		
			$(".posters").colorbox({width:"865px", height:"795px", iframe:true});
			$(".teaser").colorbox({width:"850px", inline:true, href:"#teaser"});
		
			$("a[rel='posters']").colorbox();
		
		});
