﻿/* separator */
#ml-seperator
{
	border-top: solid 1px #CCCCCC;
	height: 2px;
	margin: 4px 4px 3px 2px;
}

.jcarousel-control {
float:left;
}

/*Clear Fix*/
/*
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%; 
}
*/


/* This is for moto*/
.ml-pager{
	
	font-size:.69em;
}
.ml-pager-left{
	float:left;
	padding-left:10px;
}
.ml-pager-left a{
	text-decoration:none;
	color:Orange;
	font-size:9pt;
}
.ml-pager-left a:hover{
	text-decoration:Underline;
	color:#ffffff;
}
.ml-pager-right{
	float:right;
}
.ml-pager-right{
	float:right;
	margin:2px 20px 0 0 !Important;
}
.ml-pager-right ul, .ml-pager-right ul li{
	list-style:none;
	padding:0;
	margin:0;	
}
.ml-pager-right ul li{
	float:left;
	height:10px;
}
.ml-pager-right a{
	float:left;
	width:10px;
	height:10px;
	margin:0 0 0 5px;
	overflow:hidden;
	text-indent:-999em;
}
.ml-pager-block{
	background-color:#707070;
}
.ml-pager-block:hover{
	background-color:#ffffff;
}
.ml-pager-right .current
{
	background-color: #FF9900;
	border: solid 1px #FF9900 !important;
	width: 8px !important;
	height: 8px !important;
}
.ml-pager-arrowleft{
	background:#000000 url(../images/om-pager-left.gif) no-repeat 0 0;
}
.ml-pager-arrowleft:hover{
	background:#000000 url(../images/om-pager-left.gif) no-repeat 0 -10px;
}
.ml-pager-arrowright{
	background:#000000 url(../images/om-pager-right.gif) no-repeat 0 0;
}
.ml-pager-arrowright:hover{
	background:#000000 url(../images/om-pager-right.gif) no-repeat 0 -10px;
}



