@charset "utf-8";
/* CSS Document */

ul.hover_block li{
	list-style:none;
	float:left;
	padding: 6px;
	width:460px;
	position: relative;
	background-color: #fff;
	background-image: url(images/amritaly-img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: -40px;
}

ul.hover_block li a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 345px;
	width: 440px;
	padding: 15px;
	color: #000;
	font: 1.6em/1.3 Helvetica, Arial, sans-serif;
		}

ul.hover_block li a { text-decoration: none; }

ul.hover_block li img {
			position: absolute;
			top: 0;
			left: 0;
			border: 0;
		}
ul.hover_block2 li{
	list-style:none;
	float:left;
	padding: 6px;
	width:460px;
	position: relative;
	background-color: #fff;
	background-image: url(images/dueimg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: -40px;
}

ul.hover_block2 li a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 345px;
	width: 440px;
	padding: 15px;
	color: #000;
	font: 1.6em/1.3 Helvetica, Arial, sans-serif;
		}

ul.hover_block2 li a { text-decoration: none; }

ul.hover_block2 li img {
			position: absolute;
			top: 0;
			left: 0;
			border: 0;
		}

