html
{
	-webkit-font-smoothing: antialiased;
}

body
{
	background-color: #fbfbfb;
}

#content
{
	width: 1000px;
	height: 800px;
	margin: 0px auto;
}

#logo
{
	float: left;
	padding-left:0px;
	height: 52px;
	width: 200px;
}

#logo p
{
	position: relative;
	left: 70px;
	top: -60px;
	font-family: "Helvetica Neue", "Helvetica";
	font-size: 18px;
	font-weight: bold;
}

#logo img
{
	width:52px;
	height:52px;
	top: -8px;
	position: relative;
}

#twitterAvatar
{
	position: relative;
	left: -52px;
}

#navbar
{
	float: right;
	list-style-type: none;
	padding-right: 2px;
}

#navbar ul
{
	list-style-type: none;
}

#navbar li
{
	text-align: center;
	float: left;
}

#navbar li:first-child:before 
{
	content: none;
}

#navbar li:before 
{
	padding-top: 1px;
	content: "|";
	float: left;
	padding-right: 8px;
}

#navbar a
{
	display: inline;
	min-width: 40px;
	padding-right: 8px;
	color: black;
	font-family: "Helvetica Neue", "Helvetica";
	font-size: 12px;
	text-decoration: none;
}

#navbar a:link
{
	
}

#navbar a:visited
{

}

#navbar a:hover
{
}

#navbar a:active
{
}

#carousel
{
	overflow: hidden;
	width: 1000px;
	padding-top: 10px;
	margin: 0px auto;
	float: left;
	position: relative;
	display: block;
}

#carousel_inner
{
	width: 1000px;
	background-color: transparent;
	margin: 0px auto;
	float: left;
	overflow: hidden;
}

#carousel_ul
{
	position: relative;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 5000px;
	padding-bottom: 10px;
}

#carousel_ul li
{
	float: left;
	width: 1000px;
	height: 800px;
	background: rgb(241,241,241); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(241,241,241,1) 0%, rgba(251,251,251,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,241,241,1)), color-stop(100%,rgba(251,251,251,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(251,251,251,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(251,251,251,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(251,251,251,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(251,251,251,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#fbfbfb',GradientType=0 ); /* IE6-9 */
	
}

#carousel_ul li img
{
	/*.margin-bottom:-4px POS IE fix*/
	cursor: pointer;
	cursor: hand;
	border: 0px;
	width: inherit;
	height: 790px;
}

#left, #right
{
	float: left;
	height: 0px;
	width: 0px;
	display: none;
	margin-top: 380px;
	margin-left: 0px;
	background-color: #FBFBFB;
}

#controls_wrapper
{
	width: 1000px;
	margin: 0px auto;
}

#left img, #right img
{
	cursor: pointer;
	cursor: hand;
}

#fade
{
	float: left;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 85%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(85%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 85%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 85%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 85%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(left,  rgba(255,255,255,0) 85%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

	height: 101px;
	width: 1000px;
	z-index: 0;
	position: absolute;
	pointer-events: none;
}

#apppreviews
{
	left: 0px;
	padding-top: 20px;
	width: 1000px;
	background-color: transparent;
	margin: 0px auto;
	overflow-y: hidden;
	overflow-x: hidden;
	scrollbar-base-color:#000000
}

#apppreviews_ul
{
	position: relative;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 4000px;
	float: left;
}

#apppreviews_ul li
{
	float: left;
	width: 150px;
	height: 120px;
}

#apppreviews_ul li img
{
	/*.margin-bottom:-4px POS IE fix*/
	cursor: pointer;
	cursor: hand;
	border: 0px;
	
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	
	-webkit-transition: opacity 0.2s linear;
}

#apppreviews_ul li img:hover
{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#footer
{
	width: 700px;
	margin: 0px auto;
	height: 150px;
	bottom: 0px;
	
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", sans-serif;
   	font-size: 18px;
	text-align: center;
}

#footer a
{
	text-decoration: none;
	color: #cf2227;
}

#copyright
{
	font-size: 12px;
}

#left,#right {
	display:none;
	height:0;
	width:0;
	margin-top:0;
	margin-left:0
}