

.nw {
	background:		url('images/gui/ui_nw.jpg') no-repeat;
	width: 		345px;
	height:		105px;
}

.ne {
	background: 	url('images/gui/ui_ne_c.jpg') repeat-x;
}

.ne_w {
	background: 	url('images/gui/ui_ne_w.jpg') no-repeat;
	width:		25px;
	height:		105px;
}	

.ne_e {
	background: 	url('images/gui/ui_ne_e.jpg') 100% 0% no-repeat;
	width: 		25px;
	height: 		105px;

}

.s_nw{
	background: 	url('images/gui/ui_s_nw.jpg') 0% 0% no-repeat;
	width: 		100%
}

.s_n{
	background: 	url('images/gui/ui_s_n.jpg') 0% 0% repeat-x;
	width: 		100%
}

.s_ne{
	background: 	url('images/gui/ui_s_ne.jpg') 100% 0% no-repeat;
	width: 		100%
}

.s_e{
	background: 	url('images/gui/ui_s_e.jpg') 100% 0% repeat-y;
	width: 		100%
}

.s_se{
	background: 	url('images/gui/ui_s_se.jpg') 100% 100% no-repeat;
	width: 		100%
}

.s_s{
  	background: 	url('images/gui/ui_s_s.jpg') 0% 100% repeat-x;
   	width: 		100%
	height: 		115px;
}

.s_sw{
   	background: 	url('images/gui/ui_s_sw.jpg') 0% 100% no-repeat;
   	width: 		100%   
   	height: 		100px;
}

.s_w{
   	background: 	url('images/gui/ui_s_w.jpg') 0% 0% repeat-y;
   	width: 		100%
}

.s_c{
   	background: 	url('images/gui/ui_s_c.jpg');
   	width: 		100%
   	width: 		100px;
}

