@charset "utf-8";
/* CSS Document */
.photos
{
	width:580px;
	position:relative;
	left:145px;
	top:110px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:rgb(84, 75, 75);
}
.Choose
{
	width:250px;
	height:50px;
	margin:auto;
	list-style:none;
	text-align:center;
	font-family:"AvantGarde Bk BT";
	margin-top:20px;
}
.Choose li, .Choose li a
{
	font-size:24px;
	display:inline;
	padding:5px;
	float:left;
	color:#8fc800;
	text-decoration:none;
}
.Choose li:hover, .Choose li a:hover
{
	background: #8fc800; /* Old browsers */
	background: -moz-linear-gradient(top,  #8fc800 38%, #6aa93e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,#8fc800), color-stop(100%,#6aa93e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8fc800 38%,#6aa93e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8fc800 38%,#6aa93e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8fc800 38%,#6aa93e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8fc800 38%,#6aa93e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#6aa93e',GradientType=0 ); /* IE6-9 */
	text-shadow:1px 1px 1px #FFF;
	border-radius:7px;
	color:#003300;
	padding:5px;
}
.Active
{
	background: #8fc800; /* Old browsers */
	background: -moz-linear-gradient(top,  #8fc800 38%, #6aa93e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,#8fc800), color-stop(100%,#6aa93e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8fc800 38%,#6aa93e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8fc800 38%,#6aa93e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8fc800 38%,#6aa93e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8fc800 38%,#6aa93e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#6aa93e',GradientType=0 ); /* IE6-9 */
	text-shadow:1px 1px 1px #FFF;
	border-radius:7px;
	color:#003300;
}