/*------------------------------------------------------------------------
# JA Mesolite 1.0 - July, 2008
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 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
-------------------------------------------------------------------------*/

div.vm_element {
	left:-999em;
	position:relative;

}


/*Slidder Module*/
#ja-slidermodule {
	width:400px;
	position: relative;
	float:left;
	left:0px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-top:5px;
	margin-bottom:5px;

}
#ja-slider {
	position: relative;
	margin-top: 2px;
	float:left;
	left:0px;
}
.ja_slidetitle {
	position: relative;
	padding:1px;
	float:left;
	width:140px;
	overflow:hidden;
	font-size:9pt;
	font-weight:bold;
	text-align:left;
}
.ja_slideintro {
	position: relative;
	padding:2px;
	float:left;
	width:140px;
	overflow:hidden;
	font-size:9pt;
	font-weight:normal;
	text-align:left;
}
#ja-slider-left {
	background-color:#f6f6f6;
	left: 7px;
	width: 25px;
}

#ja-slide-left-img, #ja-slide-right-img {
	top: 95px;
}

#ja-slider-center {
	left: 0px;
	height: 206px;
	width:924px;

}

#ja-slider-right {
	background-color:#f6f6f6;
	right: -62px;
	width: 25px;
}

.jsslide {
	white-space: normal;
	overflow:hidden;
	font-family: tahoma;
	font-size: 8pt;
	background-color:#fff;
}
.jsslide a  {overflow:hidden; width:135px; height:180px; display:block; padding:1px;
 text-align:left; background-color:#f6f6f6;}
.jsslide a:link {color: black; text-decoration:none;}
.jsslide a:hover {color: black; background-color:#ececec;text-decoration:none;}
