/* slideViewer 1.0 default styles */


.stripViewer { /* this is the DIV container for your UL of images */
	position: relative;
	float:left;
	overflow: hidden; 
	margin: 0 0 1px 0;
}

.stripViewer ul { /* this is your UL of images */
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
	list-style-type: none;
}

.stripViewer ul li { /* each image is arranged horizontally */
	display:inline;		
	float:left;
}

.stripTransmitter { /* this is the DIV for your transmitter (the UL generated at run time that commands the list)*/
	overflow: auto;
	float:right;
	display:inline;
	width:48px !important;
	height:132px;
	background:url(../../../../../views/gfx/img/box/HBoxRightSub.png) no-repeat;
}

.stripTransmitter ul { /* the auto-generated set of links */
	padding-bottom:0px;
	padding-left:6px;
	padding-right:0px;
	padding-top:8px;
	list-style-type:none;
}

.stripTransmitter ul li { /* in this list too, each LI is arranged horizontally */
	width: 23px;
	margin: 14px 0px 0px 0px;
	height:20px;
	
}

.stripTransmitter a {
	background:url(../Img/slide_inactive.png) no-repeat;
	width: 23px;
	height:20px;
	display:block;
	padding:4px 0px 0px 8px;
	text-decoration:none;
	color:#777;
}

.stripTransmitter a:hover { /* hover */
	color: black;
}

.stripTransmitter a.current, .stripTransmitter a.current:hover { /* current */
	color: #2A5A8A;
	background:url(../Img/slide_active.png) no-repeat;
}

.stripTransmitter a.current:hover { /* current */
	color: #000080;
	font-weight:bold;
	
}