/* =================================================================================================================
Ranabe 2009. Ifanscoze (20121017 - 20121018)
============================================================================================================= */

#slider1 {
    position: relative; 
	top:10px;
	left:0px;
    width: 490px; 
    height: 156px; 
	overflow: hidden; 
	z-index: 800;
}

#slider1Content {
    position: absolute;
    width: 490px; 
	top: 0;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px 0px;
}
.slider1Image {
    position: relative;
    float: left;
	display: none;
}
.slider1Image span {
    position: absolute;
	font-family: sans-serif;
	font-size:12px;
    padding: 2px 3px;
    width: 490px;
    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;
}
.slider1Image span strong {
    font-size: 16px;
    color : #fff;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 10px;
	height: 20px;
}
.right {
	right: 0;
	bottom: 0;
	width: 10px;
	height: 20px;
}
ul { list-style-type: none;}
