@charset "UTF-8";

/* CSS Document */

/* preload classes */ 
.svw
{
		width: 150px;
		height: 90px;
		background: transparent;
		border: thin solid #666666;
		margin: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
}

.svw ul
{
		position: relative;
		left: -999em;
}

/*core classes*/ 
.stripViewer
{
		position: relative;
		overflow: hidden;
		border: 5px solid #ff0000;
		border: 0px solid #ddd;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 1px;
		margin-left: 0px;
		padding-left: 0px;
}

.stripViewer ul
{ /* this is your UL of images */
		margin: 0;
		padding: 0;
		position: relative;
		left: 0;
		top: 0;
		width: 1%;
		list-style-type: none;
}

.stripViewer ul li
{
		float:left;
}

.stripViewer ul li a, .stripViewer ul li a img
{
		border: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
}

.stripTransmitter
{
		overflow: auto;
		width: 1%;
		padding-left: 0px;
}

.stripTransmitter ul
{
		margin: 0;
		padding: 0;
		position: relative;
		list-style-type: none;
}

.stripTransmitter ul li
{
		width: 20px;
		float:left;
		margin: 0 1px 1px 0;
}

.stripTransmitter a
{
		text-align: center;
		background: #ff0000;
		color: #fff;
		text-decoration: none;
		display: block;
		font-size: 10px;
		font-weight: bold;
		background-color: #000000;
		line-height: 16px;
}

.stripTransmitter a:hover, a.current
{
		color: #ff0000;
		color: #CCCCCC;
		background-color: #000000;
		border: thin solid #FFFFFF;
}
