#container-body {
	height: 360px;
	overflow: hidden;
	background: #fff;
}
#wrungHomeSlider {
	width: 120px;
	height: 360px;
	float: left;
	overflow: hidden;
	margin-right: 5px;
	background: #000;
}
	#image-menu-h {
		width: 120px;
		height: 360px;
	}
	.image-h {
		width: 120px;
		height: 120px;
		cursor: pointer;
	}
	.blue { background: blue; background: #000 url(/images/shop_illustrations/home_1.jpg) 0 0 no-repeat; cursor: pointer; }
	.green { background: green; background: #000 url(/images/shop_illustrations/home_2.jpg) 0 0 no-repeat; cursor: pointer; }
	.yellow { background: yellow; background: #000 url(/images/shop_illustrations/home_3.jpg) 0 0 no-repeat; cursor: pointer; }
	
#wrungHomeAds {
	width: 574px;
	height: 360px;
	float: left;
	overflow: hidden;
	margin-right: 5px;
	background: #eee;
	/* background: #000 url(/images/shop_illustrations/home_ads.jpg) 0 0 no-repeat; */
}
	/** */
	.slideAds {
		width: 635px; /* Defining slideshow width */
		height: 360px; /* Defining slideshow height */
		overflow: hidden; /* required to hide not active elements. */
		border-right: 0;
		border-left: 0;
		margin: 0 auto;
	}
	.slideAds div {
		width: 1908px; /* Defining inner box with, must be SimpleSlide item x number of items + 3 pixels */
	}
	.slideAds div div.wrungAds {
		width: 635px;
		height: 360px;
		float: left; /* Required if you want a horizontal slide. */
		margin: 0;
		background: #fff;
		overflow: hidden;
	}
	.slideAds div div.wrungAds img {
		border: 0;
	}
	/** */

#wrungHomeTop {
	width: 210px;
	height: 360px;
	float: left;
	overflow: hidden;
	background: #fff;
}
	.home_shop_s {
		width: 210px;
		height: 360px;
		background: transparent;
		cursor: pointer;
	}
		#wrungHomeTop .home_shop_s h4 {
			display: block;
			float: left;
			width: 210px;
			height: 20px;
			line-height: 20px;
			margin: 0;
			padding: 0;
			border-top: 0;
			border-bottom: 0;
			background: black;
			margin-bottom: 2px;
			
			font-weight: normal;
			margin-left: 0;
			margin-top: 0;
		}
		.home_shop_s .products {
			width: 210px;
		}
		.home_shop_s .products span.product {
			display: block;
			float: left;
			width: 104px;
			height: 104px;
			overflow: hidden;
			background: #fff;
			margin-left: 2px;
			margin-bottom: 2px;
		}
		.home_shop_s .products span.ml {
			margin-left: 0;
		}
		.home_shop_s .products span.mb {
			margin-bottom: 0;
		}
		
/** Slider **/
#container-slide {
	margin-top: 20px;
}
#mousemove {
	
	width: 842px;
	height: 104px !important;
	overflow: hidden;
	position: relative;
	background: transparent;
	margin: 0 auto;
	padding: 0;
	float: left;
}
.inside {
	width: 2160px;
	height: 104px !important;
	overflow: hidden;
}
.inside ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.inside li {
	display: block;
	float: left;
	
}
.move {
	
}

ul#products-slider {
	margin: 0;
	padding: 0;
	
}
ul#products-slider li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 108px;
	height: 104px;
}
span.pslider {
	display: block;
	float: left;
	width: 108px;
	height: 104px;
	padding-right: 4px;
}

.arrowSliders {
	display: block;
	float: left;
	width: 30px;
	height: 105px;
}
.arrowLeft {
	margin-right: 6px;
	background: transparent url(/images/common09/slider_arrow_left.gif) 0 0 no-repeat;
}
.arrowRight {
	margin-left: 6px;
	background: transparent url(/images/common09/slider_arrow_right.gif) 0 0 no-repeat;
}