/**
File Name: gallery.css
Plugin Name: ajaxGallery
Plugin URI: http://www.laciudadx.com/trabajos/ajaxgallery
Description: Ajax + Picasa + Thickbox
Author: Sergio Ceron Figueroa
Version: 1.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{
	font-family:Trebuchet MS,Verdana, Arial;
	font-size:12px;
	color:#000;
	/*text-align:center;*/
}

#container h3.albumTitle {
	font:bold 16px arial,verdana,sans-serif;
	color:#ffffff;
	text-align: center;
	margin:5px 0px 5px 0px;
}

#container img{
	border:1px solid #C10D20;
	cursor:pointer;
}

#container table {
	margin-left:auto;
	margin-right:auto;
}

#container table td{
	padding:10px;
	text-align:center;
	vertical-align:bottom;
}

#container .pagination{
	/*border: 1px solid #ddd;
	background-color:#eee;*/
	text-align:center;
	margin:10px 0px 0px 0px;
}

#container .pagination a:hover{
	color:#000;
}

#container .wp_title, #container .wp_title a {
	font: normal 12px arial,verdana,sans-serif;
	color:#000000;
}

#container .wp_date{
	color:#aaa;
	font-size:11px;
}

#container table{
	font-size:12px;
}

#container .pag{
	color:#ffffff;
	background-color:#C10D20;
	cursor:pointer;
	display:inline;
	margin:10px 5px 0px 5px;
	padding-right:4px;
	padding-left:4px;
}

#container .pagsel{
	color:#036;
	font-weight:bolder;
	background-color:#fff;
	display:inline;
	padding-right:4px;
	padding-left:4px;
	margin:10px 5px 0px 5px;
}


#container .linkw{
	cursor:pointer;
}

#container .linkAlbums {
	display: block;
	text-align: center;
	font: normal 14px arial,verdana,sans-serif;
	color:#000000;
	margin:10px 0px 50px 0px;
}
