#custom-footer {
	text-align: center;
    overflow: auto;
    padding: 20px 0 5px;
	clear: both;
}
#custom-footer .clearfix {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
/* IE hack \*/
* html .clearfix { height: 1%; }
#custom-footer .clearfix { display: block; }
/* IE hack */
#custom-footer .cf-block {
	text-align: left;
	/*display: inline;*/
	float: left;
	position: relative;
	margin-left: 20px;
}
#custom-footer .cf-block.cf-facebook {
	display: block;
	margin: 0px;
}
#custom-footer .cf-block.cf-facebook.cf-facebook-top {
	padding-top: 10px;
	margin-bottom: 20px;
}
#custom-footer .cf-block.cf-facebook.cf-facebook-bottom {
	padding-top: 20px;
	padding-bottom: 10px;
}
#custom-footer .cf-block.cf-facebook div {
	margin: 0px 0px;
}
#custom-footer h2 {
    background: url("../image/custom_footer/h2-spacer.png") repeat-x;
    background-position: bottom;
    padding-bottom: 15px;
}
#custom-footer ul {
    list-style: none;
    margin: 0;
    padding: 0 15px;
}
#custom-footer #about-us-footer {}
#custom-footer #about-us-footer p.social img:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: .5;
	filter: alpha(opacity=50);
}
#custom-footer #information-footer ul {
	margin: 0px;
	padding-left: 12px;
	margin-left: 10px;
	list-style: disc;
}
#custom-footer #information-footer ul li {
	margin-bottom: 3px;
}
#custom-footer #information-footer a {
	text-decoration: none;
	color: #000;
}
#custom-footer #information-footer a:hover {
	text-decoration: underline;
}
#custom-footer #contact-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 0;
}
#custom-footer  #contact-footer ul li {
	padding-bottom: 2px;
}
#contact-footer  #footer-telephone, #contact-footer  #footer-telephone2, #contact-footer  #footer-email, #contact-footer  #footer-email2, #contact-footer  #footer-skype, #contact-footer  #footer-fax {
	text-indent: 30px;
	line-height: 30px;
}
#contact-footer  #footer-telephone2, #contact-footer  #footer-email2 {
	padding-bottom: 8px;
	line-height: 1px;
}
#custom-footer #slider_footer ul li {}
#custom-footer #slider_footer ul li  img {
	margin-top: 4px;
}
#custom-footer #slider_footer ul li  .name a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
#custom-footer #slider_footer ul li  .name a:hover {
	color: #38B0E3;
}
#custom-footer #slider_footer ul li  .cf-cart {
	margin-top: 3px;
	font-size: 13px;
	font-weight: bold;
}
#custom-footer #slider_footer ul li  .cf-cart a.to-cart {
	background: url("../image/custom_footer/basket.gif") no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}

.jcarousel-skin-cf .jcarousel-container {
	background: transparent;
	margin-bottom: 7px;
}
.jcarousel-skin-cf .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-cf .jcarousel-container-horizontal {
	padding: 0px 30px;
}
.jcarousel-skin-cf .jcarousel-clip {
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}
.jcarousel-skin-cf .jcarousel-clip-horizontal {
}
.jcarousel-skin-cf .jcarousel-item {
	text-align: center;
}
.jcarousel-skin-cf .jcarousel-item-horizontal {
	margin-left: 0px;
	margin-right: 1px;
}
.jcarousel-skin-cf .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 0px;
	margin-right: 0px;
}
.jcarousel-skin-cf .jcarousel-item-placeholder {
	background: transparent;
	color: #000;border: 1px solid black;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-cf .jcarousel-next-horizontal {
	position: absolute;
	top: 20px;
	right: 3px;
	width: 23px;
	height: 23px;
	cursor: pointer;
	background: url('../image/custom_footer/button_slider.png') right top no-repeat;
}
.jcarousel-skin-cf .jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background: url('../image/custom_footer/button_slider.png') right top no-repeat;
}
.jcarousel-skin-cf .jcarousel-next-horizontal:hover, .jcarousel-skin-cf .jcarousel-next-horizontal:focus {
}
.jcarousel-skin-cf .jcarousel-next-horizontal:active {
}
.jcarousel-skin-cf .jcarousel-next-disabled-horizontal, .jcarousel-skin-cf .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-cf .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-cf .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background: none;
}
.jcarousel-skin-cf .jcarousel-prev-horizontal {
	position: absolute;
	top: 20px;
	left: 3px;
	width: 23px;
	height: 23px;
	cursor: pointer;
	background: url('../image/custom_footer/button_slider.png') left top no-repeat;
}
.jcarousel-skin-cf .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 0px;
	background: url('../image/custom_footer/button_slider.png') left top no-repeat;
}
.jcarousel-skin-cf .jcarousel-prev-horizontal:hover, .jcarousel-skin-cf .jcarousel-prev-horizontal:focus {
}
.jcarousel-skin-cf .jcarousel-prev-horizontal:active {
}
.jcarousel-skin-cf .jcarousel-prev-disabled-horizontal, .jcarousel-skin-cf .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-cf .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-cf .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background: none;
}