/*
	XTC Users Wall 
	
	version 1.0
	
	Copyright (C) Monev Software LLC.
	
	All Rights Reserved.
	
	THIS PROGRAM IS NOT FREE SOFTWARE
	
	You shall not modify, copy, duplicate, reproduce, sell, license or
	sublicense the Software, or transfer or convey the Software or
	any right in the Software to anyone else without the prior
	written consent of Developer; provided that Licensee may make
	one copy of the Software for backup or archival purposes.
	
	Monev Software LLC
	www.themextc.com
*/

div.wxtc-userswall-user{
  padding:3px;
  margin:3px;
  text-align:center;
}
.wxtc_users_wall_widget div.wxtc-userswall-user img{
  border:3px solid #999;
}
.wxtc_users_wall_widget span.prev, div.wxtc_users_wall_widget span.next{
  cursor:pointer;  
}

ul.pages{
  overflow:auto;
  list-style:none;
}

ul.pages li.pag{
  float:left;
  padding:5px;
  margin:0px 0px 0px 7px;
  cursor:pointer;
} 

.buttons{
  margin:8px 0px 0px 0px;
  background-color:#EEE;
}

span.prev, span.next{
  cursor:pointer;  
}

/*
 * Users Wall Pop Up
 */
.xtc_popup{
  cursor:pointer;
}
.xtc_popup .pop{
  display:none;
}

.xtcpopup{
  padding:16px;
  border:8px solid #d1d1d1;
  background:#f1f1f1;
  z-index:9999999;
}

.xtcpopupclose{
  position:absolute;
  top:-20px;
  right:0px;
  width:20px;
  padding:7px 5px;
  text-indent:-9999px;
  color:#FFFFFF;
  background:url('closebox.png') no-repeat;
  cursor:pointer;
}

.xtcpopupdrag{
  position:absolute;
  top:-20px;
  right:40px;
  width:20px;
  padding:7px 5px;
  text-indent:-9999px;
  color:#FFFFFF;
  background:url('movebox.png') no-repeat;
  cursor:pointer;
}

/*
 * Users Wall Complement: Slidebox CSS
 */
div.xtc_slidebox{position:relative;}
div.slidepanel{position:absolute;}

/*
 * Users Wall Complement: Tooltips CSS
 */
div.xtc_tooltip div.tip{
  visibility:hidden;
  color:#EEE;
  background:#333;
}