/** * This<div>element is wrapped by jCarousel around the list * and has the classname "jcarousel-container". */
#holder {
	width: 318px;
	margin:10px 0px 15px 10px;
	
}
.jcarousel-container {
	position: relative;
	background-color:#990000;
	
}
.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.jcarousel-list li, .jcarousel-item {
	float: left;
	list-style: none; /* We set the width/height explicitly. No width/height causes infinite loops. */
	width: 308px;
	height: 50px;
} /** * The buttons are added dynamically by jCarousel before * the <ul>list (inside the<div>described above) and * have the classnames "jcarousel-next" and "jcarousel-prev". */
.jcarousel-next {
	z-index: 3;
	display: none;
}
.jcarousel-prev {
	z-index: 3;
	display: none;
}
/*Actual Design of Center section*/
/*main container*/
.jcarousel-skin .jcarousel-container {
	background: #fff;
	border: 0px solid #346F97;
	
	
}
/*main container*/
.jcarousel-skin .jcarousel-container-vertical {
	width: 313px;
	height: 240px;
	padding: 0px 0px 0px 5px;
}
/*box holding items/centers*/
.jcarousel-skin .jcarousel-clip-vertical {
	top: 15px;
	width: 306px;
	height: 210px;
	border:1px solid #ddd;
}
/*each item/center general size*/
.jcarousel-skin .jcarousel-item {
	width: 308px;
	height: 40px;
	background:url(../../images/common/nom_bg.gif) 0 100% repeat-x #f1f1f1;
	vertical-align: top;
	text-decoration:none;
}

.jcarousel-skin .jcarousel-item-vertical {
	margin-bottom: 2px;
}
/*item/center IMAGE*/
.jcarousel-item .img {
	float:left;
	width:80px;
	border-right:2px solid #fff;
}
/*item/center NAME*/
.jcarousel-item .name{
	float:left;
	width:140px;
	height:28px;
	display:block;
	padding:6px 4px 4px 6px;
	margin:0;
	text-decoration:none;
	text-transform:capitalize;
	color:#990000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	text-decoration:none;
	overflow:hidden;
	border-right:1px dotted #ccc;
}


/*item/center ADDRESS*/
.jcarousel-item .address{
	float:left;
	width:142px;
	height:28px;
	display:block;
	padding:4px 4px 4px 6px;
	margin:0;
	text-decoration:none;
	font-family: Arial;
	font-size: 11px;
	line-height:12px;
	font-weight: normal;
	overflow:hidden;
	
	
}

/*yyyyyyyyyyyyyyyyyyyyyyyyyyyy*/

/** * Vertical Buttons */
/** * NEXT Button */
.jcarousel-skin .jcarousel-next-vertical {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 308px;
	height: 15px;
	cursor: pointer;
	background: transparent url(../../images/common/next-vertical.gif) no-repeat center 0;
	padding: 0px 0px 0px 10px;
}
.jcarousel-skin .jcarousel-next-vertical:hover {
	background-position: center -15px;
}
.jcarousel-skin .jcarousel-next-vertical:active {
	background-position: center -30px;
}
.jcarousel-skin .jcarousel-next-disabled-vertical, .jcarousel-skin .jcarousel-next-disabled-vertical:hover, .jcarousel-skin .jcarousel-next-disabled-vertical:active {
	cursor: default;
	background-position: center -45px;
}
/** * PREVIOUS Button */
.jcarousel-skin .jcarousel-prev-vertical {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 308px;
	height: 15px;
	cursor: pointer;
	background: transparent url(../../images/common/prev-vertical.gif) no-repeat center 0;
	padding: 0px 0px 0px 10px;
	border-bottom:1px solid #fff;
}
.jcarousel-skin .jcarousel-prev-vertical:hover {
	background-position: center -15px;
}
.jcarousel-skin .jcarousel-prev-vertical:active {
	background-position: center -30px;
}
.jcarousel-skin .jcarousel-prev-disabled-vertical, .jcarousel-skin .jcarousel-prev-disabled-vertical:hover, .jcarousel-skin .jcarousel-prev-disabled-vertical:active {
	cursor: default;
	background-position: center -45px;
}
div#nom-holder{
width:318px;

}
.nom-top{
width:318px;
height:61px;
overflow:hidden;
}
.nom-bottom{
width:318px;
height:9px;
overflow:hidden;
}
