@charset "UTF-8";
body {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/bg_body.gif) repeat-x;
}
#wrapper {
	background: url(../images/bg_demo7.jpg) no-repeat center top;
	width: 980px;
	padding-top: 95px;
	margin: 0px auto;
	text-align: left;
	height: 590px;
}
#contents {
	width: 700px;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 30px;
}

div.comp
{
	margin: 0px;
	width: 700px;
	position: relative;
	padding: 0px;
	background: #CCC;
}
div.comp div.zoom-window
{
	margin: 0;
	position: relative;
	width: 700px;
	padding: 0px;
	height: 350px;
	background: #CCC;
}
div.comp div.zoom-window div.left
{
	margin: 0;
	padding: 0;
	overflow: hidden;
	left: 0;
	width: 350px;
	position: absolute;
	text-decoration: none;
	border: 3px solid #CCC;
}
div.comp div.zoom-window div.right
{
	margin: 0;
	padding: 0;
	overflow: hidden;
	right: 0;
	width: 350px;
	position: absolute;
	border: 3px solid #CCC;
}
div.comp div.navigation
{
	margin: 3px 0 0;
	padding: 0;
	width: 700px;
	height: 25px;
	background-color: #CCC;
	position: relative;
}
div.comp div.navigation div.zoom-in
{
	margin: 1 0 0;
	padding: 0;
	overflow: hidden;
	left: 275;
	top: 0;
	z-index: 10;
	position: absolute;
	background-image: url(../images/zoomin.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 22px;
	border: 1px solid #CCC;
}
div.comp div.navigation div.zoom-out
{
	margin: 1 0 0;
	padding: 0;
	overflow: hidden;
	left: 305;
	top: 0;
	z-index: 10;
	position: absolute;
	background-image: url(../images/zoomout.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 22px;
	border: 1px solid #CCC;
}
div.comp div.navigation div.move
{
	margin: 1px 0px 0px;
	padding: 0px;
	overflow: hidden;
	left: 335;
	top: 0px;
	z-index: 10;
	position: absolute;
	border: 1px solid #CCC;
}
div.comp div.navigation div.zoom-reset
{
	margin: 1 0 0;
	padding: 0;
	overflow: hidden;
	left: 365;
	top: 0;
	z-index: 10;
	position: absolute;
	background-image: url(../images/reset.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 22px;
	border: 1px solid #CCC;
}
div.comp div.navigation div.link
{
	margin: 1px 0px 0px;
	padding: 0px;
	overflow: hidden;
	left: 395;
	top: 0;
	z-index: 10;
	position: absolute;
	background-image: url(../images/link.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 22px;
	border: 1px solid #CCC;
}
div.comp div.navigation div.unlink
{
	margin: 1px 0px 0px;
	padding: 0px;
	overflow: hidden;
	left: 395px;
	top: 0;
	z-index: 10;
	position: absolute;
	background-image: url(../images/unlink.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 22px;
	border: 1px solid #CCC;
}
div.comp div.navigation div.zoom-view
{
	margin: 0px 0 0;
	padding: 0;
	overflow: hidden;
	top: 1px;
	right: 1px;
	height: 17px;
	z-index: 10;
	position: absolute;
	background-image: url(../images/zoomview.gif);
	background-repeat: no-repeat;
	width: 86px;
	height: 17px;
	border: 1px solid #CCC;
}
div.comp div.navigation div.zoom-view div.open
{
	margin: 0;
	padding: 0;
	overflow: hidden;
	left: 3px;
	top: 3px;
	z-index: 0;
	position: absolute;
	background-repeat: no-repeat;
	width: 9px;
	height: 9px;
	background-image: url(../images/zooomview_open.gif);
}
div.comp div.navigation div.zoom-view div.close
{
	margin: 0;
	padding: 0;
	overflow: hidden;
	left: 3px;
	top: 3px;
	z-index: 0;
	position: absolute;
	background-repeat: no-repeat;
	width: 9px;
	height: 9px;
	background-image: url(../images/zooomview_close.gif);
}
div.thumbnail
{
	margin: 0;
	padding: 0;
	position: relative;
	width: 700px;
}
div.thumbnail div
{
	margin: 0;
	padding: 0;
	top: 15px;
	z-index: 0;
	position: absolute;
	border: 3px solid #CCC;
}
div.front
{
	left: 135px;
}
div.back
{
	left: 355;
}

