@charset "utf-8";
/* CSS Document */

#slideshow {
    width: 500px; /* important to be same as image width */
    height: 440px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slideshowContent {
    width: 500px; /* important to be same as image width or wider */
	height:440px;
    position: absolute;
	top: 0;
	margin-left: 0;
	
}

.slideshowImage {
    float: left;
    position: relative;
	display: none;
}
.slideshowImage span {
    position: relative;
	font: 11px/14px Arial, Helvetica, sans-serif;
    padding: 15px 0px 10px 0px;
    width: 500px;
    background-color: #fff;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #333;
    display: none;
}
.clear {
	clear: both;
}
.slideshowImage span strong {
	color:#743428;
    font-size: 14px;
}

.slideshowImage span a{
	font-weight:bold;
	color:#743428;	
}

.left {
	top: 0;
    left: 0;
	width: 150px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 150px !important;
	height: 290px;
}

.bottom {
	bottom: 0;
    left: 0;
}
#slideshow ul { list-style-type: none;}
#slideshow ul, #slideshow li{margin:0;padding:0;border:0;outline:0;}
