/*
// "Frontpage Slideshow" for Joomla! 1.0.x and Mambo 4.6.x - Version 1.7
// Copyright (c) 2006 - 2008
// ***Last update: February 14th, 2008***
*/

/* --- Slideshow Containers --- */
#fpss-outer-container {
	margin-top: 10px;
	overflow:hidden;
	width:289px;
} /* This element controls the slideshow spacing and border */

#fpss-container {
	position:relative;
	margin:0;
	padding:0;
	clear:both;
	width:289px;
}

#fpss-slider {
	background:none;
	overflow:hidden;
	clear:both;
	text-align:left;
	width:289px;
	height:156px;
} /* Add bg color if using bg image on #fpss-outer-container */

#slide-loading {
	background: url(loading.gif) no-repeat center;
	text-align:center;
	width:289px;
	height:156px;
}

#slide-wrapper {
	display:none;
	width:289px;
	height:156px;
}

#slide-wrapper #slide-outer {height:156px;}

#slide-wrapper #slide-outer .slide {position:absolute;overflow:hidden;right:0;width:289px;height:156px;}

#slide-wrapper #slide-outer .slide .slide-inner {position:relative;margin:0;overflow:hidden;background:none;text-align:left;z-index:8;height:156px;}

#slide-wrapper #slide-outer .slide .slide-inner a.fpss_img span span span {background:none;}

/* --- Navigation Buttons --- */
#navi-outer {
	clear:both;
	width:100%;
}

.ul_container {
width:112px;
height: 14px;
float: right;
margin-right: 3px;
}

a.navi {
	float: left
	width: 10px;
	height: 10px;
	background: url(car-d.gif) no-repeat top left;
	color: #0000ff;
	padding:0 2px 0 2px;
	text-decoration: none;
}

a.navi:hover,
a.navi-active {
	width: 10px;
	height: 10px;
	background: url(car-u.gif) no-repeat top left;
	padding:0 2px 0 2px;

}

.noimages a  {
	color:#8c8c8c;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	background:none;
	border:none;
	
}

.noimages a.navi-active,
.noimages a:hover {
	color:#6388a6;
}

#fpss-container_prev {
float: left;
margin-top: -6px
}

#fpss-container_next {
float: right;
margin-top: -6px
}

/* --- Generic Styling (highly recommended) --- */
#fpss-container img {border:none;}
.fpss-clr {clear:both;height:0;line-height:0;}

/* --- End of stylesheet --- */

/* --- End of stylesheet --- */