#photos{
	clear: both;
	-width: 100%;
	margin: 0px;
	padding: 0px 0px;
}
#photos li{
	float: left;
	list-style-type: none;
	width: 195px;
	margin-bottom: 10px;
	text-align: left;
}
#photos li img{
	border: 0px solid #ffffff;
	width: 180px;
	height: 144px;
	align: center;
}

#photos div.ann_info{
	position: relative;
	width: 180px;
	overflow: hidden;
	height: 144px;
	display: block;
	margin-left: -90px;
	//margin-left: -105px;
	left: 50%;
	display: ;
	margin-bottom: -144px;
	top: -144px;
	//top: -147px;
	background-color: #ffffff;
}
#photos div.ann_info h3{
	padding: .2em .5em;
	background-color: #000000;
	white-space: nowrap;
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	float: left;
}

#photos div.ann_date{
	padding: .2em .5em;
	white-space: nowrap;
	color: #bbbbbb;
	font-size: .7em;
	font-weight: normal;
	margin: 0;
	clear: both;
}

#photos div.ann_txt{
	padding: .2em .5em;
	color: #333333;
	font-size: .7em;
	font-weight: normal;
	margin: 0;
	clear: both;
}

#photos div.ann{
	position: relative;
	width: 180px;
	height: 144px;
	left: 50%;
	margin-left: -104px;
	padding: 15px;
	background: url(style_pics/ann_shad.png) no-repeat 50% 50%;
}

#photos a img:hover{
	border-color: #ffc000;
	border-color: #ffffff;
}

.my_tip{
	background-color: #FFFFFF;
	width: 300px;
	border: 2px solid #ffc000;
}
