/*
# ------------------------------------------------------------------------
# JA Seleni template for Joomla 1.5
# ------------------------------------------------------------------------
# Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2. CSS / JS are Copyrighted Commercial,
# bound by Proprietary License of JoomlArt. For details on licensing, 
# Please Read Terms of Use at http://www.joomlart.com/terms_of_use.html.
# Author: JoomlArt.com
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# Redistribution, Modification or Re-licensing of this file in part of full, 
# is bound by the License applied. 
# ------------------------------------------------------------------------
*/

/* Content Slider */
#ja-contentsliderwrap {
	margin: 0 0 20px 0;
	padding: 0;
}

.ja-contentslider {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: auto !important;
	width: 100%;
}

#ja-contentsliderwrap div.moduletable {
	margin: 0;
	padding: 0 !important;
}

/* Content Slider Center */
.ja-contentslider-center {
	margin: 0;
	padding: 0;
	float: left;
}

div.ja_slidetitle { font-size: 110%; padding: 8px 0; line-height: normal; }

div.ja_slidetitle a { font-weight: bold; }

div.ja_slideimages {}

#ja-contentsliderwrap .ja_slideintro { padding: 10px 5px 0; }

div.ja-slidereadmore { margin: 10px 0 0; }

.ja-contentslider-center span {
	width: 140px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.ja-contentslider-center img {
	margin: 0;
	padding: 0;
	overflow:hidden;
}

/* Left + right */
#ja-contentslide-buttonwrap {
	background: url(../images/bw-bg.png) no-repeat left top;
	position: absolute;
	top: 8px;
	right: 10px;
	z-index: 20;
	height: 22px;
	width: 45px;
}

.ja-contentslider-left,
.ja-contentslider-right {
	float: left;
	height: 14px;
	margin-top: 4px;
	width: 14px;
	position: relative;	
}

.ja-contentslider-left {
	margin: 4px 5px 0 6px;
}

.ja-contentslider-left:hover,
.ja-contentslider-right:hover {
	cursor: pointer;
}

/* nur fuer Opera */
#ja-contentslider-left,
#ja-contentslider-right {
	float: left;
	width: 27px;
	position: relative;
}

#ja-contentslider-left img,
#ja-contentslider-right img {
	position: absolute;
	top: 30px;
	right: 8px;
}

/* 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.content_element {position:absolute;left:-999em;}