/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright © 2002 - 2011 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Addon: Ji&Ha Gallery
| Filename: styles.php
| Version: 1.0
| Author: jikaka
| Co-Author: HaYaLeT
| Web: www.rusfusion.ru
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
#wrapper{
	width:605px;
	min-height: 96%;
	height: auto !important;
	height: 96%;
	text-align:left;
	margin: 0 auto -30px;
	padding:0 0px 0px 0px;
}

#bigPic{

	width:600px;
	height:470px;
	padding:1px;
	margin-bottom:10px;
	margin: auto;
}


#bigPic #imgelm {
	max-height: 450px;
	max-width: 600px;
	position:absolute;
	display:none;
	margin: auto;
}

#bigPic #imgelm img{
	max-height: 450px;
	max-width: 600px;

}

ul#thumbs li.active{
	border:2px solid #000;	
	background:#fff;
	padding:2px;
}
ul#thumbs, ul#thumbs li{
	margin:0;
	padding:0;
	list-style:none;
}
	
ul#thumbs li{
	float:left;
	margin-right:4px;
	margin-bottom:5px;
	border:1px solid #CCC;	
	padding:3px;
	cursor:pointer; background-color:#fff;
}
ul#thumbs img{
	float:left;
	width:48px;
	height:38px;
	line-height:60px;
	overflow:hidden;
	position:relative;
	z-index:1;		
}