/*------------------------------------------------------------------------
# JA Showcase 1.0.0 - May, 2007
# ------------------------------------------------------------------------
# Copyright (C) 2004-2007 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
-------------------------------------------------------------------------*/

#lightbox{
	width: 100%;
	text-align: center;
	line-height: 0;
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 100;
}

#lightbox a img{
	border: none;
}

#outerImageContainer{
	width: 250px;
	margin: 0 auto;
	background-color: #FFFFFF;
	position: relative;
	height: 250px;
}

#imageContainer{
	padding: 10px;
}

#loading{
	width: 100%;
	text-align: center;
	line-height: 0;
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
}

#hoverNav{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav{
	left: 0;
}

#hoverNav a{
	outline: none;
}

#prevLink,#nextLink{
	width: 49%;
	display: block;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	height: 100%;
}

#prevLink{
	float: left;
	left: 0;
}

#nextLink{
	float: right;
	right: 0;
}

#prevLink:hover,#prevLink:visited:hover{
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover,#nextLink:visited:hover{
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer{
	margin: 0 auto;
	background-color: #FFFFFF;
	font: 10px Verdana,Helvetica,sans-serif;
	line-height: 1.4em;
}

#imageData{
	padding: 0 10px;
}

#imageData #imageDetails{
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption{
	font-weight: bold;
}

#imageData #numberDisplay{
	clear: left;
	padding-bottom: 1.0em;
	display: block;
}

#imageData #bottomNavClose{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

#overlay{
	width: 100%;
	background-color: #000000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	height: 500px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#numberDisplay{
	color: #000000;
}

.clearfix:after{
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html>body .clearfix{
	width: 100%;
	display: inline-block;
}

* html .clearfix{
	height: 1%; /* End hide from IE-mac */
}

.jashowcase {
	float: left;
	margin: 0;
	padding: 0;
}

.jashowcase .jashowcase-inner {
	margin: 0 10px;
	padding: 0;
	background: #FFF;
	color: #555;
}
.jashowcase-inner:hover, .jashover {
	color: #000;
}

.jashowcase-inner h3{
	border:0px;
	font-size:12px;
	font-weight: bold;	text-align:left;
	color:#333;	
	border-left:5px solid #999;
	padding-left:10px;
	line-height:20px;
	height:20px;	
}

html > body .jashowcase-inner h3 {
}

.jashowcase-inner:hover h3,.jashover h3{
	color: #d5386a;border-left:5px solid #d5386a;
}

.jashowcase-inner div {
	padding: 5px 0;
	overflow: hidden;
	width: 100%;
}

.jashowcase-tools {
	border-top: 1px solid #E7E5E3;
	margin: 0;
	padding: 0!important;
	text-align: center;
	height: 25px;
	line-height: 25px;
}

.jashowcase-inner:hover .jashowcase-tools, .jashover .jashowcase-tools {
	border-top: 1px solid #ddd;
}

.jashowcase span {
	font-size: 11.5px;
}

.jashowcase-main {
	padding: 8px 0;
	width: 100%;
	text-align: left;
}

.jashowcase-nav {
	clear: left;
	margin: 10px 0 5px 0;
	padding: 0;
}
.jashowcase-cat p{ 
	text-align: left;
}
.jashowcase-cat p a{ font-size:12px; font-weight:bold}
.jashowcase-description{
	padding-left: 10px;
	width: 95%;
	text-align: left;
}


