????
Your IP : 18.118.171.28
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Welcome To Wanderfuls!</title>
<!-- CSS -->
<style type="text/css" media="screen">
body
{
margin:0px;
padding:0px;
}
#slider {
width: 691px; /* important to be same as image width */
height: 503px; /* important to be same as image height */
position: relative; /* important */
overflow: hidden; /* important */
margin:0px;
padding:0px;
}
#sliderContent {
width: 691px; /* important to be same as image width or wider */
position: absolute;
top: 0;
margin-left: 0;
z-index:3;
margin:0px;
padding:0px;
}
.sliderImage {
float: left;
position: relative;
display: none;
margin:0px;
padding:0px;
}
.sliderImage span {
position: absolute;
font: 10px/15px Arial, Helvetica, sans-serif;
padding: 10px 13px;
width: 691px;
background-color: #fff;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
color: #fff;
display: none;
}
.clear {
clear: both;
}
.sliderImage span strong {
font-size: 14px;
}
.top {
top: 0;
left: 0;
}
.bottom {
bottom: 0;
left: 0;
}
ul { list-style-type: none;}
h3
{
font-size:30px; color:#cc3366
}
p
{
font-size:14px; color:#cc3366
}
</style>
<!-- JavaScripts-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="s3Slider.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('#slider').s3Slider({
timeOut: 6000
});
});
</script>
</head>
<body style="overflow:hidden">
<div id="slider">
<ul id="sliderContent"> <li class="sliderImage"><img src="../images/quincenera/quinceanera-party.jpg" alt="Purple and White Baptism & Communion Centerpieces" /> <span class="bottom">
<h3>Baptism & Communion Centerpieces </h3>
<p>Like flowers, as beautiful as flowers, but better...</p>
</span> </li> <li class="sliderImage"><img src="../images/quincenera/hot-pink-quinceanera-centerpiece.jpg" alt="Hot Pink Baptism & Communion Centerpieces" /><span class="bottom">
<h3>A Unique and Beautiful Centerpiece Solution</h3>
<p>Weddings, Birthdays, Sweet 16's, Mitzvahs, Showers, Corporate events and more!</p>
</span> </li> <li class="sliderImage"><img src="../data2/images/slide_testimonials2.jpg" alt="Customize your Centerpiece" /> <span class="bottom">
<h3>You Choose ALL the colors!</h3>
<p> We can go from formal to festive, elegant to vibrant, classic to colorful!</p>
</span> </li> <li class="sliderImage"><img src="../images/graduation/graduation-centerpiece-4.jpg" alt="Wanderfuls Unique Centerpieces" /> <span class="bottom">
<h3>From Elegant to Festive</h3>
<p>Wanderfuls will make your event unforgettable and affordable.</p>
</span> </li>
<div class="clear sliderImage"></div>
</ul>
</div>
<!-- // slider -->
</body>
</html>