/*
// "Frontpage Slideshow" Module for Joomla! 1.5.x - Version 2.0.0
// Copyright (c) 2006 - 2008 JoomlaWorks. All rights reserved.
// This code cannot be redistributed without permission from JoomlaWorks - http://www.joomlaworks.gr.
// More info at http://www.joomlaworks.gr and http://www.frontpageslideshow.net
// Designed and developed by the JoomlaWorks team
// ***Last update: September 1st, 2008***
*/

.fpss-introtext {
	width:100%;
	margin:0;
	padding:0;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	background-color:#160D07;
	height:60px;
	opacity: 0.7;
	filter: alpha(opacity = 70);
}
#navi-outer {_width:100%;}
#navi-outer ul {_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/modules/mod_fpss/mod_fpss/templates/Default/corner.png', sizingMethod='crop');}
#navi-outer li a span.navbar-key {padding:0 0 0 1px;width:18px;display:block;overflow:hidden;cursor:pointer;}
.fpss-clr {display:none;}

/* --- Generic Styling (highly recommended) --- */
a:active,a:focus {outline:expression(hideFocus='true');}
#navi-outer li a {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	text-decoration:none;
	color:#fff;
	padding:1px 0 0 0;
	margin:0 3px;
	background-image: url(/templates/girltalk/images/gfx/number.gif);
	background-repeat: none;
	height: 15px;
	width: 15px;
	font-weight: bold;
	border:none;
	display:block;
}
