@charset "utf-8";
/* CSS Document */
/** REQUIRED CSS **/
/* ////////// Banner //////////\*/
img {
	border: none;
	display: block;
}
a:focus {
	outline: none;
}
#banners, #banners2 { 
	margin: 0 auto;
	width: 615px;
	height: 323px;
	overflow: hidden;
}
div#banners ul li {
	display: inline;
	float: left;
}
ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}

/** NOT REQUIRED CSS **/

div#wrap {
	width: 615px;
	margin: 0 auto;
}
img.heading {
	padding: 5px 0;
}
div#example1, div#example2 { 
	padding: 0px 0;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

/* ////////// Latest Menu - marquee //////////\*/

#marqueecontainer{
position: relative;
width: 100%; /*marquee width */
height: 324px; /*marquee height */
overflow: hidden;
border:none;
}

