.mos-img img {display: none !important;}

.carousel-container {
	width: 100%;
	overflow: hidden;
}

.icarousel {
	width: 490px;
	height: 480px;
	position: relative;
	margin: 20px auto;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}

.icarousel .slide {
	display: block;
	border-radius: 4px;
	background-color: rgba(0,0,0,0.7);
	border: 6px #333 solid;
	border: 6px rgba(0,0,0,0.5) solid;
	box-shadow:0px 0px 15px rgba(0,0,0,0.4);
	-moz-box-shadow:0px 0px 15px rgba(0,0,0,0.4);
	-webkit-box-shadow:0px 0px 15px rgba(0,0,0,0.4);
	width: 480px;
	height: 480px;
}

.icarousel .slide h5 {position: absolute; top: 250px; left: 10px; right:10px; opacity: 1; filter:alpha(opacity=70); text-align:center; }
.icarousel .slide h6 {position: absolute; top: 447px; right:10px; opacity: 0.7; font-size: 13px;filter:alpha(opacity=70); text-align:center; }
.icarousel .slide p {position: absolute; top: 314px; left: 10px; right:10px; opacity: 1; filter:alpha(opacity=70); text-align:center; }
.icarousel .slide .read_more {position: absolute; bottom: 2px; left: 10px; right:10px; opacity: 0.7; filter:alpha(opacity=70); text-align:center; }
.icarousel .slide h5 span {color: #fff; -webkit-text-stroke: 0px #000;padding: 5px 10px; font-size: 24px;font-weight: 900;display:inline-block;
-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.icarousel .slide p {color: white; background: #000; background: rgba(0, 0, 0, 0.0);; padding: 5px 10px; display:inline-block;
-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.icarousel .slide .read_more span {color: #000; background: #fff;background: rgba(255, 255, 255, 0.95); padding: 1px 10px; display:inline-block;
-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.icarousel .slide h6 span {color: white; background: #000; background: rgba(0, 0, 0, 0.4);; padding: 2px 10px; display:inline-block;
-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.icarousel .slide:hover h5,.icarousel .slide:hover h6, .icarousel .slide:hover p, .icarousel .slide:hover .read_more { opacity:1; filter:alpha(opacity=100);}
/* The Navigation buttons in the Slider */
a.iCarouselNav {
	display: block;
	position: absolute;
	top: 45%;
	width: 43px;
	height: 43px;
	background: url(../img/arrows.png) no-repeat;
	z-index: 1000;
	text-indent: -9999px;
}

a#iCarouselPrev {
	left: -364px;
	background-position: left top;
}

a#iCarouselPrev:hover {
	background-position: left bottom;
}

a#iCarouselNext {
	right: -364px;
	background-position: right top;
}

a#iCarouselNext:hover {
	background-position: right bottom;
}