/**
* Airport-int - general_gallery_home.css
*
* @package			layout
* @author			Arca Solutions
* @version			eDirectory 5.2.03
* @since			May, 4, 2009
*
*/

/**
* Global Classes
*
* @section		global
* @subsection	global classes
*/

.mg-r-0
{ margin-right:0 !important; }

.mg-t-20
{ margin-top:20px !important; }

/**
* Box Model
*
* Box model used in the entire website. ( Main content / Sidebar content )
*
* @section			structure
* @subsection		content
* @subsubsection	box-model
*/

.box-model
{ background:#E6E6E6; height:auto; overflow:hidden; width:100%; }

/**
* Content Model - White
*
* Content Area used inside all modules ( variations: transparent / white )
*
* @section			structure
* @subsection		content
* @subsubsection	content-model
*/

.content-model
{ background:#131313; height:1%; overflow:hidden; padding:20px; }

/**
* Pagination
*
* Pagination for page results
*
* @section			structure
* @subsection		content
* @subsubsection	pagination
*/

.pagination
{ background:#000; float:left; height:20px; margin:0; overflow:hidden; width:100%; }

	.pagination p
	{ float:left; line-height:20px; padding:0 0 0 5px; }

		.pagination p span
		{ color:#FFF; }

	.pagination ul
	{ border:1px solid #000; float:right; height:18px; overflow:hidden; }
	
		.pagination ul li
		{ color:#ABABAB; float:left; font-size:11px; line-height:18px; }
		
			.pagination ul li a
			{ background:#1E1E1E; margin:0 0 0 1px; padding:4px 6px; }
			
				.pagination ul li a.active
				{ background:#545454; }
			
/**
* Jquery - Caption
*
* Special styles for jquery plugin - caption
*/
			
.boxgrid 
{ background:#0E0E0E; border:1px solid #000; float:left; height:137px; margin:20px 20px 0 0; overflow:hidden; position:relative; width:137px; }

	.boxgrid:hover
	{ border-color:#690; }
	

	.boxgrid img 
	{ border:none !important; left:0; position:absolute; top:0; }	

.boxcaption 
{ background: url(../images/structure/bg-opacity-black-80.png) repeat; cursor:pointer; float:left; height:117px; padding:10px; position:absolute; width:117px; }

	.captionfull .boxcaption
	{ top: 137px; left: 0; }
	
	.boxcaption h2
	{ font-size:12px; line-height:16px; }
	
	.boxcaption h3
	{ font-size:11px; }
	
	.boxcaption h3 a:link,
	.boxcaption h3 a:visited,
	.boxcaption h3 a:active
	{ color:#690; }
	
		.boxcaption h3 a:hover
		{ color:#FFF; }
	
	.boxcaption p
	{ color:#ABABAB; font-size:11px; line-height:14px; }
	
		.boxcaption p span
		{ color:#777; font-size:10px; }