a:focus	{	outline:none;
		}
		
#wrapp	{	margin: 0px;
			width: 520px;
			height: auto;
			text-align: left;
			font-size: 1.1em;
			float: left;
			padding-top: 40px;
			padding-bottom: 20px;
			padding-right: 10px;
			overflow: hidden;
		}

/* slideViewer 1.0 default styles */

.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; 
					width: 520px;
					margin: 0 0 1px 0;
					padding: 0px;
					height: auto;
				}

.stripViewer ul	{	/* this is your UL of images */
					margin: 0px;
					padding: 0px;
					position: relative;
					left: 0;
					top: 0;
					height: auto;
					list-style-type: none;
					width: 520px;
				}

.stripViewer ul li	{	/* each image is arranged horizontally */
						height: auto;
						width: auto;
						float:left;
					}

.stripTransmitter	{	/* this is the DIV for your transmitter (the UL generated at run time that commands the list)*/
						overflow: auto;
						float: left;
						padding-top: 0px;
					}

.stripTransmitter ul	{	/* the auto-generated set of links */
							position: relative;
							list-style-type: none;
							display: block;
							padding-top: 0px;
							float: left;
						}

.stripTransmitter ul li	{	/* in this list too, each LI is arranged horizontally */
							width: 9px;
							float:left;
							margin: 0 1px 1px 0;
							padding-right: 2px;
							padding-top: 0px;
						}

.stripTransmitter a	{	/* the links. */
						font: bold 1px Verdana, Arial;
						text-align: center;
						line-height: 10px;
						background: #CCC;
						color: #CCC;
						text-decoration: none;
						display: block;
						padding-top: 0px;
					}

.stripTransmitter a:hover	{	/* hover */
								background: #666;
								color: #666;
							}

.stripTransmitter a.current, .stripTransmitter a.current:hover	{	/* current */
																	background: #666;
																	color: #666;
																}

/* end slideViewer default styles */

