/** * @version $Id: template.css.php 630 2011-08-12 13:13:19Z joomlaworks $ * @package Frontpage Slideshow * @author JoomlaWorks - http://www.joomlaworks.gr * @copyright Copyright (c) 2006 - 2011 JoomlaWorks Ltd. All rights reserved. * @license Commercial - This code cannot be redistributed without permission from JoomlaWorks Ltd. */ /* CONTAINER */ #fpssContainer19.fpss-template-default {position:relative; width:265px;margin:0px auto;border:none;padding:0px;overflow:hidden;font-family:"Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;-webkit-transform-style:preserve-3d;} /* LOADER */ #fpssContainer19.fpss-template-default .slide-loading {position:absolute; width:265px;height:374px;background:#fff url(../images/loading.gif) no-repeat center center;z-index:100;} /* TIMER */ .fpss-template-default .timer {position:absolute;left:0;bottom:0;width:0;clear:both;height:6px;background-color:#c00;z-index:10;} /* SLIDES */ #fpssContainer19.fpss-template-default .slides-wrapper {width:265px;height:374px;margin:0;padding:0;position:relative;overflow:hidden;} .fpss-template-default .slides {list-style:none;} #fpssContainer19.fpss-template-default .slide {width:265px;height:374px;overflow:hidden;list-style:none;} .fpss-template-default .slidetext {position:absolute;bottom:50px;text-align:center;left:0;right:0;width:100%;padding:5px 0px;margin:0;background:url(../images/transparent_bg.png);z-index:1;} /* --- Slide Content --- */ .fpss-template-default .slidetext h1, .fpss-template-default .slidetext h1 a {font-size:26px;line-height:120%;margin:0;padding:0;color:#fafafa;} .fpss-template-default .slidetext h1 a:hover {color:#f00;text-decoration:none;} .fpss-template-default .slidetext h2 {font-size:11px;margin:0;padding:0;color:#999;font-weight:normal;} .fpss-template-default .slidetext h3 {font-size:13px;margin:0;padding:2px 0;color:#eee;} .fpss-template-default .slidetext h4 {font-size:11px;margin:0;padding:0;color:#999;font-style:italic;} .fpss-template-default .slidetext p {margin:4px 0;padding:0;color:#fff;} .fpss-template-default .slidetext a.fsReadMore {margin:0;padding:1px 8px;background:url(../images/readmore.png) repeat-x center;color:#fff;line-height:20px;border:1px solid #505050;text-decoration:none;display:inline;} .fpss-template-default .slidetext a.fsReadMore:hover {margin:0;padding:1px 8px;background:url(../images/readmore-hover.png) repeat-x center;color:#222;line-height:20px;border:1px solid #505050;text-decoration:none;display:inline;} /* --- Navigation --- */ #fpssContainer19.fpss-template-default .navigation-wrapper {width:265px;border-top:2px solid #404040;margin:0;padding:0;background:#222;} .fpss-template-default .navigation {background:#222;margin:0;padding:0 16px 0 34px;list-style:none;text-align:right;float:right;} .fpss-template-default .navigation li {display:block;width:30px;float:left;background:#222;border:1px solid #222;margin-right:4px;z-index:7;} .fpss-template-default .navigation li.active, .fpss-template-default .navigation li:hover, .fpss-template-default .navigation-background {border:1px solid #505050;} .fpss-template-default .navigation-background {position:absolute;z-index:8;} .fpss-template-default .navigation li a {display:block;padding:1px;margin:0;text-decoration:none;font-size:10px;color:#fff;overflow:hidden;position:relative;z-index:9;text-align:center;} .fpss-template-default .navigation li.active a, .fpss-template-default .navigation li:hover a {color:#f00;} .fpss-template-default .navigation .navigation-control {clear:right;} .fpss-template-default .navigation .navigation-control a {text-align:center;} .fpss-template-default .navigation .navigation-previous a, .fpss-template-default .navigation .navigation-next a, .fpss-template-default .navigation .navigation-control a {border:none;} /* --- Generic Styling (highly recommended) --- */ .fpss-template-default a {cursor:pointer;} .fpss-template-default a:active, .fpss-template-default a:focus {outline:0;} .fpss-template-default img {border:none;} .fpss-template-default .slidetext img, .fpss-template-default .slidetext p img {display:none;} .fpss-clr {clear:both;height:0;line-height:0;} /* IE Specific Styling (use body.fpssIsIE6, body.fpssIsIE7, body.fpssIsIE8 to target specific IEs) */ body.fpssIsIE6 .fpss-template-default a:active, body.fpssIsIE6 .fpss-template-default a:focus {outline:expression(hideFocus='true');} body.fpssIsIE6 .fpss-clr, body.fpssIsIE7 .fpss-clr {display:none;} /* --- End of stylesheet --- */