.com-slider {
	position: relative; 
	width: 100%;
	height: 272px;
}
.com-slider-body{
	position: absolute;
	top: 70px;
	background-image: url(../images/white_transp.png);
	font-size: 1.8em;
	min-width: 0;
	max-width: 45%;
	line-height: 1.4em;
}

#com-slider-pager{
	text-align: center;
	position: relative;
	z-index: 250;
}
#com-slider-pager a{ 
	font-size: 0px;
	text-decoration: none;
	display: block;
	margin: 0 5px;
	float: left;
	width: 12px;
	height: 12px;
	background: #999;
	border: solid 1px #666;
	-webkit-border-radius: 	6px;
	-moz-border-radius: 		6px;
	border-radius: 					6px;
}
#com-slider-pager a:hover{
	background: #666;
	border: solid 1px #999;
}
#com-slider-pager a.activeSlide{
	background: #666;
	border: solid 1px #999;
}