/*
# ------------------------------------------------------------------------
# SlideShow Pro SP2 module for Joomla 1.5
# ------------------------------------------------------------------------
# Copyright (C) 2010 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 -  http://www.joomxpert.com
# Redistribution, Modification or Re-licensing of this file in part of full, 
# is bound by the License applied. 
# ------------------------------------------------------------------------
*/
#sp-slide {
	 background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D3D2C8;
    height: 308px;
    padding: 2px;
    position: relative;
    width: 843px;
}

.preload{background:url(../images/loading.gif) no-repeat center}
.sp-slide-content{overflow:hidden}
.image-block{position:absolute}
/* div .sp-slide-desc{bottom:100px;width:auto;background:url(../images/desc-bg.png);height:100px} */
div .controllers{

	background: url("../images/slide_back.png") no-repeat scroll center bottom #FFF6ED;
    left: 2px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 2px;
    width: 254px;
    z-index: 99;

}


div#sp-slide1 {
	float:right;
}

div .controllers h4{color:#333;font-size:11px;margin:5px 0;padding:0}
.controllers div.handles{ 
	background: url("../images/slide_border.png") no-repeat scroll center bottom AntiqueWhite;
    color: #666666;
    font-size: 12px;
    padding: 1px;
    text-align: left;
	width:254px;
	}
.thumb_bg {

	color: #333333;
    display: block;
    height: 55px;
    line-height: 20px;
    padding: 10px;
    width: 236px;
	cursor:pointer;

}

.thumb_bg  h4.title {
	    color: #A88F7C;
    display: block;
    font-family: Verdana;
    font-size: 22px;
    font-weight: normal;
	margin:0px;
	padding:0px;
}

div.controllers div.handles.active {
	background: url("../images/selected_item.png") no-repeat scroll right top transparent;
    width: 292px;
}

.handles.active .thumb_bg{
background:url("../images/selected_back.png") repeat-x scroll left top transparent;

}
.controllers div.handles.active h4{color:NavajoWhite}
.controllers div.handles.active p.thumb-intro{color:white}


img.sp-image{background:#f2f2f2;border:1px solid #fff;float:left;margin:0 10px 0 0;padding:5px}
p.thumb-intro {
    color: Gray;
    display: block;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    margin-top: 6px;
    width: 165px;
}


p.sp-slide-intro{line-height:18px;margin:0;padding:0}
