#ajslider {
		margin: 10px 0 10px 0;
		border:1px solid #000;
		
	
		position:relative;
		
		float:left
	}
	
	#ajslider .s {
	background:url(back.png) repeat-x #ffffff;
	padding:10px;
	
		
		text-align: center;

	}
#ajslider .s h1 { 	
	background-image:none; 
	font-size:18px
}
#ajslider .s .pricescs {  
	font-size:18px; 
	color:red
}
	
.hasCountdown {
    background: url("Countdown5.png") no-repeat scroll 0 0 transparent;
    clear: both;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    height: 55px;
    margin: 0 auto;
    padding-left: 69px;
    padding-top: 10px;
    position: relative;
    width: 205px;
}


.hasCountdownSpecials {
    /*background: url("Countdown5.png") no-repeat scroll 0 0 transparent;
    clear: both;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    height: 55px;
    margin: 0 auto;
    padding-left: 69px;
    padding-top: 10px;
    position: relative;
    width: 205px;*/

    background: url("Countdown5.png") no-repeat scroll 0 0 transparent;
    /* clear: both; */
    color: #FFFFFF;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    height: 55px;
    margin: 0 auto;
    padding-left: 69px;
    padding-top: 10px;
    position: relative;
    width: 239px;
    /*float: right;*/
}


.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 220px;
	padding: 0px 2px;
	text-align: center;
}


.countdown_show1 .countdown_section {
	width: 33px;
}
.countdown_show2 .countdown_section {
	width: 33px;
}
.countdown_show3 .countdown_section {
	width: 33px;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}

@media (min-width: 0px) and (max-width: 991px) {
	.countdown_section {
		display: block;
		float: left;
		font-size: 75%;
		text-align: center;
		margin-right:4px;
	}

	.countdown_amount {
		 font-size:22px;
		 margin-right:4px;
	}

	.countdown_show4 .countdown_section {
		width: 29px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.countdown_section {
		display: block;
		float: left;
		font-size: 75%;
		text-align: center;
		margin-right:2px;
	}

	.countdown_amount {
		 font-size:22px;
		 margin-right:4px;
	}

	.countdown_show4 .countdown_section {
		width: 38px;
	}

	.hasCountdown {
		width: 166px;
		padding-left: 63px;
	}

	.hasCountdownSpecials {
		width: 242px;
		padding-left: 63px;
	}
}

@media (min-width: 1200px) {
	.countdown_section {
		display: block;
		float: left;
		font-size: 75%;
		text-align: center;
		margin-right:4px;
	}

	.countdown_amount {
		 font-size:22px;
		 margin-right:4px;
	}

	.countdown_show4 .countdown_section {
		width: 29px;
	}
}

.countdown_descr {
	display: block;
	width: 100%;
}

#marqueecontainer{
	position: relative;
	width: 554px; /*marquee width */
	height: 340px; /*marquee height */
	overflow: hidden;
	/*border: 3px solid orange;*/

}
/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.simply-scroll-list li img {
	border: none;

}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: px;
	height:40px;
	margin: 10px;
	clear:both;
	position:relative;
	float:left
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: auto;
	height: 40px;
}

/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: auto;
	height: 40px;
}

.titletime{
	background:url(title.png) no-repeat left center;
	height:27px;
	padding-left:40px; padding-top:5px
}

.dash {
	float: left;
	position: relative;
}

.dash .digit {
	font-weight: bold;
	float: left;
	text-align: center;
	position: relative;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 6px;
	font-size: 9pt;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.dev_comment {
	font-size: 14pt;
	color: #777;
	text-align: center;
	font-style: italic;
	margin: 40px 10px;
}

#subscribe_form {
	position: relative;
} 

#email_field {
	font-size: 16pt;
	padding: 6px 10px;
	width: 300px;
}


.copyright {
	font-size: 9pt;
	color: #333;
	margin: 40px 0px;
}

.faded {
	color: #999;
}

.form_message {
	width: 400px;
	padding: 10px;
	margin: 15px auto;
	display: none;
}

#error_message {
	background-color: #ffe;
	border-left: 5px solid #bb3;
	border-right: 5px solid #bb3;
	color: #770;
}

#info_message {
	background-color: #f0f9ff;
	border: 1px solid #eef;
}

#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}



#short_description_blockcd{
	background: #E5E6E7;
	border: solid 1px #D0D3D8;
	margin-bottom: 10px;
	padding: 0.7em;
	/*margin-top: 1.5em;*/
	text-align:center;
	float:left;	
    width: 100%;
}

#cd{
	background-image:url(icon.png);
	background-repeat:no-repeat;
	width:64px;
	height:37px;
	text-align:center;
	padding-top:27px;margin:0 auto;
	color:#000
}
#cd span{
	color:#fff
}
#sli1{position; relative:; float:left; width:60%}
#sli2{position; relative:; float:left; width:39%}

@media (max-width: 880px) and (min-width: 768px) {
	.hasCountdownSpecials {
	    background: url(Countdown5.png) no-repeat scroll 0 0 transparent;
	    background-size: 195px 60px !important;
	    /* clear: both; */
	    color: #FFFFFF;
	    font-family: Arial;
	    font-size: 15px;
	    font-weight: bold;
	    height: 55px;
	    margin: 0 auto;
	    padding-left: 55px !important;
	    padding-top: 10px;
	    position: relative;
	    width: 238px;
	}
}