/*
	changeinflux.com
	
	Filename:		apps.css
	Description:	apps page stylesheet
	Last Updated:	2010.02.23
*/


#content {
	width: 750px;
}
#slider {
	overflow: hidden;
}
.container {
	height: 405px;
	overflow: hidden;
	position: relative;
	width: 750px;
}
.slides {
	position: absolute;
	left: 0px;
	top: 0px;
}
.slides .app {
	display: none;
}
.app {
	font-size: 16px;
	overflow: auto;
	text-align: justify;
	width: 750px;
}
.left {
	float: left;
	height: 400px;
	width: 250px;
}
.right {
	float: left;
	width: 500px;
}
.left img {
	position: absolute;
	left: 22px;
	top: 53px;
	height: 233px;
	width: 155px;
}
#pre {
	position: absolute;
	top: 150px;
}
h1 {
	font-size: 48px;
	margin: 0px;
}
p {
	margin: 20px 0px;
}
ul {
	list-style: none;
	text-align: center;
	margin: 0px 267px;
	overflow: hidden;
	width: 216px;
}
li {
	display: block;
	float: left;
	height: 88px;
	margin: 0px 8px;
	padding: 8px 0px 0px 0px;
	width: 88px;
}
.select { background: url("../images/apps/shadow.png") top left no-repeat; }