<style>
/* rotator in-page placement */
div #rotator {
	height:275px;
	width:940px;
	position:absolute;
	z-index:10;
}

div #rotator ul {
	margin:0;
	padding:0;
	position:relative;
	height:275px;
}

/* rotator css */
div #rotator ul li {
	list-style: none;
	margin:0;
	padding:0;
	position:absolute;
}
/* rotator image style */	
div #rotator ul li img {
	background: #FFF;
}
div #rotator ul li.show {
	z-index:0;
}

.cust_icon {
	margin:25px 10px 10px 0;
	float:left;
}

.aboutbox {
	width:180px;
	float:right;
}

.aboutbox h6 {
	margin-bottom:0;
}

.aboutbox p {
	margin:0px;
	padding:0px;
}

</style>
