/*


	style - bottomMenu
	2013/9/27


*/


#bottomMenu {
	position: fixed;
	bottom: 55px;/*150px*/
	text-align; center:

	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.90;
	}


#bottomMenu p {
	float: left;
	display: block;
	margin: 8px;
	padding: 0;
	}

#bottomMenu p a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 71px;
	height: 71px;
	text-align: center;
	}
/*
#bottomMenu p a:hover {
	}
*/

#bottomMenu p a img {
	margin: 0;
	padding: 0;
	}

.pic {
	box-sizing: content-box;
	border: 6px solid #f8b500;
	float: left;
	height: 71px;
	width: 71px;
	margin: 8px;
	overflow: hidden;

	-webkit-box-shadow: 0px 0px 8px #777;
	        box-shadow: 0px 0px 8px #777;
	}

.morph {
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	}

.morph:hover {
	border-radius: 50%;
	-webkit-transform: rotate(360deg);
	   -moz-transform: rotate(360deg);
	     -o-transform: rotate(360deg);
	    -ms-transform: rotate(360deg);
	        transform: rotate(360deg);
	}

.active {
	border: 6px solid #fff; 
	}



/*	END	*/