#StoreHomeModuleWrapper{
	wdith: 770px;
	height: auto;
	padding: 2px;
	background-color: #000;
}


.StoreHomeModules{
	width:770px;
	margin :auto;
	text-align:center;/* centers inline-blocks*/
	padding: 0px;
	overflow: hidden;
}

.StoreHomeModules div{
display:inline-block;/* FF3, Opera, Safari */
width:183px;
height: 130px;
margin:0 0.58em 0 0;/* need to remove top and bottom margin from p element*/
vertical-align:bottom; /*  align to bottom */
background:#F0F0F0;
overflow: hidden;
float: left;
}

.StoreHomeModules div#last{margin:0}/* remove right margin from last element so that they are all centered*/

#StoreHomeFeatureSlides{
	width: 770px; 
	height: 300px; 
	margin-bottom: 10px; 
	overflow: hidden;
}


