.circular_wrap {
	position: relative;
	height:120px;
	float:right; 
	width:600px;
	margin-right:20px
}

#circular li {
	/* all you need to set is "float", "width" and "height" for the items */
	font-weight: bold;
	text-align: center;
	display: inline;
	width:171px;
	height:181px;
	float:left;
	padding-left:18px 
}

#circular li a, a:visited  {
	font-weight: bold;
	text-align: center;
	display: inline;
	width:171px;
	height:181px;
	float:left;
}

#circular li.company1 a{
	background:url(../images/img-company1.jpg) no-repeat;
	height: 101px;
}

#circular li.company1 a:hover  {
	background:url(../images/img-company1-hover.gif) no-repeat;
	height: 101px;
}

#circular li.company2 a{
	background:url(../images/img-company2.jpg) no-repeat;
	height: 101px;
}

#circular li.company2 a:hover  {
	background:url(../images/img-company2-hover.gif) no-repeat;
	height: 101px;
}

#circular li.company3 a{
	background:url(../images/img-company3.jpg) no-repeat;
	height: 101px;
}

#circular li.company3 a:hover  {
	background:url(../images/img-company3-hover.gif) no-repeat;
	height: 101px;
}

#circular li.company4 a{
	background:url(../images/img-company4.jpg) no-repeat;
	height: 101px;
}

#circular li.company4 a:hover  {
	background:url(../images/img-company4-hover.gif) no-repeat;
	height: 101px;
}

#circular li.company7 a{
	background:url(../images/img-company7.jpg) no-repeat;
	height: 101px;
}

#circular li.company7 a:hover  {
	background:url(../images/img-company7-hover.gif) no-repeat;
	height: 101px;
}

#circular li.company11 a{
	background:url(../images/img-company11.gif) no-repeat;
}

#circular li.company11 a:hover {
	background:url(../images/img-company11-hover.gif) no-repeat;
}

ul#circular_nav li {
	position: absolute;
	top: 30px;
	left: -40px;
	background: url(../images/nav.png) no-repeat;
	list-style:none
}

ul#circular_nav li.next {
	background-position: right top;
	left: auto;
	right: -20px;
}

ul#circular_nav li a {
	display: block;
	width: 44px;
	height: 46px;
}

ul#circular_nav li a span {
	display: none;
}