/* CSS Document */

#promoimages {
	position:absolute;
	left:7px;
	right:0px;
	top:3px;
	width:20000em;
	height:375px;
}

div#promoimg img {
	position:relative;
	top:0px;
	right:0px;
	border:none;
}

div#promoimg {
	background:#000;
}

div#promoimg .promopic {
	position:relative;
	/*border-bottom:1px solid #222; 
	border-right:1px solid #222;*/
}

div#promo-tl { position:absolute; top:7px; left:7px; width:11px; height:11px; background:url('images/gallerymask-tl.png') top left no-repeat;}
div#promo-tr { position:absolute; top:7px; right:8px; width:11px; height:11px; background:url('images/gallerymask-tr.png') top left no-repeat; }
div#promo-bl { position:absolute; bottom:8px; left:7px; width:11px; height:11px; background:url('images/gallerymask-bl.png') top left no-repeat;}
div#promo-br { position:absolute; bottom:8px; right:8px; width:11px; height:11px; background:url('images/gallerymask-br.png') top left no-repeat; }


div#promo-t { position:absolute; top:0px; left:7px; width:777px; height:7px; background:url('images/gallerymask-t.png') top left no-repeat;}
div#promo-l { position:absolute; top:0px; left:0px; width:7px; height:377px; background:url('images/gallerymask-l.png') top left no-repeat; }
div#promo-r { position:absolute; top:0px; right:0px; width:8px; height:377px; background:url('images/gallerymask-r.png') top left no-repeat;}
div#promo-b { position:absolute; bottom:0px; left:7px; width:777px; height:8px; background:url('images/gallerymask-b.png') top left no-repeat; }

