/*
# ------------------------------------------------------------------------
# JA Category SLWI module for Joomla 1.5
# ------------------------------------------------------------------------
# Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
# @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
# Author: JoomlArt.com
# Websites: http://www.joomlart.com - http://www.joomlancers.com.
# ------------------------------------------------------------------------
*/

.ja-catslwi {
  position: relative; 
  margin: 0; 
  padding: 0;
}

.ja-catslwi-container {
	width: 100%;
	position: absolute; 
	z-index: 1; 
	bottom: 0; 
	left: 0;
}

.ja-catslwi-text {
	position:relative;
	height: 0; 
	overflow: hidden;
}

.ja-catslwi-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.ja-catslwi-display {
	position: absolute; 
	top: 0;
	left: 10px;
	width: 89%;
}