﻿/* silder styles  */

	#slider {
    width: 950px; /* important to be same as image width */
    height: 390px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin:5px;box-shadow:0px 0px 7px 0px rgba(0,0,0,0.47);
}
#sliderContent {
    width: 950px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0; padding:0px;margin:0px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none; margin:0px;padding:0px;
}
.sliderImage span {
    position: absolute;
	 font-family:"Segoe UI"; font-size:12px;
    padding: 10px 13px;
    width: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none; white-space:normal;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}

.nivo-controlNav {
	padding:5px !important;position:relative !important;top:-30px; float:right;width:auto;min-width:130px; z-index:100;
}
.nivo-caption {
	padding-bottom:20px !important; height:60px !important;
}