/*
# ------------------------------------------------------------------------
# JD slideshow module
# ------------------------------------------------------------------------
# Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2. CSS / JS are Copyrighted Commercial,
# bound by Proprietary License of JoomlArt. For details on licensing, 
# Please Read Terms of Use at http://www.joomlart.com/terms_of_use.html.
# Author: JoomlArt.com
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# Redistribution, Modification or Re-licensing of this file in part of full, 
# is bound by the License applied. 
# ------------------------------------------------------------------------
*/
/* Slideshow Item ---*/
.ss-item {
	background-color: #f6f7f8;
}

/* Slideshow Item Description ---*/
.ss-desc-wrap {
	display: block;
	overflow: hidden;
	width: 40%;
	height: auto;
	bottom: 60px;
	right: 0;
	box-shadow: -1px 0 3px #000;
	-moz-box-shadow: -1px 0 3px #000;
	-webkit-box-shadow: -1px 0 3px #000;
}

.ss-desc {
	padding: 15px 20px;
	background: #333;
	color: #f6f7f8;
	text-align: left;
}

.ss-desc h3 {
	font-size: 225%;
	font-weight: bold;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
}

.ss-desc p {
	margin: 10px 0 0;
	font-size: 100%;
	font-family: Helvetica, Arial, sans-serif;
}

/* Slideshow Navigation ---*/
.jd-slideshow-nav {
	bottom: 40px;
	right: 0;
	box-shadow: -1px 0 3px #000;
	-moz-box-shadow: -1px 0 3px #000;
	-webkit-box-shadow: -1px 0 3px #000;
}

.jd-slideshow-nav ul {
	background: #333;
	color: #cdcdcd;
}

.jd-slideshow-nav li {
	
}

.jd-slideshow-nav li a {
	padding: 3px 6px;
	color: #cdcdcd;
	text-decoration: none;
	font-size: 92%;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	outline: none;
}

.jd-slideshow-nav li a:hover,.jd-slideshow-nav li a:active,.jd-slideshow-nav li a:focus
	{
	color: #fff;
	background: #666;
}

.jd-slideshow-nav li.nav-current a {
	color: #fff;
	background: #08c;
}

.jd-slideshow-nav li.nav-before span,.jd-slideshow-nav li.nav-after span
	{
	color: #666;
	padding: 0 6px;
}

/* Control */
.jd-slideshow-nav ul.nav-control {
	border-left: 1px solid #666;
}

.jd-slideshow-nav ul.nav-control li a {
	padding-left: 0;
	padding-right: 0;
	width: 50px;
	text-align: center;
}