/* CSS Document */
#slider {
	width: 380px; /* important to be same as image width */
	height: 255px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden;
	border: 1px none #000;	
}

#sliderContent {
	width: 380px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	
	
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
	border: 1px none #FFF;
	margin-right: 2px;
	margin-left: -40px;
	margin-top: -14px;	
}
.sliderImage span {
	position: absolute;
	width: 370px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	font-family: "Segoe UI", "Trebuchet MS", Verdana, Arial;
	font-size: 90%;
	line-height: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	font-size: 110%;
	color: #F90;
	text-transform: uppercase;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}

.nomargin {
	margin: 0px;
}
