#monitorSlider {
	width: 757px; /* important to be same as image width */
	height: 370px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin-left: 10px;
}

#monitorSliderContent {
	width: 757px; /* important to be same as image width or wider */
	position: absolute;
	margin: 0;
}
ul#monitorSliderContent { list-style-type: none;padding: 0}
ul#monitorSliderContent li { margin: 0;padding: 0}

.monitorSliderImage {
	float: left;
	position: relative;
	display: none;
}


.monitorSliderImage span {
	position: absolute;
	font: 12px "Verdana", "Arial", "Helvetica", sans-serif;
	padding: 10px;
	background-color: #000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	color: #fff;
	display: none;
	line-height: 16px;
}
.clear {
	clear: both;
}
.monitorSliderImage span strong {
	font-size: 16px;
	line-height: 20px;
}
.monitorSliderImage span.top {
	top: 0;
	left: 30px;
	width: 707px !important;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.monitorSliderImage span.bottom {
	bottom: 0;
	left: 0;
	width: 707px !important;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
.monitorSliderImage span.left {
	top: 0;
	left: 0;
	width: 140px !important;
	height: 320px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.monitorSliderImage span.right {
	right: 0;
	bottom: 0;
	width: 140px !important;
	height: 320px;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-khtml-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}

