
#imageswitcher-bg {
	position:absolute;
	top:0px;
	left:0px;
	height:680px;
	width:1020px;
	background-color:#ffffff;
}

#imageswitcher-container {
	position:absolute;
	top:50%;
	left:50%;
	height:450px;
	width:400px;
	margin: -200px 0px 0px -200px;
	background-color:#000000;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#ffffff;
}

#imageswitcher-header {
	width:100%;
	height:89px;
	border-bottom: 1px solid #7f7f7f;
}

#imageswitcher-content {
	height:268px;
	border-top: 1px solid #9397a0;
	border-bottom: 1px solid #9397a0;
}

#imageswitcher-current {
	float:left;
	width:265px;
	height:100%;
	overflow:hidden;
}

#imageswitcher-list {
	float:left;
	width:129px;
	height:262px;
	background-color:#26323e;
	border: 3px solid #26323e;
	overflow:hidden;
	white-space:normal;
}

.imageswitcher-listitem {
	float:left;
	width:60px;
	height:60px;
	border: 2px solid #26323e;
	overflow:hidden;
}

.imageswitcher-listitem img {
	width:60px;
	height:60px;
}

.imageswitcher-clearer {
	clear:both;
}

#imageswitcher-footer {
	height:89px;
	border-top: 1px solid #7f7f7f;
}

#imageswitcher-description {
	width:200px;
	height:50px;
	margin: 30px 0px 0px 30px;
}

#imageswitcher-closebutton {
	position:absolute;
	bottom:40px;
	right:30px;
	width:60px;
	height:11px;
}

#imageswitcher-closebutton a {
	text-decoration:none;
	color:#ffffff;
}

#imageswitcher-closebutton-icon {
	float:left;
	margin: 2px 2px 0px 0px;
}

#imageswitcher-closebutton-text {
	float:left;
}