/* Start of CMSMS style sheet 'projects_carousel' */
div#projects_container {
width: 900px;
	height: 560px;
	overflow: hidden;
}
#projects_pager {
}
div.slide {
    padding-top: 50px;
    float: left !important;
	margin-right: 10px;
}

div.slide_graphic {
  margin-right: 10px;
  float: left !important;
}
div.slide_data {
  float: right;
  width: 240px;
}
div.merry-go-round-pagination {
}
a.merry-go-round-previous, a.merry-go-round-next {
	top: 0px !important;
	margin-left: 0px;
	margin-right: 0px;
        padding: 12px 18px;
		text-indent: -9999em;
}
a.merry-go-round-previous {
        background: url(uploads/images/left.jpg) top left no-repeat;
}
a.merry-go-round-next {
        background: url(uploads/images/right.jpg) top left no-repeat;
}
/* End of 'projects_carousel' */

