.slider-horizontal { height:240px; }
.slider-horizontal .item {height:200px; width:180px; margin:20px 10px 0; border: 1px solid #CCC; text-align: center; overflow: hidden;}
.slider-horizontal .item img{ width: 140px;  cursor: pointer; padding-top: 10px;}
.slider-horizontal .item-2 img { width: 80px !important; }
.slider-horizontal .item img:hover{
	-webkit-transition: all .2s linear;
	   -moz-transition: all .2s linear;
	    -ms-transition: all .2s linear;
	     -o-transition: all .2s linear;
	        transition: all .2s linear;
	-webkit-transform: scale(1.4);
	   -moz-transform: scale(1.4);
	    -ms-transform: scale(1.4);
	     -o-transform: scale(1.4);
	        transform: scale(1.4);
}

.slider-horizontal .item:hover{
	box-shadow: 0 10px 6px -6px #CCC;
}

.slider-vertical {width:364px; margin:25px 0; float:left; background:#eee; height:300px;}
.slider-vertical .item {height:80px; width:324px; margin:10px 0 10px 20px;}

.wrap {width:900px; margin:50px auto;}
body {font:15px/25px verdana, sans-serif; color:#333;}
h1 {font-weight:bold; text-transform:uppercase; color:#349cf3; padding:40px 0 0;}
.text {width:600px; float:left;}
.ad {padding:20px; border:1px solid #ddd; background:#f4f4f4;}
.ad-2 {width:230px; float:right; border:1px solid #ddd; background:#f4f4f4; margin:10px 0 20px 0; padding:10px;}
.ad-3 {float:left; width:336px; margin:25px 0 0 25px;}
.www_FlowSlider_com-branding{ display: none !important; }