#prtf {
	width: 795px; 
	height: 530px; 
	padding: 20px 20px 40px 20px;
	background: url("../img/portfolio-bg.gif") 0 0 no-repeat;
}

#products-showcase {
	width: 565px; 
	height: 390px; 
	padding: 20px 20px 40px 20px;
	background: url("../img/products-bg.gif") 0 0 no-repeat;
}

/*preload classes*/ 
.svw {
} 
.svw ul {
	position: relative; 
	left: -999em;
} 
 

.stripViewer {  
	position: relative; 
	overflow: hidden;  
	border: 1px solid #ccc;   
	margin: 0 0 1px 0; 
} 
.stripViewer ul { 
	margin: 0; 
	padding: 0; 
	position: relative; 
	left: 0; 
	top: 0; 
	width: 1%; 
	list-style-type: none; 	
} 
.stripViewer ul li {  
	float:left; 
} 

.stripTransmitter { 
	overflow: auto; 
	width: 1%; 
} 
.stripTransmitter ul { 
	float: right;
	margin: 0; 
	padding: 15px 0 0 0; 
	position: relative; 
	list-style-type: none; 
} 
.stripTransmitter ul li{ 
	float: left; 
	margin: 2px;
} 
.stripTransmitter a { 
	padding: 1px 2px;
	font-size: 12px;
	color: #999 !important; 
	text-decoration: none !important; 
} 
.stripTransmitter a:hover, a.current{ 
	color: #fff !important;
	background-color: #59c4fc;
} 


div.url {
	position: absolute; 
	bottom: 5px; 
	left: 20px;
}

div.toLeft, div.toRight {
	position: absolute; 
	top: 520px;
}
div.toLeft {
	right: 41px;
}
div.toRight {
	right: 20px;
}

.products-left {
	position: relative; 
}
.products-left div.toLeft, .products-left div.toRight {
	position: absolute; 
	top: 340px;
}