@charset "utf-8";
* { margin: 0; padding: 0 }
html {
	margin: 0;
	padding: 0;
}
body {
	background:#FFFFFF;
	font:13px Trebuchet MS;
	color:#7D7D7D;
	margin:0;
	padding:0;
}
img {
border:0;
}
a {
	color:#7d7d7d;
	text-decoration:none;
}
.clear {
	clear:both;
}
.main {
	width:877px;
}
.top {
	background:#7D7D7D;
}
.language {
	text-align:right;
	color:#7D7D7D;
	padding-right:35px;
	padding-top:8px;
}
.language a {
	color:#7D7D7D;
}
.logo {
	font-family: Trebuchet MS;
	font-size:30px;
	color:#444444;
	padding-bottom:10px;
}
.works .left {
	float:left;
	width:22px;
	height:25px;
	background:url('../gfx/stripe.gif');
}
.works .lefti {
	float:left;
	width:22px;
	height:25px;
}
.works .right {
	float:left;
	margin-left:5px;
	width:795px;
	height:25px;
	background:#7D7D7D;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
}
.works .righti {
	float:left;
	margin-left:5px;
	width:795px;
	height:25px;
	font-weight:bold;
	font-size:13px;
}
.mainwrapper {
	margin-left:28px;
	width:794px;
}
.header {
	padding:4px 0 4px 0;
}
.header_opened {
	margin:4px 0 4px 0;
}
.header .title {
	float:left;
	width:250px;
	background:#FFFFFF url('../gfx/line.gif') no-repeat -570px 20px;
	overflow:hidden;
}
.header .type {
	float:left;
	width:544px;
	background:#FFFFFF url('../gfx/line.gif') no-repeat 0 20px;
}
.padder {
	padding:3px;
	padding-left:0;
}
.content {
	padding:4px 0 4px 0;
	background:url('../gfx/stripe.gif');
}
.content .inner {
	background:#FFFFFF;
	clear:both;
}
.content .title {
	float:left;
	width:250px;
	font-weight:bold;
}
.content .description {
	float:left;
	width:250px;
	line-height:125%;
	color:#777777;
}
.content .images {
	float:left;
	width:544px;
	height:450px;
	overflow:hidden;
}
.content .type {
	float:left;
	width:500px;
	font-weight:bold;
}
.content .links {
	float:left;
	width:44px;
}
.content .links a{
	margin-left:13px;
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
	display:none;
}

.slider-wrap {
	margin: 15px 0;
	margin-left:15px;
	position: relative;
	width: 521px;
}

.csw {width: 100%; height: 400px; background: #fff; overflow: hidden}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer {
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 521px;
	height: 400px;
	clear: both;
	background: #fff;
}

.stripViewer .panelContainer {
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
}

.stripViewer .panelContainer .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 521px;
}

.stripViewer .panelContainer .panel .wrapper {
	width:521px;
	height:400px;
}

.stripNav { 
	margin-left:240px;
	margin-top:7px;
}

.stripNav ul {
	list-style: none;
}

.stripNav ul li {
	float: left;
}

.stripNav a {
	width:50px;
	display:none;
	text-align:center;
}

.stripNav li a.current {
	font:11px Arial;
	color: #444444;
	display:block;
}

.stripNavL, .stripNavR {
	position: absolute;
	top: 410px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 7px;
	width: 7px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	background: url("../gfx/back.gif") no-repeat center;
}

.stripNavR {
	background: url("../gfx/next.gif") no-repeat center;
}