@import url("common/probox-listgrid.css");
@import url("common/grid.css");
.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	height:160px; /*Height should enough to fit largest content's height*/
	margin:0 16px;
	}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	}
.btn_l {
	background-image:url(../../tableplanning/images/next_btn.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	}
.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	}
#mygallerylong {overflow: hidden; 
 	}
.linkbox_container {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:14px;
	font-size:100%;
	padding:0 12px 0 14px;
	}
	
.linkbox_container .linkbox {
	border:1px solid #D36A0E;
	padding:8px 5px 8px 8px ;
	margin:auto;
	width:184px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#333333;
	position:relative;
	min-height:75px;
	margin-right:5px;
	}
.linkbox_container .next-btn, .linkbox_container .previous-btn  {
	position:absolute;
	width:11px;
	height:95px;
	text-indent:-9999999px;
	}
.linkbox_container .next-btn {
	background-image:url(../images/next_btn.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	right:0px;
	top:0px;
	}
.linkbox_container  dt {
	font-size:12px;
	margin-bottom:4px;
	margin-top:7px;
	text-align:center;
	color:#FFFFFF;
	font-family:Tahoma;
	}
.linkbox_container  .price {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;

	}



