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

@charset "utf-8";
/* CSS Document for ul.index */

ul.index {
	width:auto;
	height:140px;
	display:block;
	padding:30px 15px;
	margin:40px 5px;
	}

ul.index li{
	display:inline;
	list-style:none;
	width:130px;
	height:125px;
	padding:4px;
	border:1px solid #D3DCDC;
	margin:0 20px 5px 0;
	float:left;
	text-align:center;
	background:#D3DCDC url(images/gallery-li.jpg) repeat-x top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
ul.index li:hover{
	border:1px solid #86bbe0;
	background:#86bbe0 url(images/gallery-li-hover.jpg) repeat-x top;
	}
ul.index li.little{
height:18px
}

	ul.index .clear {
	width:0;
	height:0;
	clear:both;
	}

ul.index a{}

ul.index img{
	width:130px;
	height:100px;
	margin:0 0 5px;
	border:none;
	}





