

#slider-area, #coin-slider {
	position:relative;
	width:940px;
	height:360px;
	margin: 0 auto;
	overflow:hidden;
	margin-bottom:10px;
	padding-bottom:20px;
	background:url(../images/img-sha-960.png) no-repeat 0px 339px!important;
}
#slides, .slide {
	width:940px;
	height:360px;
	overflow:hidden;
}
#slides img {
	border:none;
	padding:0;
	margin:0;
}
.slide-desc {
	background:#000;
	position:absolute;
	width:auto;
	padding:8px 15px;
	bottom:26px;
	z-index:10;
	text-shadow:none!important;
		font-family: Verdana, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	
}
.slide-desc h4, .slide-desc p {
	margin:0;
	color:#eee;
}
#slide-pager {
	position:absolute;
	height:16px;
	left:425px;
	bottom:5px;
	z-index:10;
}
#slide-pager a, #slide-pager a:visited {
	float:left;
	text-indent:-9999px;
	padding-left:22px;
}
/* 4.Image styles
--------------------------------------------------*/
a img {
	display:block;
}
.zoom-image img, .zoom-video img {
	display:block;
}
.zoom-image {
	background:url("../images/zoom-image.png") no-repeat 50% 50%;
	display:block;
	overflow:hidden;	
}
.zoom-video {
	background:url("../images/zoom-video.png") no-repeat 50% 50%;
	display:block;
	overflow:hidden;	
}
.img-sha-960 {
	background:url("../images/img-sha-960.png") no-repeat bottom center;
	padding-bottom:20px;
	margin:0;
}
.img-sha-713 {
	background:url("../images/img-sha-713.png") no-repeat bottom center;
	padding-bottom:20px;
	margin:0;
}
.img-sha-630 {
	background:url("../images/img-sha-630.png") no-repeat bottom center;
	padding-bottom:20px;
	margin:0;
}
.img-sha-465 {
	background:url("../images/img-sha-465.png") no-repeat bottom center;
	padding-bottom:20px;
	margin:0;
}
.img-sha-300 {
	background:url("../images/img-sha-300.png") no-repeat bottom center;
	padding-bottom:15px;
	margin:0;
}
.img-sha-217 {
	background:url("../images/img-sha-217.png") no-repeat bottom center;
	padding-bottom:10px;
	margin:0;
}
.img-border {
	padding:5px;
}
#gallery {
	list-style:none;
	margin:0 0 15px;
	padding:0;
}
#gallery li {
	float:left;
	width:220px;
	margin:0 10px 25px 10px;
}
#gallery li a {
	display:block;
}
/* 5.Post styling
