/*
# ------------------------------------------------------------------------
# Free Slide SP1 - Slideshow module for Joomla
# ------------------------------------------------------------------------
# Copyright (C) 2010 - 2013 JoomShaper.com. All Rights Reserved.
# @license - GNU/GPL, see LICENSE.php,
# Author: JoomShaper.com
# Websites:  http://www.joomshaper.com
# ------------------------------------------------------------------------
*/
.fs-sp1{
/*background: url('/images/bigbackground.jpg') no-repeat scroll center bottom transparent;
background-size:100% auto !important;*/
position:relative;}
.fs-sp1-content{
	/*background:#fff*/
}
.fs-sp1-inner{padding:10px}
.fs-sp1-image{float:right;margin:0 0 0 40px}
.fs-sp1-desc{overflow:hidden;position:relative}
h2.fs-sp1-title{
	font-size:18px;
	line-height:normal;
	letter-spacing:normal;
	margin:5px 0;
	font-size: 36px;
	color: #72CAF0;
	/*background: none repeat scroll 0% 0% #0091CF;
	color: #FFF;*/
}
.fs-sp1-desc p{
color: #FFF;
display: block;
}
.fs-sp1-controllers{height:auto;position:absolute;bottom:10px;left:45%;z-index:1}
.fs-sp1-prev,.fs-sp1-next,.fs-sp1-controllers span,.fs-sp1-controllers span.active{display:block;float:left;height:12px;margin-right:3px;width:12px;cursor:pointer}
.fs-sp1-controllers span,.fs-sp1-controllers span.active{text-indent:-9999px}
.fs-sp1-controllers span{background:url(../images/btn-slider.png) no-repeat scroll 0 0}
.fs-sp1-next{background:url(../images/next.png) no-repeat scroll 0 0}
.fs-sp1-prev{background:url(../images/prev.png) no-repeat scroll 0 0}
.fs-sp1-controllers span.active{background:url(../images/btn-slider-active.png) no-repeat scroll 0 0}
.fs-sp1-desc a{
border-top: 1px solid #ffaea8;
border-bottom: 1px solid #d53232;
  border:none;
  color:#000000;
  text-decoration: none; 
  font-size:1.1em;
  font-weight: 700;
text-decoration: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
background: #FFFFFF;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#d5dbe1));
background: -webkit-linear-gradient(#FFFFFF, #d5dbe1);
background: -moz-linear-gradient(#FFFFFF, #d5dbe1);
background: -ms-linear-gradient(#FFFFFF, #d5dbe1);
background: -o-linear-gradient(#FFFFFF, #d5dbe1);
background: linear-gradient(#FFFFFF, #d5dbe1);
-pie-background: linear-gradient(#FFFFFF, #d5dbe1);
border: 1px solid #b8bbbf;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ) !important; /* IE6-9 */  
/*padding: 8px 12px;*/
padding: 4px 7px;
position: relative;
display: table;
margin-top: 15px;
font-size: 12px;
/*line-height: 16px;*/
font-weight: 400;
/*text-transform: uppercase;*/
}
