
                    .nivoSlider {
                            position:relative;
                            background: url(http://www.designwild.co.uk/modules/Showtime/templates/nivoslider/loading.gif) no-repeat 50% 50%;
                        width:640px;
                        height:480px;
                            margin:auto;
                                    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;
                    }

                    .nivoSlider img {
                            position:absolute;
                            top:0px;
                            left:0px;
                            display:none;
                        width:640px;/* Make sure your images are the same size */
                        height:480px;/* 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%;
                                    margin-left:-162.5px; /* Tweak this to center bullets */
                                    bottom:-42px;
                    }

                    .slider-wrapper :hover .nivo-controlNav {
                    }

                    .nivo-controlNav a {
                            display:block;
                            background: url(http://www.designwild.co.uk/modules/Showtime/templates/nivoslider/default_bullets.png) no-repeat !important;
                            text-indent:-9999px;
                            border:0;
                            float:left;
                                    width:22px;
                                    margin-right:3px;
                                    height:22px;
                                    margin-right:3px;

                            position:relative;
                            z-index:9;
                            cursor:pointer;
                    }

                    /* Control nav styles (e.g. 1,2,3...) */

                    .nivo-controlNav a.active {
                                    background-position:0 -22px !important;
                    }

            .nivo-controlNav img {
                            display:inline; /* Unhide the thumbnails */
                            position:relative;
                            margin-right:10px;
                    }

                    .nivo-directionNav a {
                            display:block;
                                    width:30px;
                                    height:30px;
                                    background: url(http://www.designwild.co.uk/modules/Showtime/templates/nivoslider/default_arrows.png) no-repeat !important;
                                    top:50%;
                            text-indent:-9999px;
                            border:0;
                            position:absolute;
                            z-index:9;
                            cursor:pointer;

                    }



                    a.nivo-nextNav {
                                    background-position:-30px 0 !important;
                                    right:15px;
                    }
                    a.nivo-nextNav:hover {
                    }



                    a.nivo-prevNav {
                                    left:15px;
                    }
                    a.nivo-prevNav:hover {
                    }

                    /* 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(0, 0, 0, 0.60);
	font-family:_sans,Helvetica,Arial;
	font-size:12px;
	color:#eeeeee !important;
	
	/* For caption position bottom*/
	bottom:0;
	
	/* For caption position right side*/
	/*
	right:0;
	*/
	
	/* For left and right caption position*/
	/*	
	width:-moz-min-content;
	height:100%;
	width: 30%;"
	*/
	
	/* for top or bottom caption position */
	width:100%;

	z-index:8;			
}

.nivo-caption a {
	color:#fff;
	border-bottom:1px dotted #fff;
	display:inline !important;
}
.nivo-caption a:hover {
	color:#fff;
}
.nivo-caption p {
	padding:5px ;
	margin:0;
	color:#eeeeee !important;
}
.nivo-caption p h2{
	font-family:_sans,Helvetica,Arial !important !important;
	font-size:16px !important;
	color:#eeeeee !important;
}

.nivo-caption p img{
	display:block;
	width:auto;
	height:auto;
	margin: 5px;
	position: relative;
}

.nivo-html-caption {
	display:none;
}
						
