/* ***********************************************************/ /** * @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 * */ /* ***********************************************************/ /* Overall style for images page */ .lfloat { float: left; } .rfloat { float: right; } .page_list a{ /*left: -20px;*/ position: relative; vertical-align: middle; z-index: 99999; } .ulwidget #imgmain { width: 150px; margin: 0px auto; } #container #imgwrapper{ margin:0 auto; height:auto; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; position:relative; background-position:center bottom; background-repeat:no-repeat; margin-bottom:10px; } #imgmain { border-radius: 5px 0 0 5px; } .description { float:left; width:100px; height:62px; font-family: Georgia, 'Bitstream Charter', serif; } .description h4{ color: #fff; float: left; font-size: 13px; font-weight: normal; margin: 0 0 5px 5px; padding: 0; width:100%; font-family: Georgia, 'Bitstream Charter', serif; } .description .desc { color: #A2A2A2; float: left; font-size: 11px; font-weight: normal; padding: 0; text-align: justify;line-height: 15px; font-family: Georgia, 'Bitstream Charter', serif; } #pagination { width:100%; height:30px; /* padding-bottom: 10px;*/ } .prev { background: url(img/left.png) no-repeat 0 0; width:100px; height:29px; text-indent:-9999px; cursor:pointer; float:left; } .prev a { width:100px; height:29px; } .next { background: url(img/right.png) no-repeat 0 0; width:40px; height:29px; text-indent:-9999px; cursor:pointer; float:right; } .button{ margin-left: 25px; } .clearfix:after { clear: both; display: block; content: " "; height: 0px; visibility: hidden; } .clearfix { display: inline-block; } .countimg{font-size: 12px;width:20px;height:10px} #content .countimg img{max-width: 20px;} #content .thumbnail img{width: 140px; height: 140px; padding: 10px 6px 10px 6px;margin: 0px;border: none;} .albumimg{float:left;width: 151px;margin:10px 8px 0px 0;padding:5px;font-family:Helvetica,Arial,sans-serif;background: none repeat scroll 0 0 #000000;color:#fff;height: 190px} .inner_albim_image { width:151px;height:150px;overflow:hidden; } .widget-area .albumimg{float:left;margin:10px 8px 0px 0;font-family:Helvetica,Arial,sans-serif;background: none repeat scroll 0 0 #000000;color:#fff} .dock_img_space { padding-left: 5px; } .mac_count_img { padding:0 2px 0 0px;margin:0px; } .widget_alb_img { padding: 5px; } #mac_slider{ margin:0px auto; } #macshow{ padding: 10px 0px 10px; margin-top: 20px; font-size: 14px; margin-bottom:5px; } #macshow span{ font-size: 14px; font-weight: bold; margin-right: 5px; margin-bottom:5px; } #macshow p{ margin-bottom:5px; } .album_href { float:right;padding:0 3px 0 0px;text-decoration:none; } #contusMac ul li{ list-style: none; } /* End of Carsoule */