div.sectionContent#home { margin:0 !important; padding:0px; height:280px; width:690px; }

.sectionContent#home #main-image { height:280px; width:690px; display:block; position: relative; z-index:0; }
.sectionContent#home #main-image .slide { position:absolute; left:0; }
.sectionContent#home #main-image a { display:block; height:280px; width:690px; position:relative; z-index:1; }

.sectionContent#home a#prev-image,
.sectionContent#home a#next-image {	position:absolute; z-index:5; height:21px; width:18px; overflow:hidden; top:10px; display:block; background-repeat:none; }

.sectionContent#home a#prev-image { right:30px; background-image:url(previous.png);}
.sectionContent#home a#prev-image:hover {background-image:url(previous-hover.png); }

.sectionContent#home a#next-image { right:10px; background-image:url(next.png);}
.sectionContent#home a#next-image:hover { right:10px; background-image:url(next-hover.png); }

.sectionContent#home a#prev-image:hover,
.sectionContent#home a#next-image:hover { background-position:left -21px; }

img{ border:0px; }
