/*
# ------------------------------------------------------------------------
# SlideShow Pro SP2 module for Joomla 2.5.x and 3.x
# ------------------------------------------------------------------------
# Copyright (C) 2010 - 2013 JoomShaper.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2. CSS / JS are Copyrighted Commercial,
# Author: JoomShaper.com
# Websites:  http://www.joomshaper.com
# Redistribution, Modification or Re-licensing of this file in part of full, 
# is bound by the License applied. 
# ------------------------------------------------------------------------
*/
.sp-slide {overflow:hidden;background:#f2f2f2;border:0px solid #ececec;box-shadow:0px 0px 8px 0px #D5D5D5;margin:13px 0px 17px 0px;padding: 0px}
.preload{background:url(../images/loading.gif) no-repeat center;visibility:visible;background-color:#fff;z-index:120}
.sp-slide-content{overflow:hidden}
.image-block{position:absolute}
div .sp-slide-desc{bottom:0px;position:absolute;width:auto;background:url(../images/desc-bg.png);height:25%; font-size:15px; color:#CCC;}
div .sp-slide-desc2{padding:1% 2%;bottom:0;width:100%;height:20%; font-size:15px; color:#CCC;}
.sp-slide-title{color:#FFF; /*font-weight:bold;*/ font-size:13px;}
div .controllers{height:auto;left:auto;right:0;position:absolute;top:0;overflow:hidden;z-index:100; border-left-color:#8B7343; border-left-width:4px; border-left-style:solid; background-color:#FFF; }
div .controllers h4{color:#000;font-size:14px;padding:0;/*font-weight:bold*/}
.controllers div.handles{cursor:pointer;display:block;float:right;overflow:hidden;z-index:100}
.thumb_bg,.thumb_arrow{float:left;cursor:pointer;display:block;overflow:hidden;z-index:100}
.thumb_bg{background:#FFF;}
.handles.active .thumb_arrow{background:url(../images/active-thumb1.png) no-repeat 100% 50%;z-index:100; width:8px;}
.handles.active .thumb_bg{background:#FFF ;z-index:100} /* url(../images/border1.gif) repeat-y 0 100%*/
.controllers div.handles.active h4{color:#333}
img.sp-slide-image{background:#f2f2f2;border:1px solid #fff;float:left;margin:0 10px 0 0;padding:5px}
p.thumb-intro{line-height:normal;margin:0;padding:0}
p.sp-slide-intro{line-height:18px;margin:0;padding:0}
.controllers .sp-slide-inside{padding:2px 12px 6px 15px}
.sp-slide-inner{padding:10px 12px 10px 17px}
.sp_slide_prev,.sp_slide_next{width:33px;height:50px;margin-top:-25px;position:absolute;top:50%;z-index:1;cursor:pointer}
.sp_slide_prev{left:0;background:url(../images/prev.png) no-repeat center}
.sp_slide_next{right:0;background:url(../images/next.png) no-repeat center}

/** ADDED BY RTHK **/
.sp-slide-inside .title{ line-height:17px; min-height:34px;font-weight:bold}
.handlers_hr{ width:auto; height:1px; background-color:#CCC; margin:0px 14px}