#doc {
	padding-top:20px;
	height:167px;
	float: left;	
	}

	#info {
		width:800px;
		height:165px;
		margin:0 auto;
		border:0px solid #ccc;
		overflow:hidden;
		position:relative;
		padding-top:10px;
		padding-bottom:10px;
	}


	#info a {
		/*color:#333;
		display:block;
		position:absolute;
		text-decoration:none;
		top:70px;
		z-index:100;*/

		color:#ffffff;
		display:block;
		position:absolute;
		text-decoration:none;
		top:50px;
		z-index:100;
	}

		#info a#move-left {
			left:5px;
		}

		#info a#move-right {
			right:5px;
		}

		#info .mod {
			overflow:hidden;
		}

	#themes {
		width:20000px;
	}

	.mod {
		width:800px;
		overflow:hidden;
		margin:0 auto;
		position:relative;
		
		height:200px;
		padding:0;		
		/*
		border:1px solid #909090;
		*/
	}

	#themes, #themes li {
		margin:0;
		overflow:hidden;
		padding:0;
	}

	#themes li {
		float:left;
		width:190px;
		height:195px;
		border:1px solid #c6b299;
		margin:0 10px 0 0;
		padding:0;
		background-color: #ffffff;
	}

	li img {
		border:0px solid #fff;
	}
