/******************************************/
/* SLIDEGALLERY                           */
/******************************************/
.svw {width: 50px; height: 146px; background: #fff; overflow: hidden;}
/* .svw ul {position: relative; left: -999em;} */

#gallery{
	width: 192px;
	height: 141px;
	overflow: hidden; 
}

#largeimg{
	width: 654px;
	height: 432px;
	margin: 55px 0 0 0;
	overflow: hidden;
}

.stripViewer { 
	position: relative;
	overflow: hidden; 
	margin: 0 0 1px 0;
}

.stripViewerLarge { 
	position: relative;
	overflow: hidden; 
	width: 654px;
	height: 432px;
	margin: 0 0 0 0;
}

.stripViewer ul { 
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}

.stripViewerLarge ul { 
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}

.stripViewer ul li { 
	float:left;
}

.stripViewerLarge ul li { 
	float:left;
}

.stripTransmitter {
	clear: left;
}

.stripTransmitter ul {	
	list-style-type: none;
	background: #ffffff;
	text-align: center;
}

.stripTransmitter ul li{
	float:left;
	margin: 0 1px 0px 0;
	background: #ffffff;
}

.stripTransmitter #img_menu a{
	text-decoration: underline;
}

.stripTransmitter #img_menu a:hover, .stripTransmitter #img_menu a.current{
	text-decoration: none;
	color: #fb2936;
}

#lightbox{
	position: absolute;
	background: url(../img/bg_lightbox.gif);
	left: -999em;
	z-index: 4000;
}

#lightbox #leftnavigation{
	width: 189px;
	height: 432px;
	background: url(../img/bg_lightbox.gif);
	float: left;
	border-right: 1px solid #ffffff;
}

* html #lightbox #leftnavigation{
	width: 189px;
}

#lightbox #slide{
	float: left;
	background: #FFFFFF;
	height: 432px; 
}

#lightbox .startupLightbox{
	left: 0;
}

#lightbox #rightnavigation{
	width: 189px;
	height: 432px;
	background: url(../img/bg_lightbox.gif);
	float: left;
	border-left: 1px solid #ffffff;
}

* html #lightbox #rightnavigation{
	width: 189px;
}

* html #lightbox{
	width: 100%;
}

#nav_right{
	margin: 30px 0px 0px 7px;
	cursor: pointer;
}

#nav_left{
	margin: 30px 0px 0px 146px;
	cursor: pointer;
}

#close{
	margin: 13px 0px 0px 167px;
	cursor: pointer;
}
