
            
            .slider-wrapper {
                width:623px;
                height:329px;
            }

            .nivoSlider .nivo-main-image, .nivoSlider .nivo-slice, .nivoSlider img{
                height: 329px !important;
                width:623px;
            }


            #slider7{
                width:623px;
                height:329px;
            }        

        /* 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:12px;
	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:50%;
	margin-left:-150px;
	
	/* For left and right caption position*/
	width:-moz-min-content;
	height:60px;

	width: 300px;


	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;
}
.nivo-caption p h2{
	font-family:_sans,Helvetica,Arial !important !important;
	font-size:16px !important;
	color:#333!important;
        border: none !important;
}

.nivo-caption p img{
	display:block;
	width:auto;
	height:auto;
	margin: 5px;
	position: relative;
}

.nivo-html-caption {
	display:none;
}
