.theme-creotuvestido.slider-wrapper {
    width:400px;
    height:545px;
    margin:0 auto;
    padding-top:0px;
    position:relative;
	border: 1px solid #610b4a;
	-moz-box-shadow:0px 0px 20px #000000;
	-webkit-box-shadow:0px 0px 20px #000000;
	box-shadow:0px 0px 20px #000000;
}

.theme-creotuvestido .nivoSlider {
    position:relative;
    width:400px;
    height:545px;
    margin-left:0px;
    background:url(../images/loading.gif) no-repeat 50% 50%;
}
.theme-creotuvestido .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    text-align:center;
    display:none;
    width:400px; /* Make sure your images are the same size */
    height:545px; /* Make sure your images are the same size */
}
.theme-creotuvestido .nivoSlider a {
    border:0;
    display:block;
}

.theme-creotuvestido .nivo-controlNav {
    position:absolute;
	left:45px;
	bottom:10px;
    margin-left:-30px; /* Tweak this to center bullets */
}
.theme-creotuvestido .nivo-controlNav a {
    display:block;
    width:10px;
    height:10px;
    background:url(../images/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:7px;
    float:left;
}
.theme-creotuvestido .nivo-controlNav a.active {
    background-position:0 -10px;
}

.theme-creotuvestido .nivo-directionNav a {
	display:block;
	width:25px;
	height:545px;
	background:url(../images/arrows.png) no-repeat 0% 50%;
	text-indent:-9999px;
	border:0;
    top:0px;
}
.theme-creotuvestido a.nivo-nextNav {
	background-position:100% 50%;
	right:-25px;
    padding-right:20px;
}
.theme-creotuvestido a.nivo-prevNav {
	left:-25px;
    padding-left:20px;
}

.theme-creotuvestido .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
	bottom:-25px;
}
.theme-creotuvestido .nivo-caption a { 
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-creotuvestido .nivo-caption a:hover { 
    color:#fff;
}

.theme-creotuvestido .ribbon {
    background:url() no-repeat;
    width:111px;
    height:111px;
    position:absolute;
    top:-3px;
    left:56px;
    z-index:300;
}