/**
 * @version		$Id: template.css.php 670 2011-09-19 15:35:24Z 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.
 */
 
#fpssContainer0 {
    margin-left: 0 !important;
    margin-top: 0 !important;
    width: 737px !important;
}

/* --- Slideshow Container --- */
#fpssContainer0.fpss-template-movies {position:relative;width:0px;height:0px;margin:8px auto;border:1px solid #999;padding:2px;overflow:hidden;font-family:"Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;}

/* --- Loader --- */
#fpssContainer0.fpss-template-movies .slide-loading {position:absolute;width:0px;height:0px;background:#000 url(../images/loading_black.gif) no-repeat center center;z-index:100;}

/* --- Timer (progress bar) --- */
#fpssContainer0.fpss-template-movies .fpssTimerContainer,
#fpssContainer0.fpss-template-movies .fpssTimerContainer .fpssTimer {display:none;}

/* --- Slide Containers --- */
#fpssContainer0.fpss-template-movies .slides-wrapper {width:0px;height:0px;margin:0;padding:0;float:left;position:relative;overflow:hidden;background:#ffffff;}
.fpss-template-movies .slides-wrapper .slides {}
#fpssContainer0.fpss-template-movies .slide {width:0px;height:0px;overflow:hidden;list-style:none;}
.fpss-template-movies .slidetext {position:absolute;top:0;left:50px;width:40%;height:0px;margin:0;padding:0 8px;background:url(../images/transparent_bg.png);z-index:1;}

/* --- Slide Content --- */
.fpss-template-movies .slidetext h1 {padding:20px 0 2px;}
.fpss-template-movies .slidetext h1,
.fpss-template-movies .slidetext h1 a {font-family:"Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;font-size:28px;line-height:120%;margin:0;color:#fff;}
.fpss-template-movies .slidetext h1 a {padding:0;}
.fpss-template-movies .slidetext h1 a:hover {color:#c00;text-decoration:none;}
.fpss-template-movies .slidetext h2 {font-size:11px;margin:0;padding:0;color:#bbb;font-weight:normal;}
.fpss-template-movies .slidetext h3 {font-size:11px;margin:0 0 4px 0;padding:0;display:none;}
.fpss-template-movies .slidetext h4 {font-size:11px;margin:0;padding:0;color:#999;font-style:italic;}
.fpss-template-movies .slidetext p {margin:0;padding:8px 0;background:url(../images/dotted.gif) repeat-x bottom;color:#fff;}
.fpss-template-movies .slidetext a.fpssReadMore {position:absolute;left:8px;bottom:12px;width:100px;margin:0;padding:6px 0 6px 12px;background:url(../images/readmore.png) no-repeat;color:#fff;border:none;text-decoration:none;}
.fpss-template-movies .slidetext a.fpssReadMore:hover {background:url(../images/readmore-hover.png) no-repeat;color:#fff;text-decoration:none;}

/* --- Navigation --- */
#fpssContainer0.fpss-template-movies .navigation-wrapper {width:0px;height:0px;margin:0;padding:0;float:left;overflow-x:hidden;overflow-y:auto;background:#f0f0f0;}
.fpss-template-movies .navigation {list-style:none;margin:0;padding:0;}
.fpss-template-movies .navigation li {background:#f0f0f0  repeat-x 0 100%;z-index:7;}
.fpss-template-movies .navigation li.active div.u {background: url("../images/hotarr.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 21px;
    left: -13px;
    position: absolute;
    top: 32px;
    width: 14px;
    z-index: 5;}
.fpss-template-movies .navigation li.active,
.fpss-template-movies .navigation li:hover,
.fpss-template-movies .navigation-background {background:#d2d2d2 url(../images/nav-active.gif) repeat-x bottom;}
.fpss-template-movies .navigation-background {border:none;position:absolute;z-index:8;}
#fpssContainer0.fpss-template-movies .navigation li.navigation-button a {
display:block;
padding:4px 12px;
margin:0;
text-decoration:none;
font-size:0.5em;
color:#fff;
position:relative;
z-index:9;
height:24px;
overflow:hidden; 
border-bottom:1px solid #D3D3D4;
border-left:1px solid #D3D3D4;

<!--border-top:1px solid #D3D3D4;-->
}
#fpssContainer0.fpss-template-movies .navigation li.active a,
#fpssContainer0.fpss-template-movies .navigation li.navigation-button a:hover {
<!--border-top:1px solid #6a6a6a;-->
}
#fpssContainer0.fpss-template-movies .navigation li.navigation-button:first-child a {
    border-top:0;
    padding-right: 0;
    padding-bottom: 8px;
    padding-top: 0;
}
#fpssContainer0.fpss-template-movies .navigation-thumbnail {float:left;width:0px;height:0px;margin:2px 8px 0 0;overflow:hidden;border:2px solid #232323;background-position:50% 50%;}
.fpss-template-movies .navigation-info {clear:right;}
.fpss-template-movies .navigation-title {display:block;font-size:1.3em;font-weight:bold;line-height:19px;margin:0;padding:0;
    margin-bottom: 5px;
    color: #0E517E;
}
.fpss-template-movies .navigation-tagline {color:#000;font-size:11px;font-weight:normal;line-height:12px;margin:0;padding:0;}
.fpss-template-movies .navigation-text {color: #848484;
    font-weight: bold;
    }

/* --- Generic Styling (highly recommended) --- */
.fpss-template-movies a {cursor:pointer;}
.fpss-template-movies a:active,
.fpss-template-movies a:focus {outline:0;outline:expression(hideFocus='true');}
.fpss-template-movies img {border:none;
    height: 265px;
    width: 397px;
}
.fpss-template-movies .slidetext img,
.fpss-template-movies .slidetext p img {display:none;}
.fpss-clr {clear:both;float:none;height:0;line-height:0;margin:0;padding:0;border:0;}

/* --- IE Specific Styling (use body.fpssIsIE6, body.fpssIsIE7, body.fpssIsIE8 to target specific IEs) --- */
body.fpssIsIE6 .fpss-template-movies .navigation-thumbnail {position:relative;z-index:9;}

body.fpssIsIE6 .fpss-clr,
body.fpssIsIE7 .fpss-clr {display:none;}

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