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

.svw {
		width: 250px; 
		height: 20px; 
		background: #333;
		} 
.svw ul {
		position: relative; 
		left: -999em;
		}  
/*core classes*/ 
.stripViewer {  
		position: relative; 
		overflow: hidden;  
		border: 5px solid #333333;   
		margin: 0 0 10px 0; 
		} 
.stripViewer ul { /* this is your UL of images */ 
		margin: 0; 
		padding: 0; 
		position: relative; 
		left: 0; 
		top: 0; 
		width: 1%; 
		list-style-type: none;
		background: none; 
		} 
.stripViewer ul li {  
		float:left; 
		} 
.stripTransmitter { 
		overflow: auto; 
		width: 1%; 
		} 
.stripTransmitter ul { 
		margin: 0; 
		padding: 0; 
		position: relative; 
		list-style-type: none; 
		} 
.stripTransmitter ul li{ 
		width: 25px; 
		float:left; 
		margin: 2px; 
		} 
.stripTransmitter a{ 
		font: bold 10px Verdana, Arial; 
		margin: 2px;
		border: 1px #999999 solid;
		text-align: center; 
		line-height: 22px; 
		background: #333333; 
		color: #fff; 
		text-decoration: none; 
		display: block; 
		} 
.stripTransmitter a:hover, a.current{ 
		background: #999999; 
		color: #333333; 
		}  /*tooltips formatting*/ 
#tooltip { 
		background: #fff; 
		color: #000; 
		opacity: 0.85; 
		border: 5px solid #dedede; 
		} 
#tooltip h3 {  
		font: normal 10px Verdana;  
		margin: 0;  
		padding: 6px 2px;  
		border: 0; 
		}
#side li {
		background: none;
		padding: 0;
		margin: 0;
		} 
#portfolio-image {
		margin-top: 125px;
		}
#getuigenis {
		border-bottom: 1px solid #555555;
		border-top: 1px solid #555555;
		background: #333333;
		width: 400px;
		padding: 10px 5px 5px 5px;
		margin-bottom: 10px;
		}
#getuigenis #end-quote {
		text-align: right;
		}
#getuigenis #text {
		padding: 0px 25px 10px 25px;
		color: #ffffff;
		text-align: justify;
		}
#bottom h2 {
		font-size: 16px;
		color: #FFF;
		border: 0;
		text-align: left;
	}
#showhere {
		margin-bottom: 15px;
		}