/* a. select template  slider --------------------------------------------------------------------------------- */
/*
#slider-home
{
	margin: 6px 0 0 0;
}

#slider-home .left
{
	padding: 25px 0 0 0;
	float: left;
	cursor: pointer;
}
#slider-home .right
{
	padding: 25px 0 0 0;
	float: right;
	cursor: pointer;
}

#slider-home .products
{
	overflow: hidden;
	position: relative;
	height: 130px;
}

#slider-home .products .product-images
{
	position: absolute;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	margin-top: 2px;
}

#slider-home .products img
{

	margin: 5px;
}

.templateThumbnail{
	width:130px; 
	height:100px;
	padding:10px;

}

.templateThumbnailContainer{
	display:inline;
	float:left
}

#slider-home .mover-wrapper
{

}

.mover-wrapper .mover
{
	height: 22px;
}

.ui-slider
{
	width: 850px;
}

.mover .ui-slider-handle
{
	margin: 3px 0;
	background-image: url('/resources/img/img_slider.gif');
	height: 19px;
	width: 127px;
	display: block;
	opacity: .85;
}
*/
#slider-wrapper {
	width: 910px;
	margin: 0 auto;	
}

#main {
	
 	width: 800px;
  	margin: 0 auto;
}

#main-wrapper {
	float: left;
	padding-left: 25px;
	width: 800px;
	
}

#right {
	height:95px;
	float: right;
	padding-top: 55px;
}

#left {
	height:95px;
	float: left;
	padding-top: 55px;
}

#content-slider {
  width: 490px;
  height: 6px;
  margin: 0 auto;
  background: #BBBBBB;
  position: relative;
}

.ui-slider-handle {
  width: 8px;
  height: 14px;
  position: absolute;
  top: -4px;
  background: #478AFF;
  border: solid 1px black;
}

#content-scroll {
  width: 800px;
  height: 150px;
  margin-top: 10px;
  overflow: hidden;
  /*border: solid 1px black;*/
}

#content-holder {
  width: 800px;
  height: 70px;
}

.content-item {
  width: 150px;
 /*height: 270px;
  padding: 5px;*/
  float: left;
}