/**
File Name: gallery.css
Plugin Name: ajaxGallery
Plugin URI: http://www.laciudadx.com/trabajos/ajaxgallery
Description: Ajax + Picasa + Thickbox
Author: Sergio Ceron Figueroa
Version: 2.0
Author URI: http://www.laciudadx.com

Copyright (C) 2007 Sergio Ceron F. (http://laciudadx.com)
    
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/

#container_ajaxgallery{
	font-family:Trebuchet MS,Verdana, Arial;
	font-size:12px;
	font-color:#000;
}
#container_ajaxgallery img{
	border:1px solid #000;
	cursor:pointer;
}

#container_ajaxgallery table td{
	padding:10px;
	text-align:center;
	vertical-align:bottom;
}

#container_ajaxgallery .pagination a:hover{
	color:#000;
}

#container_ajaxgallery .wp_date{
	color:#aaa;
	font-size:11px;
}

#container_ajaxgallery table{
	font-size:12px;
}

#container_ajaxgallery .pag{
	font-color:#036;
	background-color:#eee;
	cursor:pointer;
	display:inline;
	padding-right:4px;
	padding-left:4px;
}

#container_ajaxgallery .pagsel{
	font-color:#036;
	font-weight:bolder;
	background-color:#fff;
	display:inline;
	padding-right:4px;
	padding-left:4px;
}

#container_ajaxgallery .pagination{
	border: 1px solid #ddd;
	background-color:#eee;
	text-align:center;
	cursor: pointer;
}
#container_ajaxgallery a{
	cursor: pointer;
}
#container_ajaxgallery .wp_img{
	cursor:pointer;
}
/* Loading */
#loading_ajaxgallery{
	display: none;
	float: center;
}