

#slider1{
    width: 780px; /* important to be same as image width */
    height: 350px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content{
    width: 720px;
    position: absolute;
	top: 0;
	margin-left: 0;

}
.slider1Image {
    float: left;
    position: relative;
	display: none;
	list-style:none;
	margin-left:-6px;
	margin-top:3px;	
	
}


.slider1Image span{
   position: absolute; /* important */
   text-align:center;
   right: 0;
   margin-right:20px;
   margin-bottom:5px;
   font: 12px Arial, Helvetica, sans-serif;
   padding: 10px 15px 0px 15px;
   width: 100px;
   height:100px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;
}
.clear {
	clear: both;
}

.slider1Image span strong{

    font-size: 20px;
}

.right {

	width: 200px !important;
	height: 285px;
	text-align:center;
    font-size: 25px;
}
