/*preload classes*/
.svw {
	width: 190px;
	height: 110px;
	background: #fff;
}

.svw_show {
	width: 492px;
	height: 292px;
	background: #fff;
}

.svw ul {
	position: relative;
	left: -999em;
}

/*imagem sobreposta*/
.image {
	position: relative;
	float: left;
	z-index:100;
}
.image_show {
	position: relative;
	float: left;
	z-index:100;
}
.image_proj {
	position: relative;
	float: left;
	z-index:100;
}
.image img {
	display: block;
}
.image_show img {
	display: block;
}
.image_proj img {
	display: block;
}
.image span {
	width: 210px;
	height: 130px;
	font-size: 0;
	background-repeat:no-repeat;
	position: absolute;
}
.image_show span {
	width: 492px;
	height: 292px;
	font-size: 0;
	background-repeat:no-repeat;
	position: absolute;
}
.image_proj span {
	width: 191px;
	height: 110px;
	font-size: 0;
	background-repeat:no-repeat;
	position: absolute;
}

.tl {
	top: 0;
	left: 0;
	background-image:url(/images/slideviewer.png);
}
.tl2 {
	top: 11px;
	left: 8px;
	background-image:url(/images/slideviewer_big.png);
}
.tl3 {
	top: 0px;
	left: 0px;
	background-image:url(/images/slideviewer_small.png);
}

/*core classes*/
.stripViewer {
	position: relative;
	overflow: hidden;
	border: 0px;
	margin: 0 0 14px 0;
}
.stripViewer_show {
	position: relative;
	overflow: hidden;
	border: 0px;
	margin: 3px 0 14px 0px;
}

.stripViewer ul {
	/* this is your UL of images */
	margin: 0;
	padding: 0;
	position: relative;
	left: 0px;
	top: 0px;
	width: 1%;
	list-style-type: none;
}
.stripViewer_show ul {
	/* this is your UL of images */
	margin: 0;
	padding: 0;
	position: relative;
	left: 0px;
	top: 0px;
	width: 1%;
	list-style-type: none;
}

.stripViewer ul li {
	float: left;
}
.stripViewer_show ul li {
	float: left;
}

.stripTransmitter {
	overflow: auto;
	width: 1%;
}

.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{
	font: bold 10px Verdana, Arial;
	text-align: center;
	line-height: 22px;
	background: #D7E3E5;
	color: #7AA2A9;
	text-decoration: none;
	display: block;
}

.stripTransmitter a:hover, a.current{
	background: #00CCFF;
	color: #FFF;
}
