/*------------------------------------------------------------------------
# "Hot Photo Gallery" WordPress plugin
# Copyright (C) 2011 Hot WordPress Themes. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotWPTemplates.com
# Website: http://www.hotwptemplates.com
-------------------------------------------------------------------------*/

.clear { clear:both; }
#gallery img { margin:0px 20px 20px 0px; padding:5px; border:1px solid #ffd441; display:block; float:left; }
#gallery img:hover { border-color:#e29f08; }

.gallery_container a { color:#3b5998; }
.gallery_container a:link, .gallery_container a:visited { text-decoration:underline; }
.gallery_container a:hover, .gallery_container a:active { text-decoration:none; }
a img { border:0; }
		
