.svw {
	width: 50px; 
	height: 20px; 
	background: #fff;
	}

.svw ul{
	position: relative; 
	left: -999em;
	}

.stripViewer { /* this is the DIV container for your UL of images */
	position: relative;
	overflow: hidden; 
	border: 0px solid #ff0000; /* this is the border. should have the same value for the links */
	margin: 0 0 1px 0;
	height:282px;
	}
	
.stripViewer ul { /* this is your UL of images */
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
	list-style-type: none;
	height:282px;
	}
	
.stripViewer ul li { /* each image is arranged horizontally */
	float:left;
	}
		
.stripTransmitter { /* this is the DIV for your transmitter (the UL generated at run time that commands the list)*/
	overflow: auto;
	margin-top:-50px;
	float:right;
	z-index:10000;
	position:relative;
	}

.stripTransmitter ul { /* the auto-generated set of links */
	position: relative;
	list-style-type: none;
	}

.stripTransmitter ul li{ /* in this list too, each LI is arranged horizontally */
	width: 20px;
	float:left;
	margin: 0 1px 1px 0;
	}
	
.stripTransmitter a{ /* the links. */
	font: bold 10px Verdana, Arial;
	text-align: center;
	line-height: 20px;
	background: #234157;
	color: #fff;
	text-decoration: none;
	display: block;
	border:1px solid #234157
	}
	
.stripTransmitter a:hover { /* hover */
	background: #72aea8;
	color: #fff;
	}
	
.stripTransmitter a.current, .stripTransmitter a.current:hover { /* current */
	background: #fff;
	color: #234157;
	}

/*** Carousel ***/
#carousel, #carousel1 {
	width:240px;
	padding-bottom:15px;
	margin:0 auto;
	overflow:hidden;
}

#slides, #slides1 {
	overflow:hidden;
	/* fix ie overflow issue */
	position:relative;
	width:240px;
}

/* remove the list styles, width : item width * total items */	
#slides ul, #slides1 ul {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	margin:0;
	padding:0;	
	width:1250px;			
}

/* width of the item, in this case I put 250x250x gif */
#slides li, #slides1 li {
	width:240px;
	float:left;
	line-height:16px;
	}

#slides li img, 
#slides1 li img {
	padding-bottom:30px;
}

/* Styling for prev and next buttons */
#buttons, #buttons1 {
	padding:0 0 5px 0;	
	z-index:100;
	position:absolute;
	margin-top:125px;
}

#buttons a, #buttons1 a {
	display:block; 
	width:75px; 
	text-indent:-999em;
	float:left;
	outline:0;
}

a#prev, a#prev1 {
	background:url(../images/arrow.gif) 0 -20px no-repeat; 
	margin-right:90px;
}

a#prev:hover, a#prev1:hover {
	background:url(../images/arrow.gif) 0 0 no-repeat;
}

a#next, a#next1 {
	background:url(../images/arrow.gif) -75px -20px no-repeat; 
	float:left;
}

a#next:hover, a#next1:hover {
	background:url(../images/arrow.gif) -75px 0 no-repeat;
}	

.testimonial-name {
	text-align:right;	
	display:block;
	padding-top:5px;
	font-size:11px;
	}
	