/*------------------------------------------------------------------------
# com_jofacebookgallery - JO Facebook Gallery Component for Joomla 1.6, 1.7, 2.5, 3.x
# ------------------------------------------------------------------------
# author: http://www.joomcore.com
# copyright Copyright (C) 2011 Joomcore.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.joomcore.com
# Technical Support:  Forum - http://www.joomcore.com/Support
-------------------------------------------------------------------------*/

#jofacebookgallery {
    color: #8D8D8D;
    font: 12px Arial;
    float: left;
    width: 100%;
}

#jofacebookgallery div.jofacebookgallery-title {
    border-bottom: 1px solid #DDDDDD;
    font: bold 18px Arial;
    margin-bottom: 5px;
    padding-bottom: 5px;
    float: left;
	width: 100%;
}

#jofacebookgallery div.jofacebookgallery-header-return {
    background: url("images/jo_light_item_return_icon.png") no-repeat scroll left center transparent;
    float: right;
    padding: 5px 0 5px 20px;
}

#jofacebookgallery div.jofacebookgallery-header {
    margin-bottom: 7px;
    overflow: hidden;
	float: left;
	width: 100%;
}

.jo-facebookalbum,
.jo-facebookimages{
	clear: both;
}
#jofacebookgallery div.jofacebookgallery-header-total {
    float: left;
}


#jofacebookgallery div.jofacebookgallery-stats-date {
    background: url("images/jo_light_item_date_icon.png") no-repeat scroll 0 4px transparent;
    float: left;
    padding: 5px 0 5px 20px;
}

#jofacebookgallery div.jofacebookgallery-header-return a {
    color: #707070;
    text-decoration: underline;
}

#loadmore_img{
   text-align: center;
}
.loadmore_button{
    display: inline-block;
    background: url("images/loadmore.png") no-repeat center center #eee;
    line-height: 1;
    width: 40px;
    height: 40px;    
    padding: 30px;
    border-radius: 50px;
    cursor: pointer;
}
.loadmore_button:hover{
    background: url("images/loadmore.png") no-repeat center center #ccc;    
}
.breadcrumb{
    float: left;
    width: 100%;
}