/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.tx-t3sjslidernews-pi1 .nivoSlider {
	position:relative;
}
.tx-t3sjslidernews-pi1 .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.tx-t3sjslidernews-pi1 .nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.tx-t3sjslidernews-pi1 .nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.tx-t3sjslidernews-pi1 .nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.tx-t3sjslidernews-pi1 .nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8;
	width:100%;
	z-index:8;
}
.tx-t3sjslidernews-pi1 .nivo-caption p {
	padding:5px;
	margin:0;
}
.tx-t3sjslidernews-pi1 .nivo-caption a {
	display:inline !important;
}
.tx-t3sjslidernews-pi1 .nivo-html-caption {
    display:none;
}
/* Direction nav styles */
.tx-t3sjslidernews-pi1 .nivo-directionNav a {
    background: url('../images/arrows.png') no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 17px;
    position: absolute;
    text-indent: -9999px;
    top: 90%;
    width: 23px;
    z-index: 9;
}
.tx-t3sjslidernews-pi1 a.nivo-prevNav {
    background-position: 0 0;
    right: 36px;
}
.tx-t3sjslidernews-pi1 a.nivo-nextNav {
    background-position: -23px 0;
    right: 15px;
}
.tx-t3sjslidernews-pi1 a.nivo-nextNav:hover {
    background-position: -23px -17px;
    right: 15px;
}
.tx-t3sjslidernews-pi1 a.nivo-prevNav:hover {
    background-position: 0 -17px;
    right: 36px;
}
/* Control nav styles (e.g. 1,2,3...) */
.tx-t3sjslidernews-pi1 .nivo-controlNav {
    bottom: -20px;
    position: absolute;
    right: 20px;
}
.tx-t3sjslidernews-pi1 .nivo-controlNav a {
    background: url('../images/bullets_nivo_sl.png') no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    display: block;
    float: left;
    height: 10px;
    margin-right: 6px;
    position: relative;
    text-indent: -9999px;
    width: 10px;
    z-index: 8;
}
.tx-t3sjslidernews-pi1 .nivo-controlNav a.active {
    background-position: -10px 0;
    font-weight: bold;
}

/* CSS3 Style */
.tx-t3sjslidernews-pi1 .lof-css3 {	
  -moz-box-shadow:0 0 10px #333; 
  -webkit-box-shadow:0 0 10px #333; 
  box-shadow: 0 0 10px #333;
/*overflow:hidden;*/ 
}
/*
.tx-t3sjslidernews-pi1 .lof-css3 .nivo-caption {
	-moz-box-shadow:0 0 8px #CCC;
	-webkit-box-shadow:0 0 8px #CCC;
  box-shadow: 0 0 8px #333;
}
*/
.tx-t3sjslidernews-pi1 .nivo-caption h3, .tx-t3sjslidernews-pi1 .nivo-caption h3 a {
	color:#DDD;
}
.tx-t3sjslidernews-pi1 .nivo-caption h3 {
	padding: 10px 0 5px 5px;
}
.tx-t3sjslidernews-pi1 .nivo-caption .date {
    font-size: 80%;
    margin: 0 7px 0 0;
}
