@charset "utf-8";

#sitlect					{width:900px;height:160px;margin:0 auto}
#sitlect li
{
	width:435px;height:160px;border-right:1px dotted #CCC;list-style:none;display:block;
	transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out
}

#sitlect li a img
{
	margin-top:10px;
	transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;
	-webkit-box-reflect:below 5px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.6, transparent), to(white));
}

#sitlect li a:hover img
{
	margin-top:0;
	-webkit-box-reflect:below 15px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.8, transparent), to(white));
}

#sitlect .aq				{float:left}
#sitlect .bm				{float:right;border-right:none}


