@charset "utf-8";
/* CSS Document */

.svwp {width: 36px; height: 36px; background: #fff !important;} /*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 0px 0px 0px;
	width:670px !important;
	height:450px;
}
.slideViewer ul {  /*your list of images*/
	position: relative;
	left: 0;
	top: 0;
	list-style-type: none;
	margin: 0; 
	padding: 0;
}
.slideViewer ul li {
	float:left;
	width: 670px !important;
}
/*typographic info*/
.slideViewer span.typo{ 
	padding: 12px 20px 12px 20px; /* do not modify padding */
	background: #af2230 !important;
	margin:409px 0px 0px 0px !important;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	z-index:10;
	width:670px;
	position: absolute;
}
.thumbSlider { /*the thumbnails slider*/
	overflow: hidden;
	width:1%;
	*margin-left:30px !important;margin-left:30px \9 !important;
	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;
}
.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;
}
#left0, .left { /*the left and right buttons (links)*/
	background: transparent; /* could be any color  */
	color: #ff0000;
	font: bold 16px Arial;
	overflow: hidden;
	margin:-73px 0px 0px 0px !important;
	padding:0px 0px 27px 0px !important;
	position:relative;
	height:54px !important;
	padding:0px;
	float:left !important;
}
#right0, .right { /*the left and right buttons (links)*/
	margin:-46px 0px 0px 0px !important;
	*margin-right:280px !important;	margin-right:280px  \9!important;
	padding:0px 0px 27px 0px !important;
}
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;}