/* CSS Document */
<style>
*{margin:0;padding:0}
body{margin:2px;overflow-x:hidden}
.button{width:22px;height:174px;float:left;cursor:pointer;margin:0px;}
#next{width:22px;height:174px;float:left;cursor:pointer;margin:0px;margin-left:0px;background-position:center right;background:url(../images/slider/next.gif)}
#prev{width:22px;height:174px;float:left;cursor:pointer;margin:0px;margin-right:0px;background-position:center left;background:url(../images/slider/prev.gif)}

#prev:hover{background:url(../images/slider/prev-mo.gif)}
#next:hover{background:url(../images/slider/next-mo.gif)}


#mask {
	width:575px;
	height:174px;
	overflow:hidden;
	position:relative;
	background:url(../images/slider/back.gif);
	float:left;
	margin-bottom:10px;	
}

.col {
	display:block;
	width:575px;
	height:149px;
	float:left;	
	margin:0px;
	}
.site {
	width:191px;
	height:149px;
	float:left;
	padding:0px;
	margin:0px 0px 0px 0px;
	font-size:11px;

	}
	#topstrip{height:21px; width:575px;float:left;color:white;font-family:calibri;font-size:15px;}
.site img{padding:0px;border:0px solid #CCC}
.site span{display:block}
</style>