/*
# ------------------------------------------------------------------------
# Free Slide SP1 - Slideshow module for Joomla 2.5
# ------------------------------------------------------------------------
# Copyright (C) 2010 - 2012 JoomShaper.com. All Rights Reserved.
# @license - GNU/GPL, see LICENSE.php,
# Author: JoomShaper.com
# Changes made by Paul Roffey / Go Agency Ltd
# Websites:  http://www.joomshaper.com
# ------------------------------------------------------------------------
*/
.fs-sp1 {
/* position:relative; */
}

.fs-sp1-content {
background:#none;
}

.fs-sp1-inner {
}

.fs-sp1-image {
	float: left;
	margin: 10px 28px 12px 87px;
	width: 258px;
	height: 150px;
}
}

.fs-sp1-desc {
overflow:hidden;
position:relative;
}

.fs-sp1-desc p {
	font-size: 14px;
	}


h2.fs-sp1-title {
font-size:28px;
line-height:normal;
letter-spacing:normal;
margin:2px 0 5px;
color: #fff;
font-weight: 300;
 padding: 9px 0 0;
}

.fs-sp1-controllers {
height:auto;
position:absolute;
top: 74px;
left:0;
z-index:1;
width: 940px;
}

.fs-sp1-prev,.fs-sp1-controllers span,.fs-sp1-controllers span.active {
display:block;
float:left;
height:33px;
margin-left:10px;
width:19px;
cursor:pointer;
}

.fs-sp1-next {
float: left;
margin-left: 880px;
display:block;
width:19px;
height:33px;
cursor:pointer;
}

.fs-sp1-controllers span,.fs-sp1-controllers span.active {
text-indent:-9999px;
display: none;
}

.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-morein {
color: #221a17 !important;
font-weight: bold;
text-decoration: none !important;
font-size: 14px;
}