div.mainTeaser								{width: 950px; }

div.mainTeaser ul,
div.mainTeaser li							{ list-style-type: none; }

.svwp 										{ width: 50px; height: 20px; background: #fff; } /*preloader stuff. do not modify!*/ 
.svwp ul									{ position: relative; left: -999em; }/*preloader stuff. do not modify!*/ 
.slideViewer { /*this is the gallery container*/ 
position: relative; 
overflow: hidden;  
margin: 0; 
padding: 0; 
background: #fff; 
} 
.slideViewer ul {  /*this is your list of images*/ 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
margin: 0;  
padding: 0; 
} 
.slideViewer ul li { /*each LI item is floated; the whole list is now displayed as if its in one row*/ 
	float:left; 
	width: 950px;
	height: 255px;
} 
 
.slideViewer ul li span.nav-title {
	display: none;
} 
 
.slideViewer ul li div.leftSide {
	float: left;
	width: 325px;
	position: relative;
}

.slideViewer ul li div.leftSide h2 {
	position: absolute;
	top: 90px;
	left: 15px;
	font-size: 30px;
	font-weight: normal;
	color: #FFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.slideViewer ul li div.leftSide p {
	position: absolute;
	top: 145px;
	left: 15px;
	width: 200px;
	font-size: 12px; 
	line-height: 1.4;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFF;
}

.slideViewer ul li div.leftSide a.link {
	position: absolute;
	bottom: 15px;
	right: 20px;
	color: #FFF;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

.slideViewer ul li img.first-img {
	margin-right: 5px;
} 

.slideViewer ul li a {
	float: left;
}	
 
/*typographic info*/ 
.slideViewer span.typo{  
padding: 6px; /* do not modify padding (yet)*/ 
background: #fff; 
color: #000; 
font: normal 10px Arial; 
} 
 
.thumbSlider { /*the thumbnails slider contanier*/ 
overflow: hidden; 
width: 1%; 
background: #fff; 
width: 950px;
height: 27px !important;
} 
.thumbSlider ul { /*the thumbnails list of images*/ 
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
	background: #496148;
	width: 950px;
	height: 22px;
} 
.thumbSlider ul li{  
	width: auto;
	float: left;
	width: 158px;
} 
.thumbSlider a{ /*the link wrapped around each thumbnail. dynamically.*/ 
	font: bold 12px Arial, Verdana;
	text-align: left;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 4px 0px 0px 12px;
	margin-left: 5px;
	outline: none;
} 
.thumbSlider a.active { background: url(../img/teasergallery/active-tab.gif) top left no-repeat; color: #e2ef55; }
.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 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; }
