/*------------------------Dark-----------------------------*/
#newProductGallery_dark 
{
	width:960px;
	height:512px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/newproductgallerybg.gif);
	background-repeat:repeat-x;
	_overflow:hidden;
	
}

#newProductGallery_dark div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:left;
	width:648px;
	height:392px; 
	margin-left:15px;
	margin-top:52px;
}
#newProductGallery_dark div.content a, 
#newProductGallery_dark div.navigation a {
	text-decoration: none;
	color: #777;
}

#newProductGallery_dark div.loader {
	background-image: url('/image/Black_Ring_15.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 646px;
	height: 355px
}
#newProductGallery_dark div.slideshow {
	clear: both;
}
#newProductGallery_dark div.slideshow span.image-wrapper {
	float: left;
	padding: 1px;
	display: block;
	border: 1px solid #ccc;
}

#newProductGallery_dark div.navigation 
{
	display:none;
	float:left;
	width:200px;
	height: auto;
	margin-left:45px;
	margin-top:52px;
	_margin-left:25px;
	_overflow:hidden;
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
#newProductGallery_dark ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
#newProductGallery_dark ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0px 10px 10px 0px;
	list-style: none;
}
#newProductGallery_dark a.thumb {
	padding: 1px;
	display: block;
	border: 1px solid #ccc;
}
#newProductGallery_dark ul.thumbs li.selected a.thumb {
	background: #000;
}
#newProductGallery_dark a.thumb:focus {
	outline: none;
}
#newProductGallery_dark ul.thumbs img {
	border: none;
	display: block;
}

#newProductGallery_dark #notice 
{
	float:left;
	display:none;
	width:800px;
	height:50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #999999;
	margin-left:45px;
	_margin-top:0px;/*ie6*/
	_margin-left:25px;
}

/*------------------------Light-----------------------------*/
#newProductGallery_light 
{
	width:960px;
	height:612px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/newproductgallerybg_light.gif);
	background-repeat:repeat-x;
	_overflow:hidden;
}

#newProductGallery_light div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:400px;
	height:375px; 
	margin-left:30px;
	margin-top:20px;
/*			border: 1px solid #339900;*/
}

#newProductGallery_light div.content a, 
#newProductGallery_light div.navigation a {
	text-decoration: none;
	color: #777;
}

#newProductGallery_light div.loader {
	background-image: url('/image/White_Ring_15.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 670px;
	height: 655px
}

#newProductGallery_light div.slideshow {
	clear: both;
}
#newProductGallery_light div.slideshow div.image-bg {
	float: left;
	display: block;
	width:370px;
	height:370px;
	background-image: url(../image/gallery_largeBG.gif);
	background-repeat: no-repeat;
	
	/*padding: 1px;
	border: 1px solid #ccc;*/
}

#newProductGallery_light div.slideshow span.image-wrapper {
	float: left;
	display: block;	
	margin-top:8px;
	margin-left:8px;
	_padding:0;
	_margin-left:4px;
	/*padding: 1px;
	border: 1px solid #ccc;*/
}

#newProductGallery_light div.navigation 
{
	display:none;
	float:left;
	width:500px;
	height: 200px;
	margin-left:30px;
	margin-top:20px;
	_margin-left:0px;
	_overflow:hidden;
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}

#newProductGallery_light ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
#newProductGallery_light ul.thumbs li 
{
	width:70px;
	height:70px;
	padding: 0;
	margin: 0px 0px 15px 0px;
	list-style: none;
	float:left;
}

#newProductGallery_light a.thumb 
{
	padding: 0;
	display: block;
	width:70px;
	height:70px;
	background-image: url(../image/gallery_thumbBG.gif);
	background-repeat:no-repeat;
}
#newProductGallery_light ul.thumbs li.selected a.thumb {
	/*background: #777;
	border: 1px solid #FF0000;*/
}

#newProductGallery_light ul.thumbs img {
	display: block;
	float:left;
	margin:5px 0px 0px 5px;
	border:solid 1px #666666;
	_padding:0;
	_margin:5px 0px 0px 2.5px;
}

#newProductGallery_light a.thumb:focus {
	outline: none;
}
#newProductGallery_light #notice 
{
	float:left;
	display:none;
	width:800px;
	height:50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #999999;
	margin-left:45px;
	_margin-top:0px;/*ie6*/
	_margin-left:25px;
}
