/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-puet .nivoSlider {
	position:relative;
    height:235px;
    width: 630px;
    margin: 0 auto 25px;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    /*margin-bottom:50px;*/
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-puet .nivoSlider img {
	position:absolute;
	top:0px;
	left:10px;
	display:none;
    width:630px; /* Make sure your images are the same size */
    height:235px; /* Make sure your images are the same size */
}
.theme-puet .nivoSlider a {
	border:0;
	display:block;
}

.theme-puet .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-27px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.theme-puet .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-puet .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-puet .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-pueta .nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-pueta .nivo-prevNav {
	left:15px;
}

.theme-puet .nivo-caption {
    bottom:40%;
    left:220px;
    right:0px;
    width:auto;
    max-width:630px;
    overflow:hidden;
    background:#fff;
    text-shadow:none;
    font-family: arial, serif;
    color:#4c4b4b;
}
.theme-puet .nivo-caption p {
    padding:5px 15px;
    color:#333;
    font-weight:bold;
    font-size:16px;
    text-transform:uppercase;
}
.theme-puet .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-puet .nivo-caption a:hover {
    color:#fff;
}