/**
 * @version		$Id: album.css 00001 2010-10-10 18:28:38Z Netq $
 * @package		Joomla
 * @subpackage	QGallery Pro
 * @author		NetQ Creative Software (service@netqcreative.com)
 * @link 		http://www.netqcreative.com
 * @copyright	Copyright (C) NetQ Creative Software http://www.netqcreative.com
 * @license		Commercial
 */
#social-gallery-container{
	width:auto;
	margin:auto;
}
#picture-list{
	width:100%;
}
#picture-list div.picture {
	width: auto;
	background: none;
	border:1px solid #cccccc;
	float:left;
	margin:5px;
}
#picture-list div.picture .inner {
	background:none;
	padding: 0px;
	border:5px solid #ffffff;
	text-align: center !important;
	float:left;
	margin:0px;
}
#picture-list div.picture .inner span{
	background-position:center 25%;
	background-repeat:no-repeat;
}
#social-gallery-container div.page_nav{
	margin:10px 0;
}
#social-gallery-container div.album-description {
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
#picture-list div.picture a{
	float:left;
}
#album-list div.album a,
#picture-list div.picture a:hover,
#album-list div.album a:hover {
	text-decoration: none;
}
#album-list div.album a span{
	background-position:center 25%;
	background-repeat:no-repeat;
}
#picture-list span{
	width:100%;
	text-align:center;
	float:left;
	padding:5px 0;
}
#album-list div.album {
	background: none;
	float:left;
	width:100%;
}
#album-list div.album div.inner {
	background: url(images/album_bg.png) repeat-y; 

	padding: 0px 0px 0px 10px;
	text-align: center !important;
	float:left;
}
#album-list div.album div.inner div.thumbnail{
	float:left;		background:#FFF;		border:1px solid #cccccc;
	padding:5px 5px 5px 8px;
	margin-left:-5px;
}
#album-list{
	width: 100%;
	border:none !important;
	} 

#album-list div.album div.albumTitle {
	display: block;
	text-align: left;
	padding: 10px 0;
	width:90%;
	float:left;
}

#comments {
	margin: 10px 0;
	width:100%;
}
#comments .comment {
	padding: 10px;
	margin-bottom: 16px;
	border-bottom: 1px solid #808080;
}
#comments .comment.odd {
	background: #f9f9f9;
}
#comments .comment h4, #comments .comment h5 {
	margin: 0;
}
#comments .comment .content {
	padding: 10px 0;
}
p.pagination {	
	text-align:center;
	
}
div.navNextPrev {	
	width:100%;	
	padding:20px 0;
	}
span.prev a, span.next a{	
	outline:none;	padding:20px 0;
	}
#picture img{	
	border: 1px solid #ccc;	
	padding:5px;	
	background: #E8E8E8;
	
}