#slider1 {
	width: 360px;
	height: 250px;
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#slider1Content {
	width:360px;
	position: absolute;
	top: 0;
	text-align: left;
	bottom: 0px;
	margin: 0;
	padding: 0px;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
	position: relative;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	/* width: 50px; */
	color: #333333;
	display: none;
	/*background-color: #FFFFFF;
	*/
}
.clear {
	clear: both;
}

.leftx {
	bottom: 0;
	right: 0 !important;
	color: #666666;
	
	
	
}
.left {
	bottom: 0;
	left: 0;
	/*width: 100px !important;
	height: 10px;*/
	background-color: #FFFFFF;
}
.right {
	right: 0;
	bottom: 0;
	width:100px !important;
	height: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	background-color: #FFFFFF;
}
.right2 {
	right: 0;
	bottom: 0;
	width: 0px!important;
	height: 0px!important;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}
.kepsl {
	border: 1px solid #A4A4A4;
	margin: 2px;
	padding: 2px;
}

