
                    .nivoSlider {
                            position:relative;
                            background: url(http://www.agaranzia.com/modules/Showtime/templates/nivoslider/loading.gif) no-repeat 50% 50%;
                        width:950px;
                        height:423px;
                            margin:auto;
                                    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
                                    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
                                    box-shadow: 0px 1px 5px 0px #4a4a4a;
                    }

                    .nivoSlider img {
                            position:absolute;
                            top:0px;
                            left:0px;
                            display:none;
                        width:950px;/* Make sure your images are the same size */
                        height:423px;/* Make sure your images are the same size */
                    }

                    .nivoSlider a {
                            border:0;
                            display:block;
                    }

                    /* Direction nav styles (e.g. Next & Prev) */
                    .nivo-controlNav {
                            position:absolute;
                            left:50%;
                                    background: url(http://www.agaranzia.com/modules/Showtime/templates/nivoslider/nivo_controlnav.png) no-repeat ;
                                    background-size: 100% 100%;
                                    /*width:72px;*/
                                    height:13px;
                                    bottom:15px;
                                    margin-left:-59px; /* Tweak this to center bullets */
                                    z-index:20;
                                    padding:15px 24px 15px 24px;
                                    opacity:0.5;
                    }

                    .slider-wrapper :hover .nivo-controlNav {
                            opacity:1.0;
                    }

                    .nivo-controlNav a {
                            display:block;
                            background: url(http://www.agaranzia.com/modules/Showtime/templates/nivoslider/nivo_bullets.png) no-repeat !important;
                            text-indent:-9999px;
                            border:0;
                            float:left;
                                    margin-right:3px;
                                    width:11px;
                                    height:12px;

                            position:relative;
                            z-index:9;
                            cursor:pointer;
                    }

                    /* Control nav styles (e.g. 1,2,3...) */

                    .nivo-controlNav a.active {
                                    background-position:0 -12px !important;
                    }

            .nivo-controlNav img {
                            display:inline; /* Unhide the thumbnails */
                            position:relative;
                            margin-right:10px;
                    }

                    .nivo-directionNav a {
                            display:block;
                                    width:43px;
                                    height:43px;
                                    background: url(http://www.agaranzia.com/modules/Showtime/templates/nivoslider/nivo_arrows.png) no-repeat !important;
                            text-indent:-9999px;
                            border:0;
                            position:absolute;
                            z-index:9;
                            cursor:pointer;

                    }



                    a.nivo-nextNav {
                                    bottom: 15px;
                                    right: 50%;
                                    margin-right: -95px;
                                    background-position:-43px 0 !important
                    }
                    a.nivo-nextNav:hover {
                            background-position:-43px -43px !important;
                    }



                    a.nivo-prevNav {
                                    bottom: 15px;
                                    left: 50%;
                                    margin-left: -95px;
                    }
                    a.nivo-prevNav:hover {
                            background-position:0 -43px !important;
                    }

                    /* If an image is wrapped in a link */
                    .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 */
                    .nivo-slice {
                            display:block;
                            position:absolute;
                            z-index:5;
                            height:100%;
                    }
                    .nivo-box {
                            display:block;
                            position:absolute;
                            z-index:5;
                    }


                    /* Caption styles */
.nivo-caption {
	position:absolute;
	/*background-color:#000000;*/
	/*use RGBA value if you dont want opacity inheritance*/
 	background-color: rgba(255, 255, 255, 0.60);
	font-family:_sans,Helvetica,Arial;
	font-size:56px;
        line-height:200$;
	color:#eeeeee !important;
	
	/* For caption position bottom*/
	/*bottom:0;*/

	/* For caption position top*/
	top:50%;
	margin-top:-30px;
	
	/* For caption position right side*/
	/*
	right:0;
	*/

	/* For caption position left side*/
	left:0;
	
	/* For left and right caption position*/
	width:-moz-min-content;
	height:60px;
	width: 190px;
        padding-left:40px;
	
	/* for top or bottom caption position */
	/*width:100%;*/

	z-index:8;			
}

.nivo-caption a {
	color:#ee0000;
	border-bottom:1px dotted #fff;
	display:inline !important;
}
.nivo-caption a:hover {
	color:#555;
}
.nivo-caption p {
	padding:5px ;
	margin:0;
	color:#333!important;
        line-height:100%;
}
.nivo-caption p h2{
	font-family:_sans,Helvetica,Arial !important !important;
	font-size:16px !important;
	color:#333!important;
}

.nivo-caption p img{
	display:block;
	width:auto;
	height:auto;
	margin: 5px;
	position: relative;
}

.nivo-html-caption {
	display:none;
        padding-left:40px;
        font-size:46px;


}
