.slide270{
	width: 270px; /* important to be same as image width */
    height: 270px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

.slide350{
	width: 315px; /* important to be same as image width */
    height: 350px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}


.sliderContent270{
    width: 270px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;	
}


.sliderContent350{
    width: 315px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;	
}

.sliderImage270,.sliderImage350{
    float: left;
    position: relative;
	display: none;	
}

.sliderImage270 span{
	position: absolute;
	display: none;
	width:225px; 
	height:51px; 
	z-index:999;
	color:#fff; 
	font-size:13px; 
	padding:10px 0 0 15px;	
	font-weight:normal;
	line-height:20px;
}


.sliderImage350 span{
	position: absolute;
	display: none;
	width:315px; 
	z-index:999;
	color:#000; 
	font-size:13px; 
	padding:0px 0 0 0px;	
	font-weight:normal;
	line-height:20px;
	background:none;
	text-align:center;
}

.sliderImage350 span a{ font-weight:normal; } 
.sliderImage270 span a{ font-weight:normal; } 

.clear {
	clear: both;
}
.slider2Image span strong, .slider1Image span strong {
    font-size: 14px;
}
.top2 {
	top: 194px;
	left: 15px;
}
.top3 {
	top: 320px;
	left: 0px;
	}

.bottom2 {
	bottom: 0;
    left: 15px;
}
.left2 {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right2 {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul { list-style-type: none;}
