a.button_m4u1
			{
			padding:3px;
			height:30px;
			text-decoration:none;
			font-weight:bold;
			border:1px solid #f37421;			
			}
a.button_m4u
			{
			padding:3px;
			height:30px;
			text-decoration:none;
			font-weight:bold;
			font-size:11px;
			border:1px solid #f37421;
			color:#FFFFFF;
			background:#f37421;
			background-image:url(/images/template/button_m4u_slice.gif);			
			background-repeat:repeat-x;
			cursor:pointer;
			}
a.prev_next{ font-size:11px; text-decoration:none; font-weight:bold;}
/* Click button for advert page right side links */
.clickButton
	{
		background-image:url(/images/buttons/button_new.gif); 
		background-repeat:no-repeat; 
		width:158px; 
		height:40px; 
		padding-top:10px; 
		padding-left:10px;
		color:#000000;
	}
	.clickButton:hover
	{
	background-image:url(/images/buttons/button_newO.gif); 
	}
/* Auto Suggest functions
----------------------------------*/
#result {
	height:20px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	padding:5px;
	margin-bottom:10px;
	background-color:#FFFF99;
}

.suggestionsBox {
	position: absolute;
	left: 0px;
	top:0px;
	margin: 20px 0px 0px 0px;
	width: 300px;
	padding:0px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	/*color: #00CCCC;*/
}
.suggestionList {
	margin: 0px;
	padding: 0px;
	
}
.suggestionList ul li {
	list-style:none;
	margin: 0px;
	padding: 3px;	
	cursor: pointer;
	
}
.suggestionList ul li:hover {
	background-color: #F8B487;
	color:#FFFFFF;
}


.load{
background-image:url(/images/loadingAnimation.gif);
background-position:right;
background-repeat:no-repeat;
}

#suggest {
	position:relative;
}
.highlight { 
			font-weight:bold;}
			
/*
END
*/
ul.template{margin:0px;padding:0px;list-style-type:disc;list-style-position:inside;line-height:15px;}
a.nounderline{text-decoration:none;}
/*******************
 scrollable styles */
.browse_imgs { border:1px solid #CECECE; padding:5px}
.hrs {height:1px;width:100%;background:#cecece;border:0px solid #CCCCCC;}
a.browse_pg {font-weight:bold;font-size:10px; text-decoration:none;}
h2.browse_pg {font-weight:bold;font-size:10px; color:#f37421; display:inline;}
p.browse_pg{font-size:10px; color:#333333; display:inline;}
.latest_machine {
border-right:1px dashed #cecece; 
text-align:center;display:inline; 
height:125px;width:185px;
padding-left:3px;
padding-right:3px;
line-height:15px;
font-size:10px;
}
.scroll_container {
padding-top:12px;
margin-left:0px;
width:567px; 
height:120px;
text-align:center
}
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 565px;	
	height:125px;	
}
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}
.items div {
	float:left;
}
.scrollable {
	float:left;	
}
/* prev, next, prevPage and nextPage buttons */
a.browse {	
	display:block;
	width:17px;
	height:139px;
	float:left;
	margin:0px 0px;
	cursor:pointer;
	font-size:1px;
}
/* right */
a.right 				{ background:url(/images/scrollable/r_arw.png) repeat-y;  clear:right; margin-right: 0px;}
a.left				{ background:url(/images/scrollable/l_arw.png) repeat-y; margin-left: 0px; }	
