.svwp {width: 50px; height: 20px; background: #fff;} /*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: #fff;
}

.slideViewer ul.sv {  /*your list of images*/
	position: relative;
	left: 0px;
	top: 0px;
	width: 476px;
	height: 418px;
	overflow: hidden;
	list-style-type: none;
	margin: 0; 
	padding: 0;
	background:#fff;
	display:block;
}
.slideViewer ul.sv li.sv {
	position: relative;
	float:left;
	width:476px;
	height:440px;
	display:-moz-inline-block;
	display:inline-block;
	text-align:center;
	vertical-align:middle;
}

/*typographic info*/
.slideViewer span.typo{
	margin: 0; /* dynamically adjusted via script*/
	padding: 0px;
	width:476px;
	background: #FC0;
	top:332px;
	height: 18px;
	display:block;
	white-space:nowrap;
	position: absolute;
	left: 0;
}
.slideViewer span.typo span{
	vertical-align: middle;
	color: #000;
	font: bold 9px Verdana;
	float:left;
}
.slideViewer span.voto{
	nodisplay: inline-block;
	margin-left:8px;
	noheight:16px;
	nowidth:70px;
	jjoverflow:hidden;
	float:left;
}

.thumbSlider { /*the thumbnails slider*/
overflow: hidden;
width: 1%;
background: #fff;
}
.thumbSlider ul.ts { 
list-style-type: none;
margin: 0; 
padding: 0;
}
.thumbSlider ul.ts li.ts{ 
float:left;
margin: 0;
}
.thumbSlider a{
color: #fff;
text-decoration: none;
}
.thumbSlider a img{
border: 0;
display: block;
padding: 0;
}
.thumbSlider p.tmbrdr { /* the border above -not around- each thumb */
/* width, height and top values are dynamically added by the script. Do not modify. */
position:relative; 
left: 0;
font-size: 0.01em;
left: 0;
margin: 0;
padding: 0;
}

a._left, a._right { /*the left and right buttons (links)*/
background: transparent; /* could be any color  */
color: #ff0000;
font: bold 16px Arial;
overflow: hidden;
}
a._left span, a._right span{

}
a._left img, a._right img{
border: 0;
}
a.l_dis, a.r_dis {
background: transparent; /* ALWAYS leave transparent. this is the 'disabled' state of the link !  */
cursor: default;
}
a.l_dis span, a.r_dis span {
display: none;
}
a:focus {outline:none;}