.colors-container {
	width: 720px;
	height: 200px;
	background-color: white;
	position: relative;
	/*overflow: hidden;*/
	float: left;
	margin-bottom: 0px;
	/* border: 2px solid #000000 */
}

.colors-container .image-show {
	text-align: left;
	height: 200px;
	line-height: 200px;
	width: 500px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: white;
}

.colors-container .image-show img {
	vertical-align: bottom;
	display: inner-block;
}

/* opacity block */
.colors-container .image-show .color-name {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 120px;
}


.colors-container .image-show .color-name table tr td.border {
	width: 120px;
}



.colors-container div.opacity-selector table tr td.border {
	background-image: url('/nissan-colors-slider/img/png-alpha/background.png');
	height: 5px;
	empty-cells: show;
}

.colors-container div.opacity-selector table tr td.main-background strong{
	color: white;
}
.colors-container div.opacity-selector table tr td.main-background {
	background-image: url('/nissan-colors-slider/img/png-alpha/background.png');
	padding: 6px;
	height: 8px;
	line-height: normal;
	white-space: nowrap;
	z-index: 100;
	color: white;
}

.colors-container div.opacity-selector table tr td.left-top {
	background-image: url('/nissan-colors-slider/img/png-alpha/corner-left-top.png');
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
}

.colors-container div.opacity-selector table tr td.right-top {
	background-image: url('/nissan-colors-slider/img/png-alpha/corner-right-top.png');
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
}

.colors-container div.opacity-selector table tr td.left-bottom {
	background-image: url('/nissan-colors-slider/img/png-alpha/corner-left-bottom.png');
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
}

.colors-container div.opacity-selector table tr td.right-bottom {
	background-image: url('/nissan-colors-slider/img/png-alpha/corner-right-bottom.png');
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
}

/* end */

/* colors preview list */
.colors-container .preview-list {
	position: absolute;
	left: 0px;
	bottom: -10px;
	z-index: 100;
	padding: 0px;
	margin: 0px;
	background-position: left top;
	background-repeat: no-repeat;
	/*
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	*/
	height: 48px;
	width: 720px;
	vertical-align: bottom;
	text-align: center;
}

.colors-container .preview-list table tr td.border {
	width: 200px;
}


.colors-container .preview-list .colors-preview-selector {
	padding: 0px;
	margin: 0px;
}

.colors-container .preview-list .colors-preview-selector tr td {
	text-align: center;
	vertical-align: bottom;
	height: 48px;
	width: 43px;
}

.colors-container .preview-list .colors-preview-selector tr td a {
	display: block;
	margin: 0px;
	padding: 0px;
}

.help {
	position: absolute;
	left: 15px;
	bottom: -15px;
	width: 120px;
	font-size: 18px;
	font-weight: bold;
}

.help table tr td.border {
	width: 120px;
}


#hidden_name {
	display: none;
}

#image-loading {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 720px;
	height: 200px;
	background-color: black;
	z-index: 100;
	opacity: 0.3;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	display: none;
}

#image-loading img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -110px;
	margin-top: -10px;
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

/* end */
