* {
	margin: 0;
	padding: 0;
}


a, a:visited {
	color: #39597D
}

a:hover {
	color: #628AB7;
}



#items_container {
	width: 937px;
	height: 245px;
	overflow: hidden;
	position: absolute;
	top: 10px;
}

#controls {
	width: 280px;
	height: 30px;
	position: absolute;
	top:  270px;
	list-style: none;
	right: 10px;
}

#controls li {
	display: block;
	position: absolute;
	list-style: none;
}

#controls a {
	display: block;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	color:#999999;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
	padding-left: 8px;
	margin-top: 5px;
	border: 1px solid #CCCCCC !important;
}

#controls a:hover {
	font-size: 12px;
	color: #000000;
	border: 1px solid #999999 !important;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}

#prevbtn {
	left: 5%;
}

#playbtn {
	left:  23%;
}

#nextbtn {
	left: 132px;
}



/*  num nav stuff */

#num_nav {
	width: 600px;
	height: 30px;
	position: absolute;
	top:  270px;
	list-style: none;
	left: 20px;
}

#num_nav li {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 2px;
	border: 1px solid #B5B5B5;
	background-color: #D8DED8;
}

#num_nav a {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

/*  end num nav stuff */



div.slide_item {
	width: 937px;
	height: 234px;
	position: absolute;
	left: 938px;
}

div.first_item {
	left: 0;
}

div.slide_item h3 {
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #6e6c19;
}

div.slide_item p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	color:#999999;
}
.l1 {
	float: left;
	width: 670px;
}
.l2 {
	float: left;
	display: inline;
	width: 255px;
	margin-left: 10px;
	padding-top: 10px;
}
.l2 img {

}
.l1 h2 {
	background-image: url(../images/headingicon.gif);
	background-repeat: no-repeat;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #424242;
	background-position: 0px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.l1 ul {
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF0000;
	list-style-type: square;
	padding-top: 5px;
}
.l1 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	list-style-type: none;
	padding-left: 10px;
	background-image: url(file:///E|/Documents%20and%20Settings/anuj/Desktop/ashcroft-usa/images/liLeftBg.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	font-weight: normal;
	padding-top: 4px;
}
.more {
	text-align: right;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 2px;
}
.more a{
	color: #009900!important;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.more a:hover{
	color: #FF0000!important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
