/**
* @package		Joomla
* @subpackage	com_imagebrowser
* @copyright	Copyright (C) 2008 E-NOISE.COM LIMITED. All rights reserved.
* @license		GNU/GPL.
* @author 		Luis Montero [e-noise.com]
* @version 		0.1.6
* Joomla! and com_imagebrowser are free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed they include or
* are derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
*/

@charset "utf-8";

div.thumbnail {
float:left;
margin:0px 8px 12px 0px;
padding:3px;
vertical-align:middle;
border:1px solid #efefef;
}
div.imagebrowser_breadcrumbs {
padding-bottom:10px;
}
div.imagebrowser_wrap {
overflow:hidden;
width:100%;
text-align:left;
}
ul.dir {
margin:0;
padding:0;
}
ul.dir li {
list-style-type:none;
}
ul.dir li a:link,
ul.dir li a:active,
ul.dir li a:visited {
font-weight:bold;
text-decoration:none;
}
ul.dir li a:hover {
text-decoration:underline;
}
div.imagebrowser_description {
padding-bottom:10px;
}
