div.imagechanger {
    display: none;
}

div.imagechanger_container_size { /* default size */
    width: 650px; /* parameter */
	height: 570px; /* parameter */
}

div.imagechanger_container {
	position: relative;
	border: 0px solid #883333;
}

div.imagechanger_container table {
	border-spacing: 0px;
	border-collapse: collapse;
}

div.imagechanger_container div.toprow {
	position: absolute;
	width: 100%;
	height: 10px;
	background-color: rgba(50, 50, 50, 0.2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#335a3232,endColorstr=#335a3232);
	zoom: 1;
}

div.imagechanger_container div.selimgrow {
	position: absolute;
	width: 100%;
	top: 10px;
	bottom: 140px; /* recalculated with custom size */
	background-color: rgba(50, 50, 50, 0.2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#335a3232,endColorstr=#335a3232);
	zoom: 1;
}

div.imagechanger_container div.prevnextbtn {
	position: absolute;
	background-color: #333333;
	top: 0px;
	bottom: 0px;
	width: 75px;
	cursor: pointer;
	z-index: 600;
	opacity: 0.0;
	padding: 10px;
}

div.imagechanger_container div.prevbtn {
	left: 0px;
	text-align: left;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

div.imagechanger_container div.nextbtn {
	right: 0px;
	text-align: right;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

div.imagechanger_container div.prevnextbtncontent {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	color: #eeeeee;
	font-weight: bold;
	font-size: 80px;
}

div.imagechanger_container div.selimg {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding-bottom: 2px;
	z-index: 50;
	overflow: hidden;
	text-align: center;
}

div.imagechanger_container div.selimg img.selimg {
	width: auto;
	height: 100%;
	border: 1px solid black;
}

div.imagechanger_container div.selimg div.flvcontainer {
	width: 100%;
	height: 100%;
	z-index: 500;
}

div.imagechanger_container div.selimg object.flv {
	z-index: 501;
}

div.imagechanger_container div.imgtitle {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 110px; /* recalculated with custom size */
	height: 30px;
	color: #333333;
	text-align: center;
	background-color:  rgba(50, 50, 50, 0.2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#335a3232,endColorstr=#335a3232);
	zoom: 1;
	padding-left: 75px;
	line-height: 90%;
}

div.imagechanger_container div.imgindex {
	position: absolute;
	left: 5px;
	width: 75px;
	bottom: 110px; /* recalculated with custom size */
	height: 30px;
	color: #333333;
	text-align: left;
}

div.imagechanger_container div.thumbnails {
	position: absolute;
	left: 0px;
	right: 0px;
	padding-left: 5px;
	padding-right: 5px;
	bottom: 0px;
	background-color: #333333;
	text-align: center;
}

div.imagechanger_container div.thumbnails div.thumbscrollarea {
	overflow: hidden;
	text-align: center;
	margin-left: 25px;
	margin-right: 25px;
}

div.imagechanger_container div.thumbnails  div.thumbscrollarea table.thumbnails {
	margin: auto;
}

div.imagechanger_container div.thumbnails img {
	height: 100px; /* parameter */
	width: auto;
	opacity: 0.6;
	border: 1px solid black;
	margin: 5px;
}

div.imagechanger_container div.thumbnails td.thumbnail {
	cursor: pointer;
}

div.imagechanger_container div.thumbnails td.selected img {
	border: 1px solid red;
	opacity: 0.95;
}

div.imagechanger_container div.thumbnails div.thumbsleftright {
	width: 20px;
	top: 0px;
	bottom: 0px;
	position: absolute;
	background-color: #555555;
	color: #eeeeee;
	opacity: 0.5;
	cursor: pointer;
}

div.imagechanger_container div.thumbnails div.thumbsleft {
	left: 3px;
}

div.imagechanger_container div.thumbnails div.thumbsright {
	right: 3px;
}

div.imagechanger_container div.thumbnails div.thumbsleftrightcont {
	position: absolute;
	height: 20px;
	top: 50%;
	margin-top: -10px;
}

div.fullpreviewbg {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #111111;
	opacity: 0.9;
	z-index: 10000;
}

div.fullpreviewcontainer {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 10010;
	cursor: pointer;
}

img.fullpreviewimg {
	z-index: 10020;
	margin: auto;
	margin-top: 100px;
	border: 10px solid white;
	margin-bottom: 100px;
}

