/*.svwp {width: 50px; height: 20px; background: #424445;} */ /*preloader stuff. do not modify!*/
.svwp {width: 50px; height: 20px; background: white;} /*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: #ffffff;

}
.slideViewer ul {  /*your list of images*/
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
margin: 0; 
padding: 0;
}
.slideViewer ul li {
float:left;
}

/*typographic info*/
.slideViewer span.typo{
	padding: 8px;
	margin-bottom: 20px;
	background: #ffffff;
	color: #420C4B;
	font: normal 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
}

.thumbSlider { /*the thumbnails slider*/
overflow: hidden;
width: 1%;
background: #ffffff;
}
.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;
}
.thumbSlider p.tmbrdr {
	position:relative;
	left: 0;
	font-size: 0.01em;
	left: 0;
	margin: 0;
	padding: 0;
	border: 1px solid #9d9ea0;
}

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

}
a.left span, a.right span{
margin-top: 10px;	
color: #9d9ea0;	
font: normal 16px Arial;
}
a.left img, a.right img{
	color: #9d9ea0;
	font: bold 16px Arial;
	border: 1 solid #9d9ea0;

}
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;}
