@charset "utf-8";
/* CSS Document */

.round_box {
	float:left;
	width:490px;
	padding:5px 25px 10px 0px;
	background-image:url(images/bg_clients.gif);
}
.round_box .image_box{
	width:490px;
	height:100px;
	float:left;
}
.c_hdtext{
	display:block;
	font-weight:bold;
	padding-bottom:4px;
	color:#33b0fc;
}
.image_box ul li span{
	width:100%;
	float:left;
	position:absolute;
	bottom:0px;
	left:0px;
	color:#fff;
	font-size:13px;
	background-image:url(../images/round_abt_bg.png);
	background-repeat:repeat;
	background-position:0 0;
	font-family:"PTSansRegular";
	padding-left:2px;
	}
.dir_btn{
	float:left;
	width:29px;
	padding:40px 3px 42px 3px;


}

.round_box #next{
	margin-left:62px;
	cursor:pointer;
	}
.round_box #previous{
	cursor:pointer;
	}
.likebtn{
	padding:0px 00 5px 0;
	width:78px;
	float:right;
}
/* /////////////////////////////////////////////////////////////*/
.roundabout-holder {
	list-style: none;
	width: 330px;
	height: 115px;
	margin:0px 0px 0px 59px;
	padding:0px 0px 0px 0px;
	float:left;

	
}
.roundabout-moveable-item {
	height: 55px;
	width: 100px;
	cursor: pointer;
	border:1px solid #676767;
}
.roundabout-moveable-item img {
	width: 100%;
}
.roundabout-in-focus {
	cursor: auto;
}
