/* Catalog Header */
.mCHeD {
	position: relative;
	clear: both;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding-bottom: 10px;
}
/* Catalog Description */
.mFD {
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 10px;
}
/* Group Name */
.mCHN {
	position: relative;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 14px;
}
/* Group Description */
.mCHD {
	position: relative;
	clear: both;
	font-size: 10px;
	font-style: italic;
	text-align: center;
}
/* Item Row */
.mCIR {
	position: relative;
	padding-top: 9px;
	clear: both;
}
/* Item Name */
.mCIN {
	float: left;
	font-size: 12px;
	font-weight: bold;
	width: 90%;
}
/* Item Price */
.mCIP {
	float: right;
	font-size: 12px;
	font-weight: normal;
	min-width: 30px;
	text-align: right;
}
/* Item Description */
.mCID {
	clear: both;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}
/* icons */

.ui-icon-home2, .ui-icon-menu, .ui-icon-contact, .ui-icon-reserve, .ui-icon-more {
	background: transparent;
	-webkit-border-radius: 				0px;
	border-radius: 						0px;
	background-position: 	0 0;
width:28px!important;
height:28px!important;
margin-left:-13px!important;
top:2px!important;
background-repeat:no-repeat;
}
.ui-icon-home2 {
	background-image: url(images/802-dog-house.png)!important;
}
.ui-icon-menu {
	background-image: url(images/887-notepad.png);
}
.ui-icon-contact {
	background-image: url(images/895-user-group.png);
}
.ui-icon-reserve {
	background-image: url(images/851-calendar.png);
}
.ui-icon-more {
	background-image: url(images/729-top-list.png);
}
.errMes {
	display:block!important;
}
#home .ui-title {
    margin: 0.6em 10% 0.8em !important;
}
#content {
	height: 160px;
	width: 284px;	overflow: hidden;
	position: relative;
	border : 1px solid black;
	margin-top:5px;
}
#imgs {
	float: left;
	display: inline;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	padding: 0px;
	margin: 0px;
	width: 1950px;
// width of all images in the rotation 				/*apply a transfor to kick in the hardware acceleration.  Without this, the first time we add the transform you get odd 

rendering of the divs (half missing) */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
#imgs img {
	padding: 0px;
	margin: 0px;
	width: 1729x;
	height: 160px;
	/*apply a transfor to kick in the hardware acceleration.  Without this, the first time we add the transform you get odd 

rendering of the divs (half missing) */
	-webkit-transform: translate3d(0px, 0px, 0px);

}

.ui-content {
	overflow-y:auto!important;
	height:auto;
}
