/* jQuery Countdown styles 1.5.5. */
* {padding:0; margin:0;}
body{
	background-color:transparent;
	font-family:arial;
}

/*resets*/	
/*em{display:none;}
ul{list-style:none;}	
a {cursor:pointer;}*/
.inside_wrap {width:420px; margin-left:0px; margin-top:0px;}
#center_content	{ width:420px}
#center_inside {}

/*-- timer--*/
#textual { float:left; position:relative;}
#timer_1{height:90px;}
#timer_in{height:100px;}
.hasCountdown {	background-color: transparent;padding:0 0px;}
.countdown_rtl {direction: rtl;}
.countdown_holding span {background-color: #ccc;}
.countdown_row {clear: both;width: 100%;padding: 0px 2px;text-align: center;}
.countdown_show1 .countdown_section {width: 98%;background: url(../images/timer_set_sh3.png) no-repeat top center;height:80px;padding-top:4px;}
.countdown_show2 .countdown_section {width: 48%;background: url(../images/timer_set_sh3.png) no-repeat top center;height:80px;padding-top:4px;}
.countdown_show3 .countdown_section {width: 32.5%;background: url(../images/timer_set_sh3.png) no-repeat top center;height:80px;padding-top:4px;}
.countdown_show4 .countdown_section {width: 24.5%;background: url(../images/timer_set_sh4.png) no-repeat top center;height:80px;padding-top:4px;}
.countdown_show5 .countdown_section {width: 19.5%;}
.countdown_show6 .countdown_section {width: 16.25%;}
.countdown_show7 .countdown_section {width: 14%;}
.countdown_section {display: block;float: left;	font-size: 70%;	text-align: center;}
.countdown_amount {font-size: 300%;	font-weight: bold;	color:#252626;}
.countdown_descr {display: block;width: 100%;}