/* product slider on homepages 
-------------------------------------------------------*/
#slider-wrapper-products {
	border-top: 1px solid #dedede;
	position:relative;	
	}
#slider1 {
	position:relative;
	list-style:none;
	overflow:hidden;
	padding-top: 15px;
	padding-right: 5px;
	text-align:center; /* center the thumbnail img */
	}	
#slider1 .product-column {
	width: 243px;
	border-right: 1px solid #dedede;
	color: #4c4c4c;
	line-height: 1.3em;	
	margin: 0 0 0 0;
	padding-right:0;
	}
a.bx-prev {
	position: absolute;
	top:-35px;
	right: 70px;	
	color: #939292;
	padding: 5px 15px 5px 18px;
	font-size: .8em;
	text-decoration: none;
	border-right: 1px solid #dedede;
	background: #fbfbfb url("images/icon_prev.gif") left center no-repeat;	
	}
a.bx-next {
	position: absolute;
	top:-35px;
	right: 10px;	
	background-color: #fbfbfb;
	color: #939292;
	padding: 5px 15px 5px 15px;
	font-size: .8em;
	text-decoration: none;
	background: #fbfbfb url("images/icon_next.gif") right center no-repeat;
	}

a.bx-next:hover, a.bx-prev:hover {text-decoration:underline; color: #4c4c4c;}

.bx-auto a {
	position: absolute;
	top: -35px;
	left: 735px;
	color: #939292;
	padding: 5px 15px 5px 25px;
	font-size: .8em;
	text-decoration: none;
	}
.bx-auto a:hover {
	text-decoration: underline;
	color: #4c4c4c;
	}
a.stop  {  background: #fbfbfb url("images/icon_pause.gif") left center no-repeat;	}
a.start {  background: #fbfbfb url("images/icon_play.gif") left center no-repeat;   }

h5 {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	}
/*typography */
.small-type {
	color: #939292;
	margin-top: 9px;
	font-size: .8em;
	line-height: 1.4em;
	padding-right: 37px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;	
	}
h2.inline-link span a {
	color: #939292;
	font-size: .825em;
	margin-left: 20px;
	text-decoration: none;
	font-weight: 100;
	}
h2.inline-link span a:hover {
	color: #4c4c4c;
	text-decoration: underline;
	}
a.small-link {
	display: block;
	color: #939292;
	margin-top: 20px;
	font-size: .8em;
	text-decoration: underline;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;	
	}
a.small-link:hover {
	color: #4c4c4c;
	margin-left: 10px;
	margin-right: 10px;
	}
.green-subhead {
	color: #6fbb44;
	text-transform:uppercase;
	font-size: .75em;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	}







/* 10b.MEDIA QUERIES
---------------------------------------------------------------------- */
@media (min-device-width:1024px) and (max-width:989px),
              screen and (max-device-width:480px),
              (max-device-width:480px) and (orientation:landscape),
              (min-device-width:481px) and (orientation:portrait) {


#slider-wrapper-products {
	width:768px; 
	}
#slider1 {
	width:768px; 
	}
.bx-auto a {
	position: absolute;
	top: -35px;
	left: 470px;
	}
a.bx-next {
	position: absolute;
	top:-35px;
	right: 265px;
	}
a.bx-prev {
	position: absolute;
	top:-35px;
	right: 325px;
	}


	
}





