div#header_hotslider {
	margin:-1px 0 0;
}

div#header_hotslider div#slide-holder img {
	margin:0;
	display:none;
	position:absolute;
}

div#header_hotslider div#slide-holder div#slide-controls p.text {
	float:left;
	color:#fff;
	display:inline;
	font-size:10px;
	line-height:16px;
	margin:15px 0 0 20px;
	text-transform:uppercase;
	overflow:hidden;
}

div#header_hotslider div#slide-holder div#slide-controls div#slide-nav a {
	float:left;
	width:24px;
	height:24px;
	display:inline;
	font-size:11px;
	margin:0 5px 0 0;
	line-height:24px;
	font-weight:700;
	text-align:center;
	text-decoration:none;
	background-position:0 0;
	background-repeat:no-repeat;
	padding:0;
}

div#header_hotslider div#slide-holder div#slide-controls div#slide-nav a.on {
	background-position:0 -24px;
}


/* ===================================================== */


.whatsnew{

	
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	border:1px solid #cccccc;
	border-bottom:0;
	font-weight:bold;
	width:410px;



background: -moz-linear-gradient(top,  rgba(201,201,201,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(201,201,201,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(201,201,201,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(201,201,201,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(201,201,201,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(201,201,201,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


	padding:8px;

}

div.wrap .slide{
	width:426px;
	height:228px;
}
div.wrap {
	width:428px;
	margin:0 auto;
	text-align:left;
}

div#header_hotslider div.wrap {
	height:220px;
	background:#cccccc;
}
div#header_hotslider div#slide-holder {
	width:428px;
	height:220px;
	position:absolute;
}
div#header_hotslider div#slide-holder div#slide-runner {
	top:-1px;
	left:1px;
	width:428px;
	height:220px;
	overflow:hidden;
	position:absolute;
}
div#header_hotslider div#slide-holder div#slide-controls {
	left:0;
	bottom:0;
	width:426px;
	height:46px;
	display:none;
	position:absolute;
	ba ckground:url("slide-bg.png") 0 0;
}
div#header_hotslider div#slide-holder div#slide-controls div#slide-nav {
	float:right;
}
p.textdesc {
	float:left;
	color:#fff;
	display:inline;
	font-size:10px;
	line-height:16px;
	margin:15px 0 0 20px;
	text-transform:uppercase;
	overflow:hidden;
	color:#ffffff;
	
}
div#header_hotslider div#slide-holder div#slide-controls div#slide-nav a {
	background-image:url("slide-nav-brick.png");
	color:#fff;
	top:11px;
	position:relative;
	visibility:hidden!important; /* uncomment it to show the number navs */
}