/* BOX MANAGEMENT */

.box{
	width: 492px;
	height: 358px;
	overflow: hidden;
	background: #f6b000;
	margin: 0px 0px 16px 0px;
	float: left;
	}
/* .box:nth-child(odd){float: right; clear: left;} handeled by jquery because of IE7,8*/

.plarge{height: 732px;}
.large{width: 1000px;}



