#management_nav{
	padding-left: 75px;
}
#management_nav li {
	display: inline;
	list-style-type: none;
}
#search_thumbs li {
	list-style-type: none;
}
#gal_holder {
	float: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* styles for the picture gallary follow */
ul#gallery {
	padding:0;
	margin:0;
	width:322px;
	height:288px;
	position:relative;
	background-color: #888;
	background-repeat: no-repeat;
	background-image: url(../Image/gal_bck.jpg);
	background-position: center center;

  }
#ul_basic_titles {
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}
#ul_basic_titles li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#ul_basic_info {
	list-style-type: none;
	margin: 0px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#ul_basic_info li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#gallery li {
  list-style-type:none; 
  width:64px; 
  height:48px; 
  float:left; 
  z-index:100;
  }
#gallery li.rgt {
  float:right; 
  clear:right;
  }
  #gallery li.lft {
	float:left;
	clear:left;
  }
#gallery a {
  position:relative; 
  width:64px; 
  height:48px; 
  display:block; 
  float:left; 
  z-index:100; 
  cursor:finger;
  }
#gallery a img {
  position:relative; 
  width:64px; 
  height:48px; 
  border:1px solid #FFFFFF; 
  z-index:100;
  }
#gallery a:hover {
	width:160px;
	height:120px;
	position:absolute;
	left:0;
	top:0;
	z-index:20;
	margin: 0px;
	padding-top: 85px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 80px;
  }
#gallery a:hover img {
  background:#eee; 
  position:relative; 
  width:160px; 
  height:120px; 
  border:0; 
  z-index:20;
  }
#gallery a:active, #gallery a:focus {
	background:transparent;
	width:320px;
	height:240px;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	padding-top: 48px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  }
#gallery a:active img, #gallery a:focus img {
  background:#eee; 
  position:relative; 
  width:320px; 
  height:240px; 
  border:0; 
  z-index:10;
  }

/* hack for Opera 7+ */
@media all and (min-width:0px){
#gallery a:hover {
  background:#888; 
  width:320px; 
  height:240px; 
  padding:48px 64px; 
  position:absolute; 
  left:0; 
  top:0; 
  z-index:10;
  }
#gallery a:hover img {
  background:#aaa; 
  position:relative; 
  width:320px; 
  height:240px; 
  border:0; 
  z-index:10;
  }
}
/* end of galary styles */
#profile_name, #profile_age, #profile_sex, #profile_location, #profile_birth, #profile_children, #profile_smoke, #send_message {
	width: 200px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#gal_lft {
	height: 288px;
}
#profile_intro, #profile_aboutme, #profile_perfect, #profile_looking, #profile_type {
	padding-bottom: 15px;
	padding-left: 20px;
}

