@charset "utf-8";
/* Slider */

#sliderLeft {
    width: 460px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
	float: left;
}

#sliderRight {
    width: 460px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
	float: right;
}

#sliderLeftContent, #sliderRightContent {
    width: 460px; /* important to be same as image width or wider */
    position: absolute;
    top: 0;
    margin-left: 0;
}
.sliderLeftImage, .sliderRightImage {
    float: left;
    position: relative;
    display: none;
}
.sliderLeftImage span, .sliderRightImage span {
    position: absolute;
    font-size: 12px;
    padding: 10px 13px;
    width: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
    clear: both;
}

.sliderLeftImage span p, .sliderRightImage span p { background-color: #000; margin-top: 5px; padding: 5px; }

.sliderLeftImage span strong, .sliderRightImage span strong {
	font-size: 12px;
	font-weight: bolder;
	background-color: #066;
	padding: 3px;
	margin-top: 5px;
}
.top {
    top: 0;
    left: 0;
}
.bottom {
    bottom: 0;
    left: 0;
}

.left {
	height:280px;
	left:0;
	top:0;
	width:220px !important;
}

.right {
	bottom:0;
	height:290px;
	right:0;
	width: 220px !important;
}
