/* @file grid.css */
/*------------------------------------------------------------------
	[Grid Stylesheet]
	
	Project: SocialGO
	Revision: <%build%>
	Version: 1.0
	Last Change: <%svn-last-changed-date%> [<%svn-last-changed-revision%> - <%svn-last-changed-author%>]
-------------------------------------------------------------------*/
/* @group Grid Styles : 55px/10px */
.one,.two,.three,.four,.five,.six,.seven,.eight,.nine,.ten,.eleven,.twelve,.thirteen,.fourteen,.fifteen {
	/* Apparently only in IE ... */
	/*overflow-x: hidden;*/
}
.one {
	width: 55px;
}
.two {
	width: 120px;
}
.three {
	width: 185px;
}
.four {
	width: 250px;
}
.five {
	width: 315px;
}
.six {
	width: 380px;
}
.seven {
	width: 445px;
}
.eight {
	width: 510px;
}
.nine {
	width: 575px;
}
.ten {
	width: 640px;
}
.eleven {
	width: 705px;
}
.twelve {
	width: 770px;
}
.thirteen {
	width: 835px;
}
.fourteen {
	width: 900px;
}
.fifteen {
	width: 955px;
}
.full-screen {
	width: 100%;
}
/* @end */
/* @end */


