/*------------------------------------------------------------------------
# JA SlideShow v1.0.0
# ------------------------------------------------------------------------
# Copyright (C) 2004-2006 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
-------------------------------------------------------------------------*/
/* JA slider */
#ja-sliderwrap {
	padding: 20px 30px 0 30px; /*background: url(../images/slider-bg.gif) repeat-x top left #E6E6E6;*/
}

#ja-slider {
	margin: 0;
	padding: 0;
}

#ja-slider-center {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}

#ja-slider-left,
#ja-slider-right {
	float: left;
	width: 30px;
	position: relative;
}

#ja-slider-left img,
#ja-slider-right img {
	position: absolute;
	top: 55px;
	right: 0;
}

#ja-slider-center span {
	width: 140px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#ja-slider-center img {
	margin: 0;
	padding: 0;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
div.vm_element {position:absolute;left:-999em;}
