/*
This file is part of IK Facebook.

IK Facebook 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 3 of the License, or
(at your option) any later version.

IK Facebook 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 IK Facebook.  If not, see <http://www.gnu.org/licenses/>.
*/

.ik_fb_gallery_standard{
	display: block;
    overflow: hidden;
}

.ik_fb_gallery_standard_title{
	display: block;
}

.ik_fb_gallery_item{
	background-color: #EEEEEE;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin: 0 8px 8px 0;
    padding: 10px !important;
}

img.ik_fb_standard_image{
	margin: 0 0 8px;
}

p.ik_fb_standard_image_name {
    font-size: 12px !important;
    line-height: 1.5em !important;
    width: auto !important;
}

.ik_fb_gallery_2048x1152{
	height: 2048px;
	width: 1152px;
}

.ik_fb_gallery_960x540{
	height: 960px;
	width: 540px;
}

.ik_fb_gallery_720x405{
	height: 720px;
	width: 405px;
}

.ik_fb_gallery_600x337{
	height: 600px;
	width: 337px;
}

.ik_fb_gallery_480x270{
	height: 480px;
	width: 270px;
}

.ik_fb_gallery_320x180{
	height: 320px;
	width: 180px;
}

.ik_fb_gallery_130x73{
	height: 130px;
	width: 73px;
}