﻿.slider-thumbnails-bg
{
	padding: 0 27px 0 27px;
	background: #323232 url(../images/guide-bg.gif) no-repeat scroll 0 0;
	width: 643px;
	position:relative;
	height: 88px;
}
.slider-thumbnails-bg .sketch-items 
{
	position: absolute;
	top: 10px;
	left: 0;
	color: #000;
	font-size: 9px;
	width: 27px;
	display: block;
	text-align: center;
}
#content-holder-no-margin .slider-thumbnails-bg 
{
	background: #323232 url(../images/guide-bg-wide.gif) no-repeat scroll 0 0;
	width: 915px;
	margin-top: -20px;
	height: 83px;
	border-bottom: 2px solid #323232;
}
a.nextthumb-link
{
	position:absolute;
	right:7px;
	top:33px;
}
a.prevthumb-link
{
	position:absolute;
	left:7px;
	top:33px;
}

.slider-thumbnails-holder
{
	width: 646px;
	overflow: hidden;
	position: relative;
}
#content-holder-no-margin .slider-thumbnails-holder 
{
	width: 913px;
}
#ThumbList div.thumb-item div.image
{
	/*margin-right:1px;*/
	cursor:pointer;
	float:left;
	width:113px;
	height:85px;
}

#ThumbList div.thumb-item div.image span.inactive	
{
	filter:alpha(opacity=50);	
	opacity: 0.5;
}

#ThumbList div.thumb div.image
{
	/*margin-right:1px;*/
	/*filter:alpha(opacity=100);*/
	cursor:pointer;
	float:left;
	width:113px;
	height:73px;
	margin-top: 10px;
	margin-right: 2px;
	overflow: hidden;
}
#primary-content-wrapper-wide #ThumbList div.image 
{
	width: 160px;
	height: 88px;	
}
#ThumbList div.active div.image 
{
	filter:alpha(opacity=100);
}
.slider-thumbnails
{
	width: 99999999px;
	z-index: 2;
	overflow: hidden;
	height: 88px;
	position: relative;
	padding: 0;
	background-color: #aaa;
}
#content-holder-no-margin .slider-thumbnails 
{
	height: 83px;
}
.slider-thumbnails img
{
	margin-right: 1px;
	cursor: pointer;
	display: block;
	
}

.slider-thumbnails div.thumb-item
{
	margin-right: 1px;
	display: none;
	cursor: pointer;
	display: block;
	width: 160px;
	height: 88px;
	border-right: 1px solid #7b7b7b;
	float: left;
	background-color: #999999;
	zoom: 1;
	float: left;
}
#content-holder-no-margin .slider-thumbnails div.thumb-item 
{
	width: 113px;
	height: 83px;
	display:none;
}
/*#ThumbList div.image img
{
	opacity: 0.5;
	filter: alpha(opacity=50);
}*/

#ThumbList div.image img.active
{
	
	opacity: 1;
	filter: alpha(opacity=100);
}


#ThumbList div.image span 
{
	display: block;
	margin-left: 2px;
}
#content-holder-no-margin .slider-thumbnails div.thumb-item span 
{
	margin: 0;
	background: url(../images/guide-text-bg.gif) repeat-x #6a6a6a;
	font-size: 10px;
	color: #fff;
	padding-left: 2px;
	width: 113px;
	display: block;
	line-height: 17px;
}
#content-holder .slider-thumbnails div.thumb-item span 
{
	background: url(../images/guide-text-bg.gif) repeat-x #6a6a6a;
	margin: 0;
	font-size: 10px;
	color: #fff;
	display: block;
	padding-left: 2px;
	line-height: 17px;
}
.slider-thumbnails div.thumb-item.active
{
	opacity: 1;
	filter: alpha(opacity=100);
}

.slider-thumbnails div.thumb-item a
{
	width: 160px;
	height: 88px;
	display: block;
	text-decoration: none;
}
#content-holder-no-margin .slider-thumbnails div.thumb-item a 
{
	height: 83px;
	width: 114px;
}
#MainSlide 
{
	background: #323232;
	position: absolute;
	top: 0;
	left: 0;
	width: 99999999px;
	z-index: 2;
	height: 374px;
	overflow: hidden;
}
#MainSlide span.image 
{
 	position: relative;
}

#MainSlide span.image-id 
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: #000;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
}
#MainSlide span.image-link
{
	position: absolute;
	bottom: 10px;
	right: 40px;
	background: #000;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 3px 5px 3px;
}
#MainSlide span.image-link a:link,
#MainSlide span.image-link a:visited,
#MainSlide span.image-link a:active 
{
	text-decoration: none;
}
#MainSlide img{
  /*display: none;*/
   /* for IE */
  filter: alpha(opacity=20);
  /* CSS3 standard */
  opacity: 0.2;
}

#ImageSlide {
    width: 970px;
}