#slider1 {
    width: 465px; /* important to be same as image width */
    height: 468px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	background-image:url('/_templates/onoma_t_home/showcase-bg.png'); background-color:#FFFFFF; background-position:center center; background-repeat:no-repeat; 
}

#slider1 ul { 

	margin:0; padding:0;
	margin-top:15px;
	margin-left:15px;
	list-style:none;
}


#slider1 ul a { 

	color:#FFFFFF;
	text-decoration:none;
	font-size:20px;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	outline:none;

}


#slider1Content{
    width: 430px;
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image{
    float: left;
    position: relative;
	display: none;
}
.slider1Image img{
    width: 430px; /* important to be same as image width */
    height: 430px; /* important to be same as image height */
}
.slider1Image span {
    position: absolute;
	padding: 10px;
    width: 410px;
	height: 80px;
    background-color: #002f50;
    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{
   
}
.top {
	top: 0;
	left: 0;
	
}
.bottom {
	bottom: 0;
    left: 0;

}
.left {
	top: 0;
    left: 0;

}
.right {
	right: 0;
	bottom: 0;
}

span.top em { font-size:18px; font-weight:normal; font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;line-height:25px; }
span.top a {  line-height:25px; }
