01.
<style type=
"text/css"
>
02.
#galleryie {
03.
padding:0;
04.
margin:auto;
05.
list-style-type:none;
06.
overflow:hidden;
07.
width:auto;
08.
height:300px;
09.
border:1px solid #888;
10.
background:#fff url(images/Girl-slide.jpg);
11.
}
12.
#galleryie li {
13.
float:left;
14.
}
15.
#galleryie li a {
16.
17.
display:compact ;
18.
height:300px;
19.
width:28px;
20.
overflow:hidden;
21.
float:left;
22.
text-decoration:none;
23.
border-right:1px solid #fff;
24.
cursor:auto;
25.
}
26.
#galleryie li a img {border:0;}
27.
#galleryie li a:hover {
28.
background:#eee;
29.
width:auto;
30.
}
31.
</style>
32.
<ul id=
"galleryie"
>
33.
<li><a href=
"#nogo"
> <img src=
"images/BIPV-Slide.jpg"
alt=
"#1"
title=
"#1"
/></a></li>
34.
<li><a href=
"#nogo"
> <img src=
"images/Commercial-Slide.jpg"
alt=
"#2"
title=
"#2"
/></a></li>
35.
<li><a href=
"#nogo"
> <img src=
"images/Floating-Slide.jpg"
alt=
"#3"
title=
"#3"
/></a></li>
36.
<li><a href=
"#nogo"
> <img src=
"images/residential-Slide.jpg"
alt=
"#4"
title=
"#4"
/></a></li>
37.
</ul>