@charset "windows-1255";
.oCenter{
	width:502px;
	height:285px;
	table-layout:fixed;
}
.oMan{
	width:460px;
	height:85px;
	text-align:right;
	background-image:url(../images/men.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	position:relative;
	top:0px;
	right:0px;
	cursor:pointer;
	padding-top:8px;
}
.oWoman{
	width:460px;
	height:85px;
	text-align:right;
	background-image:url(../images/women.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	position:relative;
	top:0px;
	right:0px;
	cursor:pointer;
	padding-top:8px;
}
.oChild{
	width:460px;
	height:85px;
	text-align:right;
	background-image:url(../images/kids.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	position:relative;
	top:0px;
	right:0px;
	cursor:pointer;
}