/* MEDIAIDEA TECHNOLOGIES - 'Mediaidea', by Benoit Baverel & Alexandre Viennot, http://mediaidea.fr/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2006, Mediaidea Technologies */
/* Added: October 1st, 2006 */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the
   designer's written permission. However, feel free to study the CSS and use
   techniques you learn from it elsewhere. */

.svwp {width: 50px; height: 20px; background: none;} /*preloader stuff. do not modify!*/
.svwp ul{position: relative; left: -999em;}/*preloader stuff. do not modify!*/
.slideViewer {position: relative; overflow: hidden; margin: 0; padding: 0; background: none}
/*your list of images*/
.slideViewer ul {position: relative; left: 0; top: 0; width: 1%; list-style-type: none; margin: 0; padding: 0}
.slideViewer ul li {float:left}

/*typographic info*/
/* do not modify padding */
.slideViewer span.typo{padding: 6px; background: none; color: #000; font: normal 10px Verdana; filter:alpha(opacity=60); -moz-opacity: 0.60; opacity: 0.60}
/*the thumbnails slider*/
.thumbSlider {overflow: hidden; width: 1%; background: #fff}
.thumbSlider ul {list-style-type: none; margin: 0; padding: 0}
.thumbSlider ul li{float:left; margin: 0}
.thumbSlider a{color: #fff; text-decoration: none}
.thumbSlider a img{border: 0; display: block; padding: 0}
/* the border above -not around- each thumb */
/* width, height and top values are dynamically added by the script. Do not modify. */
.thumbSlider p.tmbrdr {position:relative; left: 0; font-size: 0.01em; left: 0; margin: 0; padding: 0}
/*the left and right buttons (links)*/
/* could be any color  */
.thumbSlider a.left, a.right {background: transparent; color: #f00; font: bold 16px Arial; overflow: hidden}
.svwp a.left span, a.right span{}
.svwp a.left img, a.right img{border: 0}
/* ALWAYS leave transparent. this is the 'disabled' state of the link !  */
.svwp a.l_dis, a.r_dis {background: transparent; cursor: default}
.svwp a.l_dis span, a.r_dis span {display: none}
.svwp a:focus {outline:none;}