>>Accordion online configurator
JQuery UI Accordion parameters
Usage example
$(document).ready(function () {
$(document).ready(function () {
('#main').FLCAccordion({ galleryWidth: 625, galleryHeight: 325 });
})
Left and bottom text customization example
<li>
<img src="assets/pictures/1.jpg"/>
<p pos="left">
<span style="color:Red;">Fusce sed turpis enim, sollicitudin...</span>
</p>
<p pos="bottom">
<b style="font-family:Comic Sans MS;">Lorem Ipsum text</b><br/>
<u>Lorem Ipsum</u>
</p>
<a href=""></a>
</li>
#main - container where the gallery will be rendered