div.content  ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
div.content ul li{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
div.content img{
	margin: 0;
}
div.slideContainer{
	margin: 0 0 0 0;
	background-color: #899DBC;
	padding: 0 0 15px 0;
}
.mod-svwp {
	width: 750px;
	height: 0px !important;
	overflow: hidden;
	padding: 1px 0 0 0;
	margin: 20px 0 0 0;
}
.svwp {
	width: 750px;
	height: 530px;
	background-image: url('../i/loader.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
} /*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 {  /*your list of images*/
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
margin: 0;
padding: 0;
}
.slideViewer ul li {
list-style-type: none !important;
float:left;
/*padding: 0;*/
}
.slideViewer img{
	width: 776px;
	height: 536px;
}
/*typographic info*/
.slideViewer .typo{
padding: 6px; /* do not modify padding */
background-color: #4C5E6B;
color: #fff;
font: normal 10px Verdana;
display: inline;
}
.slideViewer .typo a{
color: #F88000;
}
.typo a.project-name{
	display: block;
	font-size: 15pt;
	margin: 0 0 5px 0;
}
.typo div.project-description{
	margin: 0 0 5px 0;
}
.typo a.to-site{
	display: block;
	color: #fff;
}

.thumbSlider { /*the thumbnails slider*/
overflow: hidden;
width: 1%;
}
.projects-slider .thumbSlider { /*the thumbnails slider*/
background: none;
}
.thumbSlider ul {
list-style-type: none !important;
margin: 0 0 20px 0;
padding: 0;
}
.thumbSlider ul li{
list-style-type: none !important;
float:left;
}
.thumbSlider a{
color: #fff;
text-decoration: none;
}
.thumbSlider a img{
border: 0;
display: block;
margin: 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;
}
.projects-slider .thumbSlider p.tmbrdr {
border: none !important;
}

a.left, a.right { /*the left and right buttons (links)*/
background: transparent; /* could be any color  */
color: #ff0000;
font: bold 16px Arial;
overflow: hidden;
background-image: url('../i/arrow-left.png');
background-position: 50% 50%;
background-repeat: no-repeat;
/*background-color: red;*/
}
a.right {
background-image: url('../i/arrow-right.png');
}
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 {
visibility: hidden;
}
a:focus {outline:none;}