/* CSS Document */
	<!--
	@import"css/styles.css";
	#info {
		width:150px;  /** width of external box */
		margin:0 auto;
		border:0px solid #ccc; /** border of external box */
		overflow:hidden;
		padding:0px 0px;
		position:relative;
	}
	#info a {
		background:#fff;
		color:#333;
		display:block;
		position:absolute;
		text-decoration:none;
		top:0;
		z-index:100;
	}
		#info a#move-left {
			left:0px;
			top:40px;
		}
		#info a#move-right {
			right:0px;
			top:40px;
		}
		#info .mod {
			overflow:hidden;
		}
	#themes {
		width:2000px; /** width of full image width*/
	}
	.mod {
	width:180;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	zoom:1;
	}
	#themes, #themes li {
		margin:0;
		overflow:hidden;
		padding:0;
	}
	#themes li {
		float:left;
		height:67px;
		margin:0 10px 0 0;
		width:70px;
		padding:0;
	}
	li img {
		border:0px solid #fff;
	}
	-->

