/* CSS Document */

#wrapper {
width: 754px;
position: relative;
left: 50%;
margin-left:-377px;
}


/* general styling for this example */


/* begin gallery styling */
#jgal { list-style: none; width: 290px; margin-top:210px; margin-left: 0px; padding-left:2px;}
#jgal li { opacity: .5; float:left; display: inline; width: 89px; height: 55px; background-position: 65% 35%; cursor: pointer; border: 1px solid #fff; outline: 1px solid #ddd; margin-bottom: 10px; margin-right:5px;}
#jgal li img { position: absolute; top: 120px; left: 57%; display: none; }
#jgal li.active img { display: block; }
#jgal li.active, #jgal li:hover { outline-color: #bbb; opacity: .99 /* safari bug */ }

/* styling without javascript */
#gallery { list-style: none; display: block; }
#gallery li { float: left; margin: 0 10px 10px 0; }

<!--[if lt IE 8]>
<style media="screen,projection" type="text/css">
#jgal li { filter: alpha(opacity=50); }
#jgal li.active, #jgal li:hover { filter: alpha(opacity=100); }
</style>
<![endif]-->


<script type="text/javascript">document.write("<style type='text/css'> #gallery { display: none; } </style>");</script>

<!--[if lt IE 6]><style media="screen,projection" type="text/css">#gallery { display: block; }</style><![endif]-->

