#cooksContainer
{
	margin-top:40px;
	float:left;
	width:1080px;
}

#cooksContainer div.cook
{
	width:160px;
	height:195px;
	float:left;
	display:hidden;
	overflow:hidden;
	text-align:center;
	margin:20px;
}

#cooksContainer img {cursor:pointer;}


#sbCookContainer
{
	width:748px;
	margin-top:30px;
}

#sbCookAnimationContainer
{
	width: 384px;
	height:470px;
	margin-left:25px;
	position:absolute;
	z-index:1000;	
	left:0;
	display:inline;
	overflow:hidden;
	border:0px solid #000;
}

#sbContentContainer
{
	float:left;
	display:inline;
	overflow:hidden;
	margin-left:410px;
	padding-left:10px;
	padding-right:30px;
	width:290px;
}
#sbFooterSeperator
{
    background:url("../img/sbFooterSeperator.png") no-repeat;
    width:397px;
    height:9px;
    position:absolute;
    
    margin-left:-70px;
    margin-top:10px;
    background-position:397px 0px;
}