.svwp {
	margin-left:330px;
	margin-top:170px;
} /*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;
}
.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{
	margin: 0; /* dynamically adjusted via script*/
	/*padding: 3px 6px;*/
	background: #005bfe;
	color: #fff;
}

.thumbSlider { /*the thumbnails slider*/
	overflow: hidden;
	position: absolute;
	top: 97px;
	left: 480px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
}
.thumbSlider ul { 
	list-style-type: none;
	margin: 0; 
	padding: 0;
	background-color: #000;
}
.thumbSlider ul li{ 
	float:left;
	margin: 0;
}

.thumbSlider a{
	text-align: center;
	line-height: 16px;
	background: #fff;
	color: #b6a8a8;
	text-decoration: none;
	display: block;
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

.thumbSlider a:hover {
	background: #fff;
	color: #005bfe;
}

.thumbSlider a img{
	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;
	margin-top: 2px;
	padding: 0;
}

a.left, a.right { /*the left and right buttons (links)*/
	background: transparent; /* could be any color  */
	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;}
