﻿#slider {
    width: 500px; /* important to be same as image width */
    height: 276px; /* important to be same as image height */
    position: absolute; /* important */
		overflow: hidden; /* important */
}
#sliderContent {
    width: 500px; /* important to be same as image width or wider */
    position: absolute;
		top: 0;
		margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
		display: none;
}
.sliderImage span
{
	position: absolute; /*font: 10px/15px Arial, Helvetica, sans-serif;*/
	font-family: Tahoma;
	font-size: 10pt;
	padding: 10px 13px;
	background-color: transparent;
	color: #fff;
	display: none;
	background-image: url('../img/opacity_black_63.png');
	text-transform: uppercase;
	font-weight: normal;
}
.clear {
		clear: both;
}
.sliderImage span strong {
		font-size: 14px;
}
.top {
		top: 45px;
		left: 0;
		width: 100%;
}
.bottom {
		bottom: 0;
		left: 0;
		width: 100%;
}

.right
{
		right: 0;
		top: 45px;
		width: 30%;
		height: 228px;
}

.left
{
		left: 0;
		top: 45px;
		width: 30%;
		height: 228px;
}