/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Slider CSS Rules Start                                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.sliderOuterWrapper {
	overflow: hidden;
	position: relative;
	width: 725px; 
	height:325px; 
}
.sliderWrapper {
	overflow: hidden;
}
.nivoSlider {
	position: relative;
	overflow: hidden;
	background: #fff url(../images/loading.gif) no-repeat 50% 50%;
	background-color: #fff;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
.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;
        background-color:#fff; 
        filter:alpha(opacity=0); 
        -moz-opacity:0;
        -khtml-opacity: 0;
        opacity: 0;
}
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}
.nivo-box img {
	display: block;
	width: 100%;
	height: auto;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: auto;
	max-width: none;
}
.nivoSlider a {
	border: 0;
}
.nivo-controlNav {
	display: none;
}
.nivo-directionNav {
	display: none;
}
.nivo-directionNav a {
}
.mainSlider:hover .nivo-directionNav a {
}
a.nivo-nextNav {
}
a.nivo-nextNav:hover {
}
a.nivo-prevNav {
}
a.nivo-prevNav:hover {
}
.sliderControl {
	position: absolute;
	top: 45%;
	height: 36px;
	width: 42px;
	background: rgba(52, 84, 97, 0.6) url(../images/sliderArrowsBg.png) 0 0 no-repeat;
	z-index: 700;
}
.previousSlideButton {
	left: 0;
    background-position: -4px center;
}
.nextSlideButton {
	right: 0;
	background-position: -50px -5px;
}

.sliderOuterWrapper p{
     margin:0;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Slider CSS Rules End                                                                               */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
