div.fancy_bg_n {
 width: 50%; 
 height: 50%;
 background: url('//www.15min.lt/img/funcy/shadow.gif') no-repeat left top !important;
 position: absolute; 
 top: 0px;
 left: 0px;
 padding: 50px 0 0 50px; 
 margin: -50px 0 0 -50px;
}

div.fancy_bg_e {
 width: 50%; 
 height: 50%; 
 background: url('//www.15min.lt/img/funcy/shadow.gif') no-repeat right top !important;
 position: absolute; 
 top: 0px; 
 left: 50%; 
 padding: 50px 0 0 50px; 
 margin: -50px -50px 0 0;
}

div.fancy_bg_s {
 width: 50%; 
 height: 56%; 
 background: url('//www.15min.lt/img/funcy/shadow.gif') no-repeat right bottom !important;
 position: absolute; 
 top: 50%;
 left: 50%;
 padding: 0 50px 50px 0; 
 margin: 0 -50px -50px 0;
}


div.fancy_bg_w {
 width: 50%; 
 height: 56%;
 background: url('//www.15min.lt/img/funcy/shadow.gif') no-repeat left bottom !important;
 position: absolute; 
 top: 50%; 
 left: 0px; 
 padding: 0 0 50px 50px; 
 margin: 0 0 -50px -50px;
}

div#fancy_close {
	background: url('//www.15min.lt/img/funcy/fancy_closebox.gif');
}
