@charset "utf-8";
/* CSS Document */

#slider {
    width: 400px; /* important to be same as image width */
    height: 390px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	background: url("../../../images/ajax-loader.gif") 50% 50% no-repeat;
	left:-3.3em;
}

#slider ul {
	list-style: none;
	}
#sliderContent {
    width: 368px;
    position: absolute;
	top: 0;
	}
	
.sliderImage {
    float: left;
    position: relative;
	display: none;
	height: 380px;
	}
	
.sliderImage span {
    position: absolute;
	font: 100%/140% Verdana, Arial, Helvetica, sans-serif;
    padding: 6px 8px;
    width: 350px;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
	-khtml-opacity: 0.5;
    opacity: 0.5;
    color: #fff;
    display: none;
	}
#slider .clear {
	clear: both;
	}
.sliderImage span strong {
    font-size: 14px;
	}
#slider .top {
	top: 0;
	left: 0;
	}
#slider .bottom {
	bottom: 0;
    left: 0;
	}
/*#slider .left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
	}
#slider .right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
	}*/
