#main {
	width: 554px;
}
#main #maincontent {
	padding-left: 0px;
}
#home {
	margin-left: 15px;
}
/* ------------------- Carousel -----------------------*/

#carousel_container {
	float:left; /* important for inline positioning */
	width:525px; /* important (this width = width of list item(including margin) * items shown */
	/* non-important styling bellow */
	position: relative;
	margin-left: 20px;
	display: inline;
}
#carousel_inner {
	float:left; /* important for inline positioning */
	width:495px; /* important (this width = width of list item(including margin) * items shown */
	overflow: hidden;  /* important (hide the items outside the div) */
	/* non-important styling bellow */
	background: #F0F7F5;
	position: relative;
}
#carousel_ul {
	position:relative;
	left:-525px; /* important (this should be negative number of list items width(including margin) */
	list-style-type: none; /* removing the default styling for unordered list items */
	margin: 0px;
	padding: 0px;
	width:9999px; /* important */
	/* non-important styling bellow */
	padding-bottom:10px;
}
#carousel_ul li {
	float: left; /* important for inline positioning of the list items */
	width:525px;  /* fixed width, important */
	/* just styling bellow*/
	padding:0px;
	height:320px;
	background: #E2E9F0;
	margin-top:10px;
	margin-bottom:10px;
	overflow: hidden;
}
#carousel_ul li img {
	margin-bottom: -4px; /* IE is making a 4px gap below an image inside of an anchor (<a href...>) so this is to fix that */
	/* styling */
	cursor:pointer;
	border:0px;
}
#left_scroll, #right_scroll {
	float:left;
	height:340px;
	width:15px;
	background: #F0F7F5;
}
#left_scroll img, #right_scroll img {
	border:0; /* remove the default border of linked image */
	/*styling*/
	cursor: pointer;
	margin-top: 160px;
	padding: 10px 3px 10px 2px;
}
#left_scroll :focus, #right_scroll :focus {
	outline: 0;
}
.prodInfo {
	font-size: 9px;
	width: 155px;
	border: 1px solid #999999;
	line-height: 1.5em;
	letter-spacing: 0.09em;
	vertical-align: top;
	padding-right: 5px;
}
.prodInfo p {
	clear: both;
	vertical-align: baseline;
	line-height: 1.2em;
	letter-spacing: 0.05em;
}
.style1 {
	color: #666666;
	background-color: #F0F7F5;
}
.prodInfo img {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}
#slide1 img, #slide2 img, #slide3 img, #slide4 img, #slide5 img {
	padding-left: 5px;
	padding-right: 5px;
}
a {
	text-decoration: none;
}
a:hover {
	color: #F93;
}
