#slider {
    width: 605px; /* important to be same as image width */
    height: 250px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	top:12px;
}
#sliderContent {
    width: 605px; /* important to be same as image width or wider */
    position: absolute;
	top:0;
	margin:0;
	padding:0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 12px Arial, Helvetica, sans-serif;  /* description of the screen image */
    padding: 12px 12px;
    width: 605px;
    background-color: #000000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.3;
	-khtml-opacity: 0.3;
    opacity: 0.5;
    color: #FFFFFF;
    display: none;
}
.sliderImage span strong {
    font-size: 14px; /* title of the screen image */
}
.slide_top {
	top: 0;
	left: 0;
}
.slide_bottom {
	bottom: 3px;
    left: 0;
}
.slide_left {
	top: 0px;
    left: 0;
	width: 120px !important;
	height: 226px;
}
.slide_right {
	right: 0;
	bottom: 3px;
	width: 120px !important;
	height: 226px;
}
