.scrollable1 {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 200px;
	height:140px;
	/*border:#f78f1e 1px solid;*/

	/* custom decorations */
	/*border:1px solid #ccc;
	background:url(/img/global/gradient/h300.png) repeat-x;*/
}

/*.scrollable {
	float:left;
	
}


	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable1 .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	height:139px;
	
}

/* single scrollable item */
/*.scrollable img {
	display:block;
	margin:1px 1px 1px 1px;
	background-color:#fff;
	padding:1px;
	border:1px solid #ccc;
	cursor:pointer;
	width:287px;
	height:244px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}*/


.scrollable1 img {
	width:199px;
	height:139px;
	display:block;
}

.scrollable1 img.iconsimg {
	width:auto !important;
	height:auto !important;
	display:inline-block !important;
}

.scrollable1 div.scrollableItem{
	float:left;
	width:199px;
	height:139px;
	display:block;
	/*background:#FFF;
	border:#f78f1e 1px solid;*/
	margin:0px 0px 0px 0px;
	text-align: center;
	cursor:pointer;
	z-index:10;
	
}


/* active item */
.scrollable1 .active {
	border:0px solid #000;
	z-index:9999;
	position:relative;
}


/*---------  start browse for home page -------------------------------*/

 	
