/*--------------default settings of the plugin--------------------------*/
div#container {
	margin: 0 auto;
	padding: 20px;
	width: 250px;
	font-family: carmela, sans-serif;
}

h3 {
	clear: both;
}

div#clock {
  color: #FFFFFF;
  direction: ltr;
  line-height: 50px;
  margin: 0;
  overflow: hidden;
  text-align: right;
  width: 100%;
}

div#clock p {
	background: #333;
	float: left;
	height: 88px;
	width: 88px;
}

div#clock p span {
	display: block;
	font-size: 50px;
	font-weight: bold;
	padding: 5px 0 0;
}

div#clock div.space {
	color: #ccc;
	display: block;
	line-height: 1.7em;
	font-size: 50px;
	float: left;
	height: 88px;
	width: 30px;
}
#days.singleNum{
	position: relative;
	right: 15px;
}
/*------setting for yslive website----*/
#timer-innerwrap {
	background: none;
	display: block;
	overflow: hidden;
	color: #fff;
	text-align: right;
	margin: 0 auto;
	font-family: carmela, sans-serif;
	padding: 0;
}

#timer-innerwrap p {
	font-size: 23px;
	font-family: carmela, sans-serif;
	width: 100%;
	margin: 0 auto;
	text-align: right;
	line-height: 36px;
	padding: 0;
}

ul#timer-units {
	text-align: right;
	list-style-type: none;
	margin: 0;
	margin: 0 auto;
	padding: 0;
	display: list;
	overflow: hidden;
	line-height: 32px;
	margin-top: 5px;
}

#timer-units>li {
	float: right;
	font-family: arial;
	font-size: 27px;
	height: 30px;
	list-style-type: none;
	padding-right: 20px;
	text-align: right;
}

div.ys-timer {
	color: #fff !important;
	font-size: 67px;
}

#timer-units>li:first-child {
	padding: 0;
}
#timer-innerwrap
(visibility
:hidden
;
}
/*-----end---added-----------*/