.featured_image span { /*--Used to crop image--*/
	width: inherit;
	height: inherit;
	overflow: hidden;
	display: block;
	padding:0px 0px 0px 0px;
}
.featured_image span2 { /*--Used to crop image--*/
	width: 370px;
	height:240px;
	overflow: hidden;
	display: block;
}
.featured_image span3 { /*--Used to crop image--*/
	position:absolute; 
	width: 180px;
	height:280px;
	clip: rect(180px, 0px, 0px, 90px); 
	overflow: hidden;
	display: block;
}
.featured_image span1 { /*--Used to crop image--*/
	width: 90px;
	height:270px;
	overflow: hidden;
	display: block;
}
.crop { width:373px; height:250px; overflow: hidden; }
.crop img { width: 490px; height:240px; margin: 0px 0px 0px 0px; }
.crop2 { width: 72px; height:240px; overflow: hidden; }
.crop2 img { width: 420px; height:210px; margin: -5px 0px -10px -150px; }
.crop3 { width: 72px; height:240px; overflow: hidden; }
.crop3 img { width: 420px; height:210px; margin: -5px 0px -10px -190px; }
.crop4 { width: 153px; height:231px; overflow: hidden; }
.crop4 img { width: 510px; height:240px; margin: -5px 0px 0px -180px; }
.image {
	width:146px;
	height:246px;
	background-position:50% 95%;
	background-repeat:no-repeat;
}
.images {
	width: 370px;
	height:240px;
	background-position:50% 45%;
	background-repeat:no-repeat;
}
.image3 {
	width:70px;
	height:250px;
	background-position:50% 35%;
	background-repeat:no-repeat;
}
.image2 {
	width:70px;
	height:250px;
	background-position:80% 45%;
	background-repeat:no-repeat;
}
/*.clipwrapper{
  position:relative;
  height:225px;
}
.clip{
  position:absolute;
  clip:rect(50px 218px 155px 82px);
}*/
.resize3 {
	width: 180px;
	height : auto;
	overflow: hidden;
	display: block;
}
.resize2 {
	width: 95px;
	height : auto;
	overflow: hidden;
	display: block;
}
.resize {
	width: 500px;
	height : auto;
	overflow: hidden;
	display: block;
}
.shadow, .content { position: relative; bottom: 8px; right:2px; }
.shadow { background-color: #CCCCCC; }
.content { background-color: #fff; color: #000;padding: 0.2em; }
.width { width: 200px; }
/*#para { text-shadow : 0.2em 0.2em; }*/
.contains { position: relative; left: 2px; top: 2px; color: #ccc; font-weight: bold; }
.text { position: absolute; left: -2px; top: -2px; color: #000; }
.spaced { margin-top: 300px; }