/*
 Skin Name: BB24 Theme
 Skin URI: http://nivo.dev7studios.com
 Skin Type: fixed
 Description: A nice, light skin for the Nivo Slider.
 Version: 1.0
 Author: Daniel Sturm
 Author URI: http://zirkeldesign.de/d.sturm
 */

.theme-bb24.slider-wrapper {
	background: no-repeat #fff;
	margin: 0 auto;
	position: relative;
}
.theme-bb24 .ribbon {
	background: #000;
	color: #fff;
	display: inline-block;
	left: -15px;
    padding: 0.3em 0.5em;
    position: absolute;
    text-transform: uppercase;
    top: -10px;
    width: 225px;
    z-index: 100;

	/* css3 */
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.theme-bb24 .ribbon:after {
	background: transparent;
	border: 5px solid transparent;
	border-right-color: #000;
	border-top-color: #000;
	bottom: -10px;
	content: ' ';
	display: block;
	height: 0;
	position: absolute;
	right: 0;
	width: 0;
}
.theme-bb24 .nivoSlider img {
	display: none;
	left: 0px;
	/*position: absolute; */
	top: 0px;
	width: 940px;
}
.theme-bb24 .nivoSlider a {
	border: 0;
	display: block;
}
.theme-bb24 .nivo-controlNav {
	position: absolute;
	right: 0;
	bottom: 0;
}
.theme-bb24 .nivo-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: url('bullets.png') no-repeat;
	text-indent: -999em;
	border: 0;
	margin-right: 3px;
	float: left;
}
.theme-bb24 .nivo-controlNav a.active {
	background-position: 0 -22px;
}
.theme-bb24 .nivo-directionNav a {
	background: url('arrows-white.png') no-repeat;
	border: 0;
	display: block;
	height: 30px;
	text-indent: -999em;
	visibility: hidden;
	width: 30px;
}
.theme-bb24:hover .nivo-directionNav a {
	visibility: visible
}
.theme-bb24 a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}
.theme-bb24 a.nivo-prevNav {
	left: 15px;
}
.theme-bb24 .nivo-caption {
	font-family: Helvetica, Arial, sans-serif;
}
.theme-bb24 .nivo-caption a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.theme-bb24 .nivo-caption a:hover {
	color: #fff;
}