#main .container {
	overflow: hidden;
	width: 940px;
	margin: 0 auto;
}
#main {
	padding: 0px 0px 0px 1px;
	background: #ebeef7;
	float:left;
	width: 920px;
	border:10px solid #c1bdd6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* Opera 10.5, IE 9 */
}


/*--Main Image Preview--*/
#main .main_image {
	width: 675px; height: 260px;
	float: left;
	background: url(/images/homebg.jpg) left top no-repeat #f2e2f5;
	position: relative;
	overflow: hidden;
	color: #000;
}

#main .image_thumb {
	float: left;
	width: 244px;
	background: #ebeef7;
	border-right: 1px solid #fff;
	border-top: 0px solid #ccc;
}

#main .image_thumb img {
	border: 0px solid #ccc; 
	padding: 0px; 
	float: right;
}
#main .image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
	width: 234px;
	float:right;
	background-color:#ebeef7;
	border-top: 1px solid #fff;
}
#main .image_thumb ul li{
	margin: 0; padding: 2px 15px 2px 5px;
	background: #ebeef7;
	width: 224px;
	height:37px;
	float: right;
	text-align:right;
	padding-top:10px;
	border-bottom: 1px solid #fff;
	color: #000;
}

#main .image_thumb ul li.hover {
	background: url(/images/homemenu_bg_over.jpg) repeat-x top left #a79dbe;
	cursor: pointer;
}

#main .image_thumb ul li.active {
	background: url(/images/homemenu_bg_over.jpg) repeat-x top left #a79dbe;
	cursor: default;
}



