/*
 ***********************************************************/
/**
 * @name          : Mac Doc Photogallery.
 * @version	      : 2.5
 * @package       : apptha
 * @subpackage    : mac-doc-photogallery
 * @author        : Apptha - http://www.apptha.com
 * @copyright     : Copyright (C) 2011 Powered by Apptha
 * @license	      : GNU General Public License version 2 or later; see LICENSE.txt
 * @abstract      : The core file of calling Mac Photo Gallery.
 * @Creation Date : June 20 2011
 * @Modified Date : September 30 2011
 * */

/*
 ***********************************************************/

/* style for Common Mac Photo Gallery pages  */



/* dock - top */
#imgmain .dock {

        width: auto;
	
}
#imgmain .dock-container {
	position: absolute;
	
	/*background: url(images/dock-bg2.gif);*/
	padding-left: 20px;
}
#imgmain a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#imgmain .dock-item img {
	border: none;
	margin: 5px 0px 0px;
	width: 100%;
}
#imgmain .dock-item span {
	display: none;
	padding-left: 20px;
}
#imgwrapper{margin-bottom:30px;}
