﻿.Girl {
	background-image: url('../media/images-menu/female-blur-more.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 154px;
	height: 100px;
	background-color: #000000;
	padding-top: 23px;
   }
.Boy {
	background-position: center;
	width: 154px;
	background-image: url('../media/images-menu/male-blur-more.gif');
	height: 100px;
	background-repeat: no-repeat;
	background-color: #000000;
	padding-top: 23px;
   }
.Shemale {
	background-position: center;
	width: 154px;
	background-image: url('../media/images-menu/shemale-blur-more.gif');
	background-color: #000000;
	background-repeat: no-repeat;
	height: 100px;
	padding-top: 23px;
    }
.Casting {
	width: 154px;
	background-image: url('../media/images-menu/casting-blur-more.gif');
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
	padding-top: 23px;
    }
.Chat {
	width: 154px;
	background-image: url('../media/images-menu/chat-blur-more.gif');
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
	padding-top: 23px;
    }
.Lesbian {
	width: 154px;
	background-image: url('../media/images-menu/lesbian-blur-more.gif');
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
	padding-top: 23px;
    }
.Gay {
	width: 154px;
	background-image: url('../media/images-menu/gay-blur-more.gif');
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
	padding-top: 23px;
    }
.Hide {
	filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity:0.6;
}
.opacity {
	border-style: solid;
	border-width: 0;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
}

